joinOctoplusCampaign
Enroll an account in the Octoplus campaign.
Arguments
Kraken account number.
Possible Errors
Allowed Viewers
Required Permissions
Can join campaignsQuery 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 JoinOctoplusCampaign($accountNumber: String) {
joinOctoplusCampaign(accountNumber: $accountNumber) {
outcome {
...EnrolmentOutcomeFragment
}
}
}
Variables
{
"accountNumber": "A-5D5A27F2"
}
Response
{
"data": {
"joinOctoplusCampaign": {
"outcome": EnrolmentOutcome
}
}
}