POST api/DriverLogin/AddDriverLocation_string
Request Information
URI Parameters
None.
Body Parameters
DriverLoactionString| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverId | integer |
None. |
|
| PassWord | string |
None. |
|
| BookingID | string |
None. |
|
| ListLocation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DriverId": 1,
"PassWord": "sample string 2",
"BookingID": "sample string 3",
"ListLocation": "sample string 4"
}
application/xml, text/xml
Sample:
<DriverLoactionString xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData"> <BookingID>sample string 3</BookingID> <DriverId>1</DriverId> <ListLocation>sample string 4</ListLocation> <PassWord>sample string 2</PassWord> </DriverLoactionString>
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. |