POST api/inventory/{id}/onHand/set
Set Inventory values
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
InventoryIdentifier for inventory to set |
globally unique identifier |
Required |
Body Parameters
Inventory Reset values
InventoryReset| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryGuid | Collection of byte |
None. |
|
| InventoryIdentifier |
Inventory identifier |
globally unique identifier |
None. |
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid |
Product identifier |
globally unique identifier |
None. |
| OperatorG_UID | Collection of byte |
None. |
|
| OperatorIdentifier |
Operator identifier |
globally unique identifier |
None. |
| InventoryReason |
Inventory reason to use |
InventoryReasons |
None. |
| OnHand |
On Hand to be set |
integer |
None. |
| OnHandPacks |
On Hand packs to be set |
integer |
None. |
| CreatedLocal |
Created local time, if known |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"inventoryGuid": "6y4VDy+sr0Sv0d2zljFu7g==",
"inventoryIdentifier": "0f152eeb-ac2f-44af-afd1-ddb396316eee",
"pluG_UID": "lbR8pcQBTkixxtGZQc7YTg==",
"pluGuid": "a57cb495-01c4-484e-b1c6-d19941ced84e",
"operatorG_UID": "YEF6F4+FNEmpQLQd9SiSWA==",
"operatorIdentifier": "177a4160-858f-4934-a940-b41df5289258",
"inventoryReason": 3,
"onHand": 1,
"onHandPacks": 1,
"createdLocal": "2026-06-03T18:31:27.4143748"
}
application/xml, text/xml
Sample:
<InventoryReset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Inventory"> <CreatedLocal>2026-06-03T18:31:27.4143748+00:00</CreatedLocal> <InventoryGuid>6y4VDy+sr0Sv0d2zljFu7g==</InventoryGuid> <InventoryIdentifier>0f152eeb-ac2f-44af-afd1-ddb396316eee</InventoryIdentifier> <InventoryReason>3</InventoryReason> <OnHand>1</OnHand> <OnHandPacks>1</OnHandPacks> <OperatorG_UID>YEF6F4+FNEmpQLQd9SiSWA==</OperatorG_UID> <OperatorIdentifier>177a4160-858f-4934-a940-b41df5289258</OperatorIdentifier> <PLUG_UID>lbR8pcQBTkixxtGZQc7YTg==</PLUG_UID> <PluGuid>a57cb495-01c4-484e-b1c6-d19941ced84e</PluGuid> </InventoryReset>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.