POST api2/InventoryManagement/Prototype/CMG/InventoryModel/UpdateModel

Request Information

URI Parameters

None.

Body Parameters

InventoryModel
NameDescriptionTypeAdditional information
ModelId

integer

None.

ManufacturerId

integer

None.

ModelNumber

string

None.

ModelDescription

string

None.

CreatedAt

date

None.

EnteredBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ModelId": 1,
  "ManufacturerId": 2,
  "ModelNumber": "sample string 3",
  "ModelDescription": "sample string 4",
  "CreatedAt": "2026-03-13T19:43:17.1944045-05:00",
  "EnteredBy": 6
}

application/xml, text/xml

Sample:
<InventoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Controllers.InventoryManagement.Prototype.CMG.Models">
  <CreatedAt>2026-03-13T19:43:17.1944045-05:00</CreatedAt>
  <EnteredBy>6</EnteredBy>
  <ManufacturerId>2</ManufacturerId>
  <ModelDescription>sample string 4</ModelDescription>
  <ModelId>1</ModelId>
  <ModelNumber>sample string 3</ModelNumber>
</InventoryModel>

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.