Inventory Business Event Configurations REST Endpoints

Inventory Management/Inventory Business Event Configurations
The Inventory Business Event Configurations resource manages how the various business events are configured for an inventory organization or at the site level. For each event type, you can configure the name of the business event that is to be raised.
Create one configuration
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryBusinessEventConfigurations
Delete a configuration
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryBusinessEventConfigurations/{EventConfigurationId}
Get all configurations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryBusinessEventConfigurations
Get one configuration
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryBusinessEventConfigurations/{EventConfigurationId}
Update a configuration
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryBusinessEventConfigurations/{EventConfigurationId}