Manual Initiate EOD
GET Start EOD
The client must manually Initiate EOD using this API if the EOD is set to Manual Configuration.
URL: {{base_url}}/loan-management/v1/search
Request:
Response:
Key | Data Type | Description | Required |
response | String | Internal response status for the request | Yes |
data | JSON | Data reverted in response to the request | Optional |
error | JSON | Internal response error code | Optional |
Status Code: 200 OK
{
"response": true,
"data": "string",
"error": null
}
Error Code: 200 OK
{
"response": false,
"data": null,
"error": {
"code": 0,
"text": "string",
"detail": "string"
}
}
Expected messages as per Status API :
Error Code | Description |
107001 | Another EOD process is already running |
Error Code: 500 Internal Server Error
{
"response": false,
"data": null,
"error": {
"code": 0,
"text": "string",
"detail": "string"
}
}
Expected messages as per Status API :
Error Code | Description |
107001 | Some Exception occurred in eod process |
Status Code: 400 BAD REQUEST
Condition: The system will provide the following error code if any of the following parameters are missing from it.
No Comments