HomeGuidesAPIsReleasesDownloadsDeveloperEvents
Log In
Guides
These docs are for v2024.02. Click to read the latest docs for v2025.03.01.

SERVICE_ENTITLEMENT_UPDATE

{ "type" : "object", "description": "Data used for SERVICE_ASSET_CREATE, SERVICE_ASSET_UPDATE, SERVICE_BULK_ENTITLEMENT_PRODUCT_UPDATE, SERVICE_ENTITLEMENT_CREATE and SERVICE_ENTITLEMENT_UPDATE", "properties" : { "entitlementId" : { "type" : "string" }, "itemCode" : { "type" : "string" }, "itemName" : { "type" : "string" }, "creationDate" : { "type" : "string", "format" : "date-time" }, "modifiedDate" : { "type" : "string", "format" : "date-time" }, "provider" : { "type" : "string" }, "service" : { "type" : "string" }, "active" : { "type" : "boolean" } }, "required": ["entitlementId", "itemCode", "itemName", "creationDate", "modifiedDate", "service", "active" ] }

Did this page help you?