Get Customer Account History
Name
Value
Name
Data Type (length)
Description
Last updated
curl --location -g '{{baseurl}}/api/Report/v1/RequestCustomerAccountHistoryReport?AccountNumber=1000002992&PostingReferenceNumber=4945858&InstrumentNumber=0002&EntryCode=100&BatchCode=001&FinancialDateFrom=2022-01-01&FinancialDateTo=2022-03-09&StartDate=2022-01-01&EndDate=2022-03-09&PageNumber=1&PageSize=10&SortColumn=StartDate&Direction=Asc' \
--header 'Authorization: bearer {token}' \
--header 'request-reference: {unique_reference}' \
--header 'Content-Type: application/json' \
--data ''{
"status": true,
"message": "string",
"data": {
"data": [
{
"financialDate": "string",
"transactionDate": "2023-01-29T15:13:21.626Z",
"accountNumber": "string",
"accountName": "string",
"branch": "string",
"postedBy": "string",
"approvedBy": "string",
"postingReferenceNumber": "string",
"debit": "string",
"credit": "string",
"narration": "string",
"entryCode": "string",
"instrumentNumber": "string",
"balance": "string",
"accessLevel": 0
}
],
"recordCount": 0
}
}