Skip to main content

Arguments

accountNumber : String! required

The account number for the Octoplus-enrolled account.

offerSlug : String! required

The unique string identifier for the offer to be claimed.

Returns

ClaimOctoplusReward

Claim an Octoplus Reward.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can redeem loyalty points

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 ClaimOctoplusReward( $accountNumber: String!, $offerSlug: String! ) { claimOctoplusReward( accountNumber: $accountNumber, offerSlug: $offerSlug ) { rewardId } }

Variables

{ "accountNumber": "A-1EC011F8", "offerSlug": "teach-site-phone-program-garden" }

Response

{ "data": { "claimOctoplusReward": { "rewardId": "26161852" } } }