INPUT_OBJECT

ClaimJourneyOfferInput

link GraphQL Schema definition

1input ClaimJourneyOfferInput {
4
2# Unique Identifier for a journey.
3journeyId: ID!
7
5# Unique Identifier for an offer.
6offerId: ID!
11
8# Optional - Date override in UTC to claim the campaigns available for a
9# specific date for allowlist accounts. Defaults to current time.
10dateOverride: Time
14
12# If the offer being claimed is claim-code based
13isClaimCode: Boolean
15}

link Required by