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": "6f8191a7-3845-4ab7-af12-0fdbe2f89acc",
"Vehicle_ID": "e99ebeae-5e4f-4c8d-9e2f-76a60224113d",
"Person_ID": "c8ce1394-9fc8-4f36-a246-fc4874de661c",
"Department_ID": 3,
"UpdatePerson_ID": "8c417baa-6daa-4e7c-869f-f0a63024a7a7",
"CreateDate": "2026-07-16T03:16:45.8007923+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-07-16T03:16:45.8007923+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>6f8191a7-3845-4ab7-af12-0fdbe2f89acc</ID> <Person_ID>c8ce1394-9fc8-4f36-a246-fc4874de661c</Person_ID> <UpdatePerson_ID>8c417baa-6daa-4e7c-869f-f0a63024a7a7</UpdatePerson_ID> <Vehicle_ID>e99ebeae-5e4f-4c8d-9e2f-76a60224113d</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>