Normalized Attributes REST Endpoints
Business Objects/Trade Parties/Normalized Attributes
The operations from the Business Objects/Trade Parties/Normalized Attributes category.
- Create a Normalized Attribute
- Method: postPath:
/tradeParties/{contactGid}/normalizedAttrs - Delete a Normalized Attribute
- Method: deletePath:
/tradeParties/{contactGid}/normalizedAttrs/{attributeName} - Get a Normalized Attribute
- Method: getPath:
/tradeParties/{contactGid}/normalizedAttrs/{attributeName} - Get Normalized Attributes
- Method: getPath:
/tradeParties/{contactGid}/normalizedAttrs - Update a Normalized Attribute
- Method: patchPath:
/tradeParties/{contactGid}/normalizedAttrs/{attributeName} - Update Normalized Attributes
- Method: patchPath:
/tradeParties/{contactGid}/normalizedAttrs