Represents an Account entity.
Represents the unique identifier of the account.
Name of the account.
Represents the type of account.
Email address of the contact associated with the account.
Flag indicating if this account is the current owner of the entitlement.
Represents the partner tier associated with the account.
{ "accountId": "Example String", "accountName": "Example String", "accountType": "CHANNEL_PARTNER", "contactEmail": "Example String", "currentOwner": true, "partnerTierName": "END_CUSTOMER" }
Represents the activation ID of a line item.
{ "activationId": "Example String" }
Represents a custom attribute associated with an entity.
{ "name": "Example String", "value": "Example String" }
Represents the entitlement entity.
Represents the date and time when the entitlement was created.
Human readable description of the entitlement.
Represents a high-level entitlement entity.
Represents the shipping address associated with the entitlement.
Email address associated with shipment contact.
status could be one of the following values: ACTIVE, INACTIVE, DRAFT, DEPLOYED, OBSOLETED
Represents the date and time when the entitlement was last updated.
{ "createdOn": "Example String", "description": "Example String", "entitlementId": "Example String", "shipToAddress": "Example String", "shipToEmail": "Example String", "status": "DEPLOYED", "updatedOn": "Example String" }
Entitlement details including associated accounts and line items.
Represents the accounts associated with the entitlement.
Represents the custom attributes associated with the entitlement.
Represents the date and time when the entitlement was created.
Human readable description of the entitlement.
Unique identifier of the entitlement.
List of line items associated with the entitlement.
Represents the shipping address associated with the entitlement.
Email address associated with shipment contact.
status could be one of the following values: ACTIVE, INACTIVE, DRAFT, DEPLOYED, OBSOLETED
Represents the date and time when the entitlement was last updated.
{ "accounts": [ { "__typename": "Account" } ], "attributes": [ { "__typename": "Attribute" } ], "createdOn": "Example String", "description": "Example String", "entitlementId": "Example String", "lineItems": [ { "__typename": "LineItemDetail" } ], "shipToAddress": "Example String", "shipToEmail": "Example String", "status": "DEPLOYED", "updatedOn": "Example String" }
Paginated response carrying a list of entitlements.
List of entitlement entities.
Represents limit per page for pagination.
Represents page for pagination.
{ "entitlements": [ { "__typename": "Entitlement" } ], "limit": 40, "page": 40 }
Represents a license model entity.
{ "issuer": "Example String", "licenseModelName": "Example String", "notice": "Example String", "serialNumber": "Example String", "vendorString": "Example String" }