updateShellAccountCommsPreferences
Update shell account communication preferences using an organization.
Arguments
Returns
UpdateShellAccountCommsPreferenceUpdate shell account communication preferences using an organization.
Possible Errors
Allowed Viewers
Required Permissions
Can create shell accountsQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation UpdateShellAccountCommsPreferences($input: UpdateShellAccountCommsPreferenceInputType!) {
updateShellAccountCommsPreferences(input: $input) {
accountNumber
isUpdated
}
}
Variables
{
"input": UpdateShellAccountCommsPreferenceInputType
}
Response
{
"data": {
"updateShellAccountCommsPreferences": {
"accountNumber": "A-AE7CB4DE",
"isUpdated": true
}
}
}