Get EOD History
GET EOD History
This SynoFin LMS API is used to retrieve all the data for the EOD and BOD processes that were carried out for the Loans.
URL: {{base_url}}/loan-management/v1/getEodHistory
Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key |
Data Type |
Default Value |
record_size* |
Interger |
5 |
proc_type |
String |
All |
*required parameter
Request: 200
{ "response": true, "data": [ { "eodLogId": integer, "startTime": "2023-04-05 18:31:11.743", "endTime": "2023-04-05 18:31:28.366", "status": "failed", "businessDate": "2024-01-29", "logFile": null, "description": "string", "type": "string", "schLogId": "string", "startedBy": null } ], "error": null }
|