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": "ae2153b6-8d50-4eff-b8c2-301fa58133ea",
"Vehicle_ID": "3c6449dc-6a87-4d1d-bd91-7cc10fddeb22",
"Person_ID": "b9f67779-457d-4572-b977-da13f22f004a",
"Department_ID": 3,
"UpdatePerson_ID": "de49b58b-afa2-4553-b05f-6496ef2e2fca",
"CreateDate": "2026-01-17T05:32:25.8530041+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-01-17T05:32:25.8530041+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>ae2153b6-8d50-4eff-b8c2-301fa58133ea</ID> <Person_ID>b9f67779-457d-4572-b977-da13f22f004a</Person_ID> <UpdatePerson_ID>de49b58b-afa2-4553-b05f-6496ef2e2fca</UpdatePerson_ID> <Vehicle_ID>3c6449dc-6a87-4d1d-bd91-7cc10fddeb22</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>