POST API/Vehicle/SetVehicleUse_History
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": "fe0dc4e3-1583-4f06-902e-e35934ce35e5",
"Vehicle_ID": "5e5cad7e-5956-48b0-a2db-8105a6d0612b",
"Person_ID": "484ed84a-0251-4433-935b-4339f545aa75",
"Department_ID": 3,
"UpdatePerson_ID": "80253ae0-d27d-4dc5-af6a-543934354cac",
"CreateDate": "2026-05-17T04:14:08.6486095+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:14:08.6486095+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>fe0dc4e3-1583-4f06-902e-e35934ce35e5</ID> <Person_ID>484ed84a-0251-4433-935b-4339f545aa75</Person_ID> <UpdatePerson_ID>80253ae0-d27d-4dc5-af6a-543934354cac</UpdatePerson_ID> <Vehicle_ID>5e5cad7e-5956-48b0-a2db-8105a6d0612b</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>