POST API/Vehicle/RemoveDepartment
Request Information
URI Parameters
None.
Body Parameters
VehicleUse_HistoryM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Vehicle_ID | globally unique identifier |
None. |
|
| Person_ID | globally unique identifier |
None. |
|
| Department_ID | integer |
None. |
|
| UpdatePerson_ID | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "d341887e-eb29-4d4e-be4a-7b71d6c3dd57",
"Vehicle_ID": "cd9bbf0f-08ed-4082-a30e-b5626c74f6ac",
"Person_ID": "e107b36f-cda2-4287-9082-49602ebf43ad",
"Department_ID": 3,
"UpdatePerson_ID": "31b62666-d292-4bd3-9349-8b1cee9ea560",
"CreateDate": "2026-07-16T03:16:06.7822542+05:00"
}
application/xml, text/xml
Sample:
<VehicleUse_HistoryM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarPark.Models.Basic"> <CreateDate>2026-07-16T03:16:06.7822542+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>d341887e-eb29-4d4e-be4a-7b71d6c3dd57</ID> <Person_ID>e107b36f-cda2-4287-9082-49602ebf43ad</Person_ID> <UpdatePerson_ID>31b62666-d292-4bd3-9349-8b1cee9ea560</UpdatePerson_ID> <Vehicle_ID>cd9bbf0f-08ed-4082-a30e-b5626c74f6ac</Vehicle_ID> </VehicleUse_HistoryM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>