POST api/Vehicle/DeleteVehicles
Request Information
URI Parameters
None.
Body Parameters
VehiclesDeleteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleID | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"VehicleID": "e49b02f9-74a2-4d96-b142-2ed63396d9b7",
"UserID": "475e7fb3-9d16-4af3-81cc-e7e18f3d37af"
}
text/html, multipart/form-data
Sample:
{"VehicleID":"e49b02f9-74a2-4d96-b142-2ed63396d9b7","UserID":"475e7fb3-9d16-4af3-81cc-e7e18f3d37af"}
application/xml, text/xml
Sample:
<VehiclesDeleteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarCharge.MobilApi.Models.Vehicles"> <UserID>475e7fb3-9d16-4af3-81cc-e7e18f3d37af</UserID> <VehicleID>e49b02f9-74a2-4d96-b142-2ed63396d9b7</VehicleID> </VehiclesDeleteModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.