POST api/DriverLogin/deletePassengerTaggedAddress
Request Information
URI Parameters
None.
Body Parameters
clsDeleteTaggedAddress| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyID | globally unique identifier |
None. |
|
| UserID | integer |
None. |
|
| IsWorkHome | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyID": "e8a00b32-960e-4c8b-9965-8044b76b882f",
"UserID": 2,
"IsWorkHome": 3
}
application/xml, text/xml
Sample:
<clsDeleteTaggedAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData"> <CompanyID>e8a00b32-960e-4c8b-9965-8044b76b882f</CompanyID> <IsWorkHome>3</IsWorkHome> <UserID>2</UserID> </clsDeleteTaggedAddress>
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. |