POST api2/InventoryManagement/Prototype/CMG/InventoryItem/UpdateItem

Request Information

URI Parameters

None.

Body Parameters

InventoryItem
NameDescriptionTypeAdditional information
ItemId

integer

None.

ItemName

string

None.

ManufacturerId

integer

None.

ModelId

integer

None.

ItemDescription

string

None.

SerialNumber

string

None.

IsThresholdMonitor

boolean

None.

LowThreshold

integer

None.

QRCode

string

None.

CreatedAt

date

None.

EnteredBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ItemId": 1,
  "ItemName": "sample string 2",
  "ManufacturerId": 3,
  "ModelId": 4,
  "ItemDescription": "sample string 5",
  "SerialNumber": "sample string 6",
  "IsThresholdMonitor": true,
  "LowThreshold": 8,
  "QRCode": "sample string 9",
  "CreatedAt": "2026-03-13T19:44:29.2974966-05:00",
  "EnteredBy": 11
}

application/xml, text/xml

Sample:
<InventoryItem 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:44:29.2974966-05:00</CreatedAt>
  <EnteredBy>11</EnteredBy>
  <IsThresholdMonitor>true</IsThresholdMonitor>
  <ItemDescription>sample string 5</ItemDescription>
  <ItemId>1</ItemId>
  <ItemName>sample string 2</ItemName>
  <LowThreshold>8</LowThreshold>
  <ManufacturerId>3</ManufacturerId>
  <ModelId>4</ModelId>
  <QRCode>sample string 9</QRCode>
  <SerialNumber>sample string 6</SerialNumber>
</InventoryItem>

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.