- LineItemResponse
Represents a license model entity
Issuer associated with the license model.
This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product.
Returns null if no relevant parent association exists
License Model name
Notice associated with the license model.
This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product.
Returns null if no relevant parent association exists
Serial number associated with the license model.
This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product.
Returns null if no relevant parent association exists
Vendor string associated with the license model.
This field is applicable only when the LicenseModel is linked through Entitlement → LineItem → Product.
Returns null if no relevant parent association exists
{ "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/obsolete
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": "Example String", "orderType": "Example String", "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/obsolete
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": "Example String", "orderType": "Example String", "permanent": true, "products": [ { "__typename": "Product" } ], "quantity": 40, "startDate": "Example String" }
GraphQL response for line item creation
List of line item creation results
{ "response": [ { "__typename": "LineItemResultEntry" } ] }
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" } ] }
Represents a single line item response
{ "activationId": "Example String", "errorMsg": "Example String", "status": "Example String" }
Result item containing status, activation ID and error message
Activation ID if successful
Error message if status is error
Status of the operation (success/error)
{ "activationId": "Example String", "errorMsg": "Example String", "status": "Example String" }
Entry in the line item creation response. Represents the result of creating a line item at a specific index.
Index of the line item in the input array. This maintains the same order as the input request. Example: 0, 1, 2
Result of the operation (success/error)
{ "index": 40, "result": { "__typename": "LineItemResult" } }
Maintenance product information.
Creation date in ISO format
Description of the maintenance product
Last modified date in ISO format
Name of the maintenance product
List of associated part numbers
State of the maintenance product
Version of the maintenance product
{ "creationDate": "Example String", "description": "Example String", "lastModifiedDate": "Example String", "maintenanceName": "Example String", "partNumbers": [ { "__typename": "PartNumbersDTO" } ], "state": "Example String", "version": "Example String" }
Maintenance product list response.
List of maintenance products
Pagination information
{ "maintenanceProducts": [ { "__typename": "MaintenanceProductDTO" } ], "pagination": { "__typename": "Pagination" } }