Fetch the core branch details

post

/service/v1/corebranch/getByLocList

This API fetches core branch details based on list of location.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for getting data
Root Schema : LocationModel
Type: object
location model
Show Source
Nested Schema : locations
Type: array
List of locations
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successfully performs the operation
Body ()
Root Schema : CmcCoreBranchCollection
Type: object
Collection of Cmc Core Branch Model Objects.
Show Source
Nested Schema : data
Type: array
List of Bank Branch Objects.
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : CmcCoreBranchModel
Type: object
Cmc Core Branch Model.
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top