Get Transaction Callover Report
To fetch a report detailing transaction callover information, you can send a GET request to the following endpoint:
GET
/api/Report/v1/GetTransactionCallOverReport
The request query should contain the necessary parameters, such as the date referenceNumber
or instrumentNumber
to specify the exact report needed.
This API streamlines the process of obtaining transaction callover reports, offering an efficient means of managing and accessing transaction-related data.
All in-branch transactions are included, excluding transactions from channels and end-of-day transactions.
Headers
Name | Value |
---|---|
Content-Type* |
|
Authorization* |
|
Request-Reference |
|
Query Parameter
Name | Data Type (length) | Description |
---|---|---|
| string | The reference number for the transaction |
| string | The instrument number related to the transaction |
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Last updated