Attributes REST Endpoints
Business Objects/Order Release Lines/Attributes
The operations from the Business Objects/Order Release Lines/Attributes category.
- Create an Attribute
- Method: postPath:
/orderReleaseLines/{orderReleaseLineGid}/attributes - Delete an Attribute
- Method: deletePath:
/orderReleaseLines/{orderReleaseLineGid}/attributes/{itemFeatureQualGidxitemFeatureValue} - Get an Attribute
- Method: getPath:
/orderReleaseLines/{orderReleaseLineGid}/attributes/{itemFeatureQualGidxitemFeatureValue} - Get Attributes
- Method: getPath:
/orderReleaseLines/{orderReleaseLineGid}/attributes - Update an Attribute
- Method: patchPath:
/orderReleaseLines/{orderReleaseLineGid}/attributes/{itemFeatureQualGidxitemFeatureValue} - Update Attributes
- Method: patchPath:
/orderReleaseLines/{orderReleaseLineGid}/attributes