POST Exchange
Request Information
URI Parameters
None.
Body Parameters
ExchangeDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationID | string |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| ChestType | integer |
None. |
|
| AgeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationID": "sample string 1",
"Longitude": 2.0,
"Latitude": 3.0,
"ChestType": 4,
"AgeID": 5
}
application/xml, text/xml
Sample:
<ExchangeDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models"> <AgeID>5</AgeID> <ChestType>4</ChestType> <Latitude>3</Latitude> <LocationID>sample string 1</LocationID> <Longitude>2</Longitude> </ExchangeDataRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |