POST api/v1/LocationUpdate
Request Information
URI Parameters
None.
Body Parameters
LocationDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverName | string |
None. |
|
| LacationAddress | string |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
|
| ResturantName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DriverName": "sample string 1",
"LacationAddress": "sample string 2",
"Longitude": "sample string 3",
"Latitude": "sample string 4",
"ResturantName": "sample string 5"
}
application/xml, text/xml
Sample:
<LocationDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WinMax4API.Models"> <DriverName>sample string 1</DriverName> <LacationAddress>sample string 2</LacationAddress> <Latitude>sample string 4</Latitude> <Longitude>sample string 3</Longitude> <ResturantName>sample string 5</ResturantName> </LocationDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |