Charge Attributes REST Endpoints

Pricing Setup/Charge Attributes
These endpoints enable administration of Pricing Portal charge attributes using REST API services.
Add Charge Attribute
Method: post
Path: /rest/v16/pricingSetup/chargeAttributes
Delete Charge Attribute
Method: delete
Path: /rest/v16/pricingSetup/chargeAttributes/{attributeVarName}/
Get Charge Attribute
Method: get
Path: /rest/v16/pricingSetup/chargeAttributes/{attributeVarName}/
Get Charge Attributes
Method: get
Path: /rest/v16/pricingSetup/chargeAttributes
Update Charge Attribute
Method: patch
Path: /rest/v16/pricingSetup/chargeAttributes/{attributeVarName}/
Update Charge Attributes
Method: patch
Path: /rest/v16/pricingSetup/chargeAttributes