POST api/Vehicle/SetDefaultVehicleUser
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": "9db87a3c-3675-4ea8-8e88-a6be91bf4f8d",
"UserID": "3f40d805-a241-4f3d-922f-45f91486f6ea"
}
text/html, multipart/form-data
Sample:
{"VehicleID":"9db87a3c-3675-4ea8-8e88-a6be91bf4f8d","UserID":"3f40d805-a241-4f3d-922f-45f91486f6ea"}
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>3f40d805-a241-4f3d-922f-45f91486f6ea</UserID> <VehicleID>9db87a3c-3675-4ea8-8e88-a6be91bf4f8d</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.