Pricing Lookups REST Endpoints
Pricing Setup/Pricing Lookups
These endpoints support administration of CPQ Pricing Lookups.
- Add a Pricing Lookup
- Method: postPath:
/rest/v19/pricingSetup/pricingLookups
- Add a Pricing Lookup Value
- Method: postPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues
- Delete a Pricing Lookup
- Method: deletePath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}
- Delete a Pricing Lookup Value
- Method: deletePath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}
- Get a Pricing Lookup
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}
- Get a Pricing Lookup Value
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}
- Get All Pricing Lookup Values
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues
- Get All Pricing Lookups
- Method: getPath:
/rest/v19/pricingSetup/pricingLookups
- Update a Pricing Lookup
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}
- Update a Pricing Lookup Value
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues/{lookupCode}
- Update Pricing Lookup Values
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups/{lookupTypeVariableName}/lookupValues
- Update Pricing Lookups
- Method: patchPath:
/rest/v19/pricingSetup/pricingLookups