POST API/Vehicle/RemoveVehicleInfo_History
Request Information
URI Parameters
None.
Body Parameters
VehicleInfo_HistoryM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Vehicle_ID | globally unique identifier |
None. |
|
| RegNumber | string |
None. |
|
| Mileage | integer |
None. |
|
| Disabled | boolean |
None. |
|
| UpdatePerson_ID | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| DisabledDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "826ba1db-fa21-4ba7-8732-f7c7f44ae7a7",
"Vehicle_ID": "d7281676-b28f-42b5-935d-c8dd81bbc6e3",
"RegNumber": "sample string 3",
"Mileage": 1,
"Disabled": true,
"UpdatePerson_ID": "06d22bb8-f8a5-4477-85e6-804306b3e795",
"CreateDate": "2026-07-16T03:18:06.9238616+05:00",
"DisabledDate": "2026-07-16T03:18:06.9238616+05:00"
}
application/xml, text/xml
Sample:
<VehicleInfo_HistoryM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarPark.Models.Basic"> <CreateDate>2026-07-16T03:18:06.9238616+05:00</CreateDate> <Disabled>true</Disabled> <DisabledDate>2026-07-16T03:18:06.9238616+05:00</DisabledDate> <ID>826ba1db-fa21-4ba7-8732-f7c7f44ae7a7</ID> <Mileage>1</Mileage> <RegNumber>sample string 3</RegNumber> <UpdatePerson_ID>06d22bb8-f8a5-4477-85e6-804306b3e795</UpdatePerson_ID> <Vehicle_ID>d7281676-b28f-42b5-935d-c8dd81bbc6e3</Vehicle_ID> </VehicleInfo_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>