POST api/DriverLogin/GetAvailableDriver
Request Information
URI Parameters
None.
Body Parameters
AvailableDriver| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyGUID | globally unique identifier |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyGUID": "0ce95cd9-8151-410d-8df2-f03bedfa26f4",
"Latitude": 2.1,
"Longitude": 3.1
}
application/xml, text/xml
Sample:
<AvailableDriver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData"> <CompanyGUID>0ce95cd9-8151-410d-8df2-f03bedfa26f4</CompanyGUID> <Latitude>2.1</Latitude> <Longitude>3.1</Longitude> </AvailableDriver>
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. |