CredentialBatchResponseBody
- credential
_batch - campaignType: object
- externalType: string
_id Optional identifier appended to the SFTP delivery filename. Alphanumeric only. Only applicable when
fulfillment_methodissftp_delivery. - fulfillmentType: string
_method Fulfillment method for this batch. Supported values:
clark_and_riggs,file_download,sftp_delivery. - nameType: string
- offerType: object
- quantityType: integer
Integer numbers.
- sftpType: integer
_id Primary key of the SFTP configuration to deliver this batch through. Required when
fulfillment_methodissftp_delivery; omitted for other methods. - 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",
"sftp_id": 0,
"external_id": "string",
"status": "string"
}
}