Subscription Entitlement Plan Commitments REST Endpoints
Subscription Entitlement Plans/Subscription Entitlement Plan Commitments
The commitments resource is used to create a entitlement plan based on commitments. These records can be created only for those balance codes which have the commitment flag enabled.
- Create an entitlement plan commitment
- Method: postPath:
/crmRestApi/resources/11.13.18.05/subscriptionEntitlementPlans/{EntitlementPlanNumber}/child/commitments - Delete an entitlement plan commitment
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/subscriptionEntitlementPlans/{EntitlementPlanNumber}/child/commitments/{EntitlementPlanCommitmentNumber} - Get all entitlement plan commitments
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionEntitlementPlans/{EntitlementPlanNumber}/child/commitments - Get an entitlement plan commitment
- Method: getPath:
/crmRestApi/resources/11.13.18.05/subscriptionEntitlementPlans/{EntitlementPlanNumber}/child/commitments/{EntitlementPlanCommitmentNumber} - Update an entitlement plan commitment
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/subscriptionEntitlementPlans/{EntitlementPlanNumber}/child/commitments/{EntitlementPlanCommitmentNumber}