Entitlements REST Endpoints

Entitlements
Entitlement is used to define Sales/Service entitlements.
Create an entitlement
Method: post
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/entitlement
Create or update an array of entitlement
Method: put
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/entitlements
Create or update an entitlement
Method: put
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/entitlement/{id}
Delete an entitlement
Method: delete
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/entitlement/{id}
Get all entitlements
Method: get
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/entitlement
Get an entitlement
Method: get
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/entitlement/{id}
Update an entitlement
Method: patch
Path: https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/v1/entitlement/{id}