Statuses REST Endpoints
Business Objects/Items With Prod Class Code Gid/Statuses
The operations from the Business Objects/Items With Prod Class Code Gid/Statuses category.
- Create a Statuse
- Method: postPath:
/itemsWithProdClassCodeGid/{itemGid}/statuses - Delete a Statuse
- Method: deletePath:
/itemsWithProdClassCodeGid/{itemGid}/statuses/{statusTypeGid} - Get a Statuse
- Method: getPath:
/itemsWithProdClassCodeGid/{itemGid}/statuses/{statusTypeGid} - Get Statuses
- Method: getPath:
/itemsWithProdClassCodeGid/{itemGid}/statuses - Update a Statuse
- Method: patchPath:
/itemsWithProdClassCodeGid/{itemGid}/statuses/{statusTypeGid} - Update Statuses
- Method: patchPath:
/itemsWithProdClassCodeGid/{itemGid}/statuses