POST api/VehicleHistory/UpdatePcar
Request Information
URI Parameters
None.
Body Parameters
ScarModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsExcludeFromData | boolean |
None. |
|
| IsScar | boolean |
None. |
|
| IsPcar | boolean |
None. |
|
| AcqID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsExcludeFromData": true,
"IsScar": true,
"IsPcar": true,
"AcqID": 4,
"CreatedBy": 5,
"CreatedDate": "2021-02-24T13:03:33.4618047+11:00"
}
application/xml, text/xml
Sample:
<ScarModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <AcqID>4</AcqID> <CreatedBy>5</CreatedBy> <CreatedDate>2021-02-24T13:03:33.4618047+11:00</CreatedDate> <IsExcludeFromData>true</IsExcludeFromData> <IsPcar>true</IsPcar> <IsScar>true</IsScar> </ScarModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.