cURL
curl --request POST \ --url https://api.stag.songhaiexchange.io/gateway/list-end-Of-day-position-report \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "fromDate": "<string>", "toDate": "<string>", "status": "<string>", "endOfDayReportType": "<string>", "clientId": "<string>" } '
[ { "id": "<string>", "createdOn": "<string>", "reportDate": "<string>", "client": "<string>", "transactionStatus": "<string>", "count": 123, "total_amount": 123, "country": "<string>" } ]
Get client end of day report.
Bearer token
Report generated