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: post
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes
Delete one inventory tracking attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes/{contentInventoryAttributesUniqID}
Get all inventory tracking attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes
Get one inventory tracking attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes/{contentInventoryAttributesUniqID}
Update one inventory tracking attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shippingPackingUnits/{PackingUnitHistoryId}/child/contents/{PackingUnitContentId}/child/contentInventoryAttributes/{contentInventoryAttributesUniqID}