GET api/infoplaces/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
infoplace| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| rutaparent | string |
None. |
|
| rutadepend | string |
None. |
|
| latsplace | string |
None. |
|
| lastfecha | date |
None. |
Response 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:29.9922135-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:29.9922135-07:00</lastfecha> <latsplace>sample string 4</latsplace> <rutadepend>sample string 3</rutadepend> <rutaparent>sample string 2</rutaparent> </infoplace>