Item Structures REST Endpoints
Business Objects/Item Structures
The operations from the Business Objects/Item Structures category.
- Create an Item Structure
- Method: postPath:
/itemStructures - Delete an Item Structure
- Method: deletePath:
/itemStructures/{gtmStructureGid} - Get an Item Structure
- Method: getPath:
/itemStructures/{gtmStructureGid} - Get Item Structures
- Method: getPath:
/itemStructures - Update an Item Structure
- Method: patchPath:
/itemStructures/{gtmStructureGid}