POST api/CurrentLocationRemove
Request Information
URI Parameters
None.
Body Parameters
CurrentLocationRemovePost| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverId | integer |
None. |
|
| DeletedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DriverId": 1,
"DeletedDateTime": "2025-12-17T07:13:19.4771681+01:00"
}
application/xml, text/xml
Sample:
<CurrentLocationRemovePost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cabie.API.Models.CurrentLocation.Post"> <DeletedDateTime>2025-12-17T07:13:19.4771681+01:00</DeletedDateTime> <DriverId>1</DriverId> </CurrentLocationRemovePost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CurrentLocationRemoveResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Removed | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Removed": true
}
application/xml, text/xml
Sample:
<CurrentLocationRemoveResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cabie.API.Models.CurrentLocation.Response"> <Removed>true</Removed> </CurrentLocationRemoveResponse>