POST api/VehicleHistory/UpdateScar

Request Information

URI Parameters

None.

Body Parameters

ScarModel
NameDescriptionTypeAdditional information
IsExcludeFromData

boolean

None.

IsScar

boolean

None.

AcqID

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IsExcludeFromData": true,
  "IsScar": true,
  "AcqID": 3,
  "CreatedBy": 4,
  "CreatedDate": "2020-02-27T05:01:12.1404667+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>3</AcqID>
  <CreatedBy>4</CreatedBy>
  <CreatedDate>2020-02-27T05:01:12.1404667+11:00</CreatedDate>
  <IsExcludeFromData>true</IsExcludeFromData>
  <IsScar>true</IsScar>
</ScarModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.