POST API/Vehicle/GetVehicleUse_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": "43ba3ffd-eb01-49a5-afab-1225e7f776d4",
"Vehicle_ID": "6a178837-a89c-4aba-a24e-c5abc78b1a9b",
"Person_ID": "244e9f20-8ddb-4b91-af68-b78f2b7f6ab9",
"Department_ID": 3,
"UpdatePerson_ID": "e3e1cf4e-f715-473b-a409-76f9af067e8a",
"CreateDate": "2026-05-17T04:15:54.2022913+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:15:54.2022913+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>43ba3ffd-eb01-49a5-afab-1225e7f776d4</ID> <Person_ID>244e9f20-8ddb-4b91-af68-b78f2b7f6ab9</Person_ID> <UpdatePerson_ID>e3e1cf4e-f715-473b-a409-76f9af067e8a</UpdatePerson_ID> <Vehicle_ID>6a178837-a89c-4aba-a24e-c5abc78b1a9b</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>