PUT api/infoplaces/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

infoplace
NameDescriptionTypeAdditional information
id

integer

None.

rutaparent

string

None.

rutadepend

string

None.

latsplace

string

None.

lastfecha

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "rutaparent": "sample string 2",
  "rutadepend": "sample string 3",
  "latsplace": "sample string 4",
  "lastfecha": "2026-04-23T13:34:22.929649-07:00"
}

application/xml, text/xml

Sample:
<infoplace xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models">
  <id>1</id>
  <lastfecha>2026-04-23T13:34:22.929649-07:00</lastfecha>
  <latsplace>sample string 4</latsplace>
  <rutadepend>sample string 3</rutadepend>
  <rutaparent>sample string 2</rutaparent>
</infoplace>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.