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": "41ef0675-70a6-4306-b9a8-8289cc8571d3",
"Vehicle_ID": "4bcfa25d-1d15-402f-a330-81c2d7827acd",
"Person_ID": "c908661d-e2ba-459a-877b-2e165d8c7992",
"Department_ID": 3,
"UpdatePerson_ID": "74ba2b0f-e828-4a1e-b82e-68cdadae9ea9",
"CreateDate": "2026-03-18T05:01:16.0861502+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:01:16.0861502+05:00</CreateDate> <Department_ID>3</Department_ID> <ID>41ef0675-70a6-4306-b9a8-8289cc8571d3</ID> <Person_ID>c908661d-e2ba-459a-877b-2e165d8c7992</Person_ID> <UpdatePerson_ID>74ba2b0f-e828-4a1e-b82e-68cdadae9ea9</UpdatePerson_ID> <Vehicle_ID>4bcfa25d-1d15-402f-a330-81c2d7827acd</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>