POST api2/InventoryManagement/Prototype/CMG/InventoryTransaction/InsertTransaction
Request Information
URI Parameters
None.
Body Parameters
InventoryTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemTransactionId | integer |
None. |
|
| ItemId | integer |
None. |
|
| LocationId | integer |
None. |
|
| ItemQtyDelta | integer |
None. |
|
| Reason | string |
None. |
|
| CreatedAt | date |
None. |
|
| EnteredBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemTransactionId": 1,
"ItemId": 2,
"LocationId": 3,
"ItemQtyDelta": 4,
"Reason": "sample string 5",
"CreatedAt": "2026-05-11T08:13:49.4716611-05:00",
"EnteredBy": 7
}
application/xml, text/xml
Sample:
<InventoryTransaction 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:49.4716611-05:00</CreatedAt> <EnteredBy>7</EnteredBy> <ItemId>2</ItemId> <ItemQtyDelta>4</ItemQtyDelta> <ItemTransactionId>1</ItemTransactionId> <LocationId>3</LocationId> <Reason>sample string 5</Reason> </InventoryTransaction>
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.