Upload the event or transaction data in a CSV file to Zuora Revenue in UTF-8.
Note: It is recommended to have up to 60k lines per request in this operation.
The file is uploaded to Zuora Revenue.
Exception occurs. Please contact Zuora Revenue Support.
curl -X POST \ https://yourHost/api/integration/v1/upload/file \ -H 'cache-control: no-cache' \ -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW' \ -H 'templatename: sample_upload_template.csv' \ -H 'token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0NTIxMywiaWF0IjoxNTA0NzQzNDEzLCJuYmYiOjE1MDQ3NDM0MTMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.umtarSxRc0KUld5RZkrZMwzIypQYdwFYBP5-d1Cbi1Q' \ -F 'file=@/Users/user1/Downloads/Upload Template MO.csv'
{- "message": "File received successfully",
- "status": "Success"
}