CredentialBatchResponseBody

  • credential_batch
    • campaign
      Type: object
    • fulfillment_method
      Type: string
    • name
      Type: string
    • offer
      Type: object
    • quantity
      Type: integer

      Integer numbers.

    • 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",
    "status": "string"
  }
}