CredentialBatchRequest

  • campaign_id
    Type: string
  • fulfillment_method
    Type: string
  • name
    Type: string
  • offer_id
    Type: integer

    Integer numbers.

  • quantity
    Type: integer

    Integer numbers.

Examples
{
  "campaign_id": "string",
  "offer_id": 0,
  "quantity": 0,
  "name": "string",
  "fulfillment_method": "string"
}