Retrieves the list of Routing data
get
/service/v1/routing
This endpoint is used to get the list of Bank Details with Routing Code.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
drawnOnBankCode(optional): string
Drawn On Bank Code
-
drawnOnBankName(optional): string
Drawn On Bank Name
-
drawnOnBranchCode(optional): string
Brawn On Branch Code
-
drawnOnBranchName(optional): string
Drawn On Branch Name
-
limit(optional): integer
Limit To Be Fetched
-
offset(optional): integer
Offset Of Limit
-
routingCode(optional): number
Routing Code
Header Parameters
-
appId: string
Application Id
-
authToken(optional): string
Authorization Token
-
branchCode: string
Branch Code
-
contentType(optional): string
Content Type
-
tenantId(optional): string
Tenant Id
-
userId: string
UserId For SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Nested Schema : data
Type:
array
Data
Show Source
-
Array of:
object RoutingModelDTO
To get the routing data
Nested Schema : RoutingModelDTO
Type:
object
To get the routing data
Show Source
-
bankCode(optional):
string
Drawee Bank Code
-
bankName(optional):
string
Drawee Bank Name
-
branchCode(optional):
string
Branch Code
-
branchName(optional):
string
Drawee Branch Name
-
locationClusterCode(optional):
string
Location Cluster Code
-
locationClusterDesc(optional):
string
Location Cluster Description
-
locationCode(optional):
string
Location Code
-
locationDescription(optional):
string
Location Description
-
routingCode(optional):
number
Routing Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error