Use this operation to perform the following types of data backfill actions. Also, you need to upload a corresponding file to perform a data backfill action.
For more information, see Perform data backfill.
required | object (DataBackfillJob) |
file required | string <binary> A file containing the data about the fields that you want to backfill. This file must be a You can download a file template to view all fields supported for your data backfill. For more information, see Perform data backfill. |
checksum | string = 32 characters An MD5 checksum that is used to validate the integrity of the uploaded file. |
Internal Server Error
Request Errors
curl -X POST -H 'Authorization: Bearer f21f017e4724445d8647b1f0de7ed6f1' -F 'file=@"ProductRatePlanChargeBackfillFile.csv"' -F 'type="ProductRatePlanCharge"' 'https://rest.zuora.com/v1/uno/data-backfill/jobs'
{- "success": true,
- "jobId": "ff8080818bb300af018bb325fe0c58f3"
}