CredentialBatchResponseBody

  • credential_batch
    • campaign
      Type: object
    • external_id
      Type: string

      Optional identifier appended to the SFTP delivery filename. Alphanumeric only. Only applicable when fulfillment_method is sftp_delivery.

    • fulfillment_method
      Type: string

      Fulfillment method for this batch. Supported values: clark_and_riggs, file_download, sftp_delivery.

    • name
      Type: string
    • offer
      Type: object
    • quantity
      Type: integer

      Integer numbers.

    • sftp_id
      Type: integer

      Primary key of the SFTP configuration to deliver this batch through. Required when fulfillment_method is sftp_delivery; omitted for other methods.

    • status
      Type: string
Examples
{
  "credential_batch": {
    "id": 0,
    "offer": {
      "offer_id": 0,
      "offer_name": "string"
    },
    "campaign": {
      "campaign_id": 0,
      "campaign_name": "string"
    },
    "name": "string",
    "quantity": 0,
    "fulfillment_method": "string",
    "sftp_id": 0,
    "external_id": "string",
    "status": "string"
  }
}