GET api/Values/GetAndenes?ciudadDestino={ciudadDestino}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ciudadDestino | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MAnden| Name | Description | Type | Additional information |
|---|---|---|---|
| Anden | string |
None. |
|
| AndenesId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Anden": "sample string 1",
"AndenesId": "sample string 2"
},
{
"Anden": "sample string 1",
"AndenesId": "sample string 2"
}
]
text/xml
Sample:
<ArrayOfMAnden xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiVesta.TterrestreModel.ViewModel">
<MAnden>
<Anden>sample string 1</Anden>
<AndenesId>sample string 2</AndenesId>
</MAnden>
<MAnden>
<Anden>sample string 1</Anden>
<AndenesId>sample string 2</AndenesId>
</MAnden>
</ArrayOfMAnden>