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: post
Path: /rest/v16/eligibilityRule
Delete Eligibility Rule
Method: delete
Path: /rest/v16/eligibilityRule/{id}
Delete Eligibility Rule
Method: post
Path: /rest/v16/eligibilityRule/{id}/actions/delete
Deploy Eligibility Rule
Method: post
Path: /rest/v16/eligibilityRule/{id}/actions/deploy
Deploy Multiple Eligibility Rules
Method: post
Path: /rest/v16/eligibilityRule/actions/deploy
Get All Eligibility Rules
Method: get
Path: /rest/v16/eligibilityRule
Get Eligibility Rule
Method: get
Path: /rest/v16/eligibilityRule/{id}
Update Eligibility Rule
Method: post
Path: /rest/v16/eligibilityRule/{id}