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": "d2c56a29-9197-494c-ac0d-c24df7bb01de",
"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>d2c56a29-9197-494c-ac0d-c24df7bb01de</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. |