POST api2/InventoryManagement/Prototype/CMG/InventoryManufacturer/UpdateManufacturer

Request Information

URI Parameters

None.

Body Parameters

InventoryManufacturer
NameDescriptionTypeAdditional information
ManufacturerId

integer

None.

ManufacturerName

string

None.

ManufacturerDescription

string

None.

CreatedAt

date

None.

EnteredBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ManufacturerId": 1,
  "ManufacturerName": "sample string 2",
  "ManufacturerDescription": "sample string 3",
  "CreatedAt": "2026-03-13T19:38:01.637753-05:00",
  "EnteredBy": 5
}

application/xml, text/xml

Sample:
<InventoryManufacturer 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:38:01.637753-05:00</CreatedAt>
  <EnteredBy>5</EnteredBy>
  <ManufacturerDescription>sample string 3</ManufacturerDescription>
  <ManufacturerId>1</ManufacturerId>
  <ManufacturerName>sample string 2</ManufacturerName>
</InventoryManufacturer>

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.