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": "4bab3c74-c70c-4c93-ae76-edce0fe3072c",
"Vehicle_ID": "b73e8708-bcd9-458b-873d-742977183f7b",
"Person_ID": "05d8279f-a2bb-4cdc-9772-0b8d6752bde8",
"Department_ID": 3,
"UpdatePerson_ID": "b7a59907-6f76-4906-ae8d-c9d6d7d49d77",
"CreateDate": "2026-05-17T04:12:11.1827399+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-05-17T04:12:11.1827399+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>4bab3c74-c70c-4c93-ae76-edce0fe3072c</ID> <Person_ID>05d8279f-a2bb-4cdc-9772-0b8d6752bde8</Person_ID> <UpdatePerson_ID>b7a59907-6f76-4906-ae8d-c9d6d7d49d77</UpdatePerson_ID> <Vehicle_ID>b73e8708-bcd9-458b-873d-742977183f7b</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>