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": "Bxqpli1RH0aa3paG4NVblQ==", "inventoryIdentifier": "96a91a07-512d-461f-9ade-9686e0d55b95", "pluG_UID": "bhEujXrPBkO21VLWez6+Cg==", "pluGuid": "8d2e116e-cf7a-4306-b6d5-52d67b3ebe0a", "operatorG_UID": "5Vz0+mau1kmRoO7N3uoYqQ==", "operatorIdentifier": "faf45ce5-ae66-49d6-91a0-eecddeea18a9", "inventoryReason": 3, "onHand": 1, "onHandPacks": 1, "createdLocal": "2025-08-02T23:13:48.6205953" }
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-08-02T23:13:48.6205953+00:00</CreatedLocal> <InventoryGuid>Bxqpli1RH0aa3paG4NVblQ==</InventoryGuid> <InventoryIdentifier>96a91a07-512d-461f-9ade-9686e0d55b95</InventoryIdentifier> <InventoryReason>3</InventoryReason> <OnHand>1</OnHand> <OnHandPacks>1</OnHandPacks> <OperatorG_UID>5Vz0+mau1kmRoO7N3uoYqQ==</OperatorG_UID> <OperatorIdentifier>faf45ce5-ae66-49d6-91a0-eecddeea18a9</OperatorIdentifier> <PLUG_UID>bhEujXrPBkO21VLWez6+Cg==</PLUG_UID> <PluGuid>8d2e116e-cf7a-4306-b6d5-52d67b3ebe0a</PluGuid> </InventoryReset>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.