POST api/internal/forceremovevehicle
Request Information
URI Parameters
None.
Body Parameters
ForceRemoveVehicleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleId | integer |
None. |
|
| ApiKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehicleId": 1,
"ApiKey": "sample string 2"
}
application/xml, text/xml
Sample:
<ForceRemoveVehicleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vietmap.Camera.MasterService.Models"> <ApiKey>sample string 2</ApiKey> <VehicleId>1</VehicleId> </ForceRemoveVehicleRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | boolean |
None. |
|
| Code | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": true,
"Code": "sample string 2",
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vietmap.Common"> <Code>sample string 2</Code> <Message>sample string 3</Message> <Data>true</Data> </ResultOfboolean>