GET api/Users/SaveDestinationsFromTc?token={token}µsite={microsite}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| microsite | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Destination| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| name | string |
None. |
|
| country | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"code": "sample string 1",
"name": "sample string 2",
"country": "sample string 3"
},
{
"code": "sample string 1",
"name": "sample string 2",
"country": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfcBookings.Destination xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest">
<cBookings.Destination>
<Code>sample string 1</Code>
<Country>sample string 3</Country>
<Name>sample string 2</Name>
</cBookings.Destination>
<cBookings.Destination>
<Code>sample string 1</Code>
<Country>sample string 3</Country>
<Name>sample string 2</Name>
</cBookings.Destination>
</ArrayOfcBookings.Destination>