AddInvitationStatus

  • batchId
    Type: stringFormat: uuid
    required

    Unique id for the batch when adding invitations.

  • statuses
    Type: array object[] · StatusItem[]
    required

    A list of statuses for each invitation that was requested to be added.

    • invitationId
      Type: stringFormat: uuid

      A unique id for a invitation.

    • invitationLink
      Type: null | string

      A unique link to be used for answering the quest.

    • status
      Type: string

      Statuses for each invitation that was requested to be added. Only 'OK' denotes a successfull adding of invitation.

      • PENDING: Invitation awaiting processing.
      • QUARANTINED: Invitation quarantined and not added.
      • OPTEDOUT: Respondent for the invitation has opted out.
      • ERROR: Error occured, invitation not added.
      • OK: Invitation added. Link to quest available.