Skip to main content

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:

Request Type: GET
Authorization: Bearer Token

Response:

KeyData TypeDescriptionRequired
responseStringInternal response status for the requestYes
dataJSONData reverted in response to the requestOptional
errorJSONInternal 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"
    }
}
Error CodeDescription
107001Another EOD process is already running

 

Error Code: 500 Internal Server Error
{
    "response": false,
    "data": null,
    "error": {
        "code": 0,
        "text": "string",
        "detail": "string"
    }
}
Error CodeDescription
107001Some Exception occurred in eod process