POST api2/InventoryManagement/Prototype/CMG/InventoryNote/UpdateNote
Request Information
URI Parameters
None.
Body Parameters
InventoryNote| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | integer |
None. |
|
| ItemId | integer |
None. |
|
| NoteText | string |
None. |
|
| CreatedAt | date |
None. |
|
| EnteredBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"NoteId": 1,
"ItemId": 2,
"NoteText": "sample string 3",
"CreatedAt": "2026-05-11T08:13:50.9873021-05:00",
"EnteredBy": 5
}
application/xml, text/xml
Sample:
<InventoryNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Controllers.InventoryManagement.Prototype.CMG.Models"> <CreatedAt>2026-05-11T08:13:50.9873021-05:00</CreatedAt> <EnteredBy>5</EnteredBy> <ItemId>2</ItemId> <NoteId>1</NoteId> <NoteText>sample string 3</NoteText> </InventoryNote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.