- CreateProductResponse
Response returned after attempting to create an account
Account creation success message
Status of the account creation
{ "message": "Example String", "status": "Example String" }
Represents the activation ID of a line item
{ "activationId": "Example String" }
Represents a custom attribute associated with an entity
Name of the custom attribute
Respective value of the custom attribute
{ "name": "Example String", "value": "Example Custom Scalar" }
Response for feature creation
ID of the created feature (featureName)
Success or error message
{ "featureId": "Example String", "message": "Example String" }
Response for creating a maintenance product.
Name of the maintenance product
Status message for the operation
Status of the operation (e.g., "success")
Version of the maintenance product
{ "maintenanceProduct": "Example String", "message": "Example String", "status": "Example String", "version": "Example String" }
Response for creating a product.
Status message for the operation
Status of the operation (e.g., "success")
{ "message": "Example String", "status": "Example String" }
Response for suite creation.
Success or error message
Name of the created suite
{ "message": "Example String", "suiteName": "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, OBSOLETE
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": "Example String", "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, OBSOLETE
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": "Example String", "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 }