Get transfer batch file

Downloads the GL transfer batch files from Zuora Revenue for the specified batch ID.

Note:

  • Only the transfer accounting files that are created in the last 48 hours are available for download.

  • The maximum downloadable file size is 1 GB.

Request
path Parameters
batch_id
required
integer

The batch ID of the transfer accounting batch.

header Parameters
token
required
string

The valid authentication token that is generated by the Authentication operation.

Responses
200

Operation is successful.

204

The batch file is not generated for the batch ID or the batch file is not found.

get/api/integration/v1/download/transferbatchfile/{batch_id}
Request samples
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg"  "https://yourHost/api/integration/v1/download/transferbatchfile/10110"
Response samples
application/json; charset=utf-8
{
  • "active": "Success"
}