Get Customer Account History
Last updated
Last updated
To retrieve the customer account history report, send a GET request to the following endpoint:
GET
/api/Report/v1/RequestCustomerAccountHistoryReport
The request must include the necessary customer identification details in the request query to specify the customer account for which the history report is requested.
This process streamlines the retrieval of customer account history reports and effectively manages customer account-related information.
Headers
Name | Value |
---|---|
Query Parameter
Name | Data Type (length) | Description |
---|---|---|
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
accountNumber
string
The account number associated with the transaction
postingReferenceNumber
string
The unique reference number for the posting
instrumentNumber
string
The instrument number related to the transaction
entryCode
string
The code representing the type of financial entry
batchCode
string
The batch code for grouping transactions
financialDateFrom
date
The starting date for the financial activity
financialDateTo
date
The ending date for the financial activity
startDate
date
The start date of the transaction period
endDate
date
The end date of the transaction period
pageNumber
integer
The page number for pagination
pageSize
integer
The number of results per page
sortColumn
string
The column by which the results are sorted
direction
string
The direction of sorting, either Asc
(ascending) or Desc