- CreateMaintenanceProductResponse
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.
This field is applicable only when the Account is linked through Entitlement.
Returns null if no relevant parent association exists
Flag indicating if this account is the current owner of the entitlement.
This field is applicable only when the Account is linked through Entitlement.
Returns null if no relevant parent association exists
Represents the partner tier associated with the account.
This field is applicable only when the Account is linked through Entitlement.
Returns null if no relevant parent association exists
Address line 1 of the account
Address line 2 of the account
Represents the custom attributes associated with the account
City of the account
Country of the account
Description of the account
Region of the account
State of the account
Visibility of the account
Zip code of the account
{ "accountId": "Example String", "accountName": "Example String", "accountType": "Example String", "contactEmail": "Example String", "currentOwner": true, "partnerTierName": "Example String", "address1": "Example String", "address2": "Example String", "attributes": [ { "__typename": "Attribute" } ], "city": "Example String", "country": "Example String", "description": "Example String", "region": "Example String", "state": "Example String", "visible": true, "zipcode": "Example String" }
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 }