Inventory Tracking Attributes REST Endpoints
Inventory Management/Shipping LPN Parents/Contents/Inventory Tracking Attributes
Set of named attributes (project, task, and country of origin) and user-configurable attributes used to track the inventory on hand.
- Create inventory tracking attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes
- Delete one inventory tracking attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes/{contentInventoryAttributesUniqID}
- Get all inventory tracking attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes
- Get one inventory tracking attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes/{contentInventoryAttributesUniqID}
- Update one inventory tracking attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes/{contentInventoryAttributesUniqID}