- Subcategories:
- Conditions and Selections
Eligibility Rules REST Endpoints
Eligibility Rules
CPQ exposes eligibility data through REST APIs. As described in this section, Eligibility APIs allow external applications to create, read, update, delete, and deploy eligibility data.
- Create Eligibility Rule
- Method: postPath:
/rest/v19/eligibilityRule
- Delete Eligibility Rule
- Method: deletePath:
/rest/v19/eligibilityRule/{id}
- Delete Eligibility Rule
- Method: postPath:
/rest/v19/eligibilityRule/{id}/actions/delete
- Deploy Eligibility Rule
- Method: postPath:
/rest/v19/eligibilityRule/{id}/actions/deploy
- Deploy Multiple Eligibility Rules
- Method: postPath:
/rest/v19/eligibilityRule/actions/deploy
- Get All Eligibility Rules
- Method: getPath:
/rest/v19/eligibilityRule
- Get Eligibility Rule
- Method: getPath:
/rest/v19/eligibilityRule/{id}
- Update Eligibility Rule
- Method: postPath:
/rest/v19/eligibilityRule/{id}