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