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" }
Represents a line item in the entitlement
Unique activation identifier of the line item.
Duration that the line item will be active.
Expiry date of the line item.
Represents the current state of the line item active/inactive/draft/deployed/obsoleted.
Represents the line item order type.
Indicates if the line item is permanent.
Products associated with the line item.
Represents the quantity of the line item.
Start date of the line item.
{ "activationId": "Example String", "duration": 40, "expiryDate": "Example String", "lineItemState": "DEPLOYED", "orderType": "INVALID_ORDER", "permanent": true, "products": [ { "__typename": "Product" } ], "quantity": 40, "startDate": "Example String" }
Detailed information about a line item.
Unique activation identifier of the line item.
Duration that the line item will be active.
Expiry date of the line item.
Represents the current state of the line item active/inactive/draft/deployed/obsoleted.
Represents the line item order type.
Indicates if the line item is permanent.
Products associated with the line item.
Represents the quantity of the line item.
Start date of the line item.
{ "activationId": "Example String", "duration": 40, "expiryDate": "Example String", "lineItemState": "DEPLOYED", "orderType": "INVALID_ORDER", "permanent": true, "products": [ { "__typename": "Product" } ], "quantity": 40, "startDate": "Example String" }
Paginated response carrying a list of line items.
Represents limit per page for pagination.
List of line item entities.
Represents page for pagination.
{ "limit": 40, "lineItems": [ { "__typename": "LineItem" } ], "page": 40 }
Response a list type line item response
{ "responseItems": [ { "__typename": "LineItemResponseItem" } ] }