Inventory Attribute Exceptions REST Endpoints

Inventory Management/Inventory Attribute Exceptions
The Inventory Attribute Exceptions resource is used to control on-hand tracking at item or category level in the inventory organization.
Create inventory attribute exceptions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryAttributeExceptions
Delete one inventory attribute exception
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryAttributeExceptions/{AttributeExceptionId}
Get all inventory attribute exceptions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryAttributeExceptions
Get one inventory attribute exception
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryAttributeExceptions/{AttributeExceptionId}
Update one inventory attribute exception
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryAttributeExceptions/{AttributeExceptionId}