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": "488e4e4e-09a2-4502-9da1-7c1a49927cdf",
"Vehicle_ID": "cacedc95-3b3b-46c2-ac92-50b918dc9d2a",
"Person_ID": "51c555e1-582b-4247-a6e5-bd17f1347c2b",
"Department_ID": 3,
"UpdatePerson_ID": "1bb29803-b223-4cb2-af12-61261ce10bec",
"CreateDate": "2026-01-17T05:34:19.6225382+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-01-17T05:34:19.6225382+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>488e4e4e-09a2-4502-9da1-7c1a49927cdf</ID> <Person_ID>51c555e1-582b-4247-a6e5-bd17f1347c2b</Person_ID> <UpdatePerson_ID>1bb29803-b223-4cb2-af12-61261ce10bec</UpdatePerson_ID> <Vehicle_ID>cacedc95-3b3b-46c2-ac92-50b918dc9d2a</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>