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
InventoryResetName | 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": "/HY1cxCzjEusB0qDXLxoEg==", "inventoryIdentifier": "733576fc-b310-4b8c-ac07-4a835cbc6812", "pluG_UID": "oqiZ/1ja+0uZ0vTn3gaVvQ==", "pluGuid": "ff99a8a2-da58-4bfb-99d2-f4e7de0695bd", "operatorG_UID": "Z/yFcS8qAUqurXfbq5M6sg==", "operatorIdentifier": "7185fc67-2a2f-4a01-aead-77dbab933ab2", "inventoryReason": 3, "onHand": 1, "onHandPacks": 1, "createdLocal": "2025-10-04T23:58:33.5991293" }
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>2025-10-04T23:58:33.5991293+00:00</CreatedLocal> <InventoryGuid>/HY1cxCzjEusB0qDXLxoEg==</InventoryGuid> <InventoryIdentifier>733576fc-b310-4b8c-ac07-4a835cbc6812</InventoryIdentifier> <InventoryReason>3</InventoryReason> <OnHand>1</OnHand> <OnHandPacks>1</OnHandPacks> <OperatorG_UID>Z/yFcS8qAUqurXfbq5M6sg==</OperatorG_UID> <OperatorIdentifier>7185fc67-2a2f-4a01-aead-77dbab933ab2</OperatorIdentifier> <PLUG_UID>oqiZ/1ja+0uZ0vTn3gaVvQ==</PLUG_UID> <PluGuid>ff99a8a2-da58-4bfb-99d2-f4e7de0695bd</PluGuid> </InventoryReset>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.