PUT api/CarModel/UpdateCarModel

Request Information

URI Parameters

None.

Body Parameters

ManufacturerModel
NameDescriptionTypeAdditional information
CarModelCode

string

None.

ManufacturerCode

string

None.

ManufacturerName

string

None.

ModelName

string

None.

UpdatedUserCode

string

None.

UpdatedTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CarModelCode": "sample string 1",
  "ManufacturerCode": "sample string 2",
  "ManufacturerName": "sample string 3",
  "ModelName": "sample string 4",
  "UpdatedUserCode": "sample string 5",
  "UpdatedTime": "2026-01-16T20:52:54.362974+05:30"
}

application/xml, text/xml

Sample:
<ManufacturerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <CarModelCode>sample string 1</CarModelCode>
  <ManufacturerCode>sample string 2</ManufacturerCode>
  <ManufacturerName>sample string 3</ManufacturerName>
  <ModelName>sample string 4</ModelName>
  <UpdatedTime>2026-01-16T20:52:54.362974+05:30</UpdatedTime>
  <UpdatedUserCode>sample string 5</UpdatedUserCode>
</ManufacturerModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ManufacturerModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.