Skip to main content

Arguments

accountNumber : String

Kraken account number.

Returns

JoinOctoplusCampaign

Enroll an account in the Octoplus campaign.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can join campaigns

Query Complexity

1

Examples

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.

Query

mutation JoinOctoplusCampaign($accountNumber: String) { joinOctoplusCampaign(accountNumber: $accountNumber) { outcome { ...EnrolmentOutcomeFragment } } }

Variables

{ "accountNumber": "A-5D5A27F2" }

Response

{ "data": { "joinOctoplusCampaign": { "outcome": EnrolmentOutcome } } }