Gets a list of the transfer accounting batches that are available in Zuora Revenue.
Operation is successful.
No GL Transfer batches in Ready to Transfer status are available.
Error occurs when fetching the GL batch list.
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg" "https://yourHost/api/integration/v1/journal/list"
{- "result": [
- {
- "client_id": 0,
- "crtd_by": "string",
- "crtd_dt": "2019-08-24T14:15:22Z",
- "id": 0,
- "name": "string",
- "status": "string",
- "updt_by": "string",
- "updt_dt": "2019-08-24T14:15:22Z",
- "report_id": 0
}
], - "status": "Success"
}