createAccountAssociation
Create reseller account association with customer account
This page contains
Arguments
| input CreateAccountAssociationInput! PREVIEW | Specifies data to identify reseller account and customer account that is to be associated |
CreateAccountAssociationInput fields
| resellerAccountId ID! | Unique identifier of the reseller account |
| customerAccountId ID! | Unique identifier of the customer account |
Return Fields
| accountAssociation AccountAssociation | |
| userErrors [CreateAccountAssociationError!] PREVIEW |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.