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": "032fcfad-2be2-447b-b56d-8cdaaf53fe05",
"Vehicle_ID": "43517583-aba3-402e-a441-2e72f8a45fdf",
"Person_ID": "829ad569-f32e-4acd-b5c5-406d31d6c0bb",
"Department_ID": 3,
"UpdatePerson_ID": "887bdc78-eb13-4919-8e10-dd893466a0df",
"CreateDate": "2026-03-18T05:00:20.4074491+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-03-18T05:00:20.4074491+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>032fcfad-2be2-447b-b56d-8cdaaf53fe05</ID> <Person_ID>829ad569-f32e-4acd-b5c5-406d31d6c0bb</Person_ID> <UpdatePerson_ID>887bdc78-eb13-4919-8e10-dd893466a0df</UpdatePerson_ID> <Vehicle_ID>43517583-aba3-402e-a441-2e72f8a45fdf</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>