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" }