Fetch list of routing data
get
/service/v1/routing
This API fetches list of routing data based on given parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
drawnOnBankCode: string
Drawn On Bank Code
-
drawnOnBankName: string
Drawn On Bank Name
-
drawnOnBranchCode: string
Brawn On Branch Code
-
drawnOnBranchName: string
Drawn On Branch Name
-
limit: integer
Limit To Be Fetched
-
offset: integer
Offset Of Limit
-
routingCode: number
Routing Code
Header Parameters
-
appId(required): string
Application Id
-
authToken: string
Authorization Token
-
branchCode(required): string
Branch Code
-
contentType: string
Content Type
-
tenantId: string
Tenant Id
-
userId(required): string
UserId For SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : RoutingResponseModel
Type:
object
Collection of Routing Data.
Show Source
-
data:
array data
Data
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:
string
Drawee Bank Code
-
bankName:
string
Drawee Bank Name
-
branchCode:
string
Branch Code
-
branchName:
string
Drawee Branch Name
-
locationClusterCode:
string
Location Cluster Code
-
locationClusterDesc:
string
Location Cluster Description
-
locationCode:
string
Location Code
-
locationDescription:
string
Location Description
-
routingCode:
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