Get EOD process status of a given branch

get

/service/brancheod/{branchCode}/{eodDate}

This endpoint gets the detailed status report of EOD process for a branch.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns Branch EOD details
Body ()
Root Schema : WorkFlowTaskStatus
Type: object
Status of task in workflow for a branch.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : WorkFlowTaskStatusDTO
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top