Descriptions REST Endpoints
Business Objects/Items/Descriptions
The operations from the Business Objects/Items/Descriptions category.
- Create a Description
- Method: postPath:
/items/{itemGid}/descriptions - Delete a Description
- Method: deletePath:
/items/{itemGid}/descriptions/{seqNo} - Get a Description
- Method: getPath:
/items/{itemGid}/descriptions/{seqNo} - Get Descriptions
- Method: getPath:
/items/{itemGid}/descriptions - Update a Description
- Method: patchPath:
/items/{itemGid}/descriptions/{seqNo} - Update Descriptions
- Method: patchPath:
/items/{itemGid}/descriptions