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": "c244807d-5b4c-4cec-a87b-5b05bfa02d6f",
"Vehicle_ID": "406ab5df-8a85-4de3-8939-7717119a3622",
"Person_ID": "4fd5bbd2-7157-4fb0-9a6d-6b1b87e74a6f",
"Department_ID": 3,
"UpdatePerson_ID": "c9ee9a62-79b8-4972-b92e-9f34a442672c",
"CreateDate": "2026-03-18T05:02:07.29902+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:02:07.29902+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>c244807d-5b4c-4cec-a87b-5b05bfa02d6f</ID> <Person_ID>4fd5bbd2-7157-4fb0-9a6d-6b1b87e74a6f</Person_ID> <UpdatePerson_ID>c9ee9a62-79b8-4972-b92e-9f34a442672c</UpdatePerson_ID> <Vehicle_ID>406ab5df-8a85-4de3-8939-7717119a3622</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>