All notable changes to the Entitlement Management REST API and related documentation will be documented in this file.
BETA Version
The Entitlement Management REST API is currently in its beta version and remains under active development. As such, it is not yet fully optimized, and may undergo significant changes or enhancements. Revenera strongly advises against using this API in production environments.
Added endpoint:
- Updated pattern for
entitlementIdwhen creating a simple entitlement - Updated pattern for
activationIdwhen creating a line item productis no longer a required object in thelineItemsarray when creating a simple entitlement or line item- Added the optional
partNumberobject to thelineItemsarray when creating a simple entitlement
Added entitlement and line-item management capabilities. The following endpoints were introduced:
- POST
/entitlement/{entitlementId}/maintenance-line-items - POST
/entitlement - GET
/entitlement/{entitlementId}/line-items - POST
/entitlement/{entitlementId}/line-items - PATCH
/entitlement/{entitlementId}/line-items/{activationId}/policies - PATCH
/entitlement/{entitlementId}/additional-properties
Initial version of the Entitlement REST API Reference