Pricing Lookups REST Endpoints

Pricing Setup/Pricing Lookups
These endpoints support administration of CPQ Pricing Lookups.
Add a Pricing Lookup
Method: post
Path: /rest/v19/pricingSetup/pricingLookups
Add a Pricing Lookup Value
Method: post
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues
Delete a Pricing Lookup
Method: delete
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}
Delete a Pricing Lookup Value
Method: delete
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}
Get a Pricing Lookup
Method: get
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}
Get a Pricing Lookup Value
Method: get
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}
Get All Pricing Lookup Values
Method: get
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues
Get All Pricing Lookups
Method: get
Path: /rest/v19/pricingSetup/pricingLookups
Update a Pricing Lookup
Method: patch
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}
Update a Pricing Lookup Value
Method: patch
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}
Update Pricing Lookup Values
Method: patch
Path: /rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues
Update Pricing Lookups
Method: patch
Path: /rest/v19/pricingSetup/pricingLookups