Get transfer batch

Downloads the general ledger (GL) transfer batch data for the specified batch ID and page number. For more information, see Best practice for using Revenue APIs.

Request
path Parameters
batchid
required
integer

The batch ID of the transfer accounting batch.

pagenum
required
integer

The number of page to be downloaded.

query Parameters
pagesize
integer

The number of records to be downloaded per request. The default is 1000 and the maximum is 10000.

header Parameters
token
required
string

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

Responses
200

Operation is successful.

get/api/integration/v1/journal/batch/{batchid}/{pagenum}
Request samples
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg"  "https://yourHost/api/integration/v1/journal/batch/10000/1?Output=CSV"
Response samples
application/json; charset=utf-8
{
  • "status": "Success"
}