GET api/Destino?cercanoa={cercanoa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cercanoa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LugarCercano| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| Nombre | string |
None. |
|
| Keyword | string |
None. |
|
| Url | string |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Folio": 1,
"Nombre": "sample string 2",
"Keyword": "sample string 3",
"Url": "sample string 4",
"Total": 5
},
{
"$ref": "1"
}
]