CredentialBatchResponseBody
- credential
_batch - campaignType: object
- fulfillmentType: string
_method - nameType: string
- offerType: object
- quantityType: integer
Integer numbers.
- statusType: 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"
}
}