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 RoutingModel
Show Source
-
errors:
object errors
List Of Errors
-
paging:
object PagingDto
-
routingData:
array routingData
Nested Schema : routingData
Type:
Show Source
array
-
Array of:
object RoutingModelDto
To get the routing data
Nested Schema : Error
Type:
object
Error Model
Show Source
-
errorCode:
string
Error Code
-
errorDescription:
string
Error Description
-
errorStatus:
string
Error Status
Nested Schema : RoutingModelDto
Type:
object
To get the routing data
Show Source
-
addressLine1:
string
Address Line 1
-
addressLine2:
string
Address Line 2
-
addressLine3:
string
Address Line 3
-
addressLine4:
string
Address Line 4
-
authStat:
string
Authorization Status
-
bankCode:
string
Bank Code
-
bankName:
string
Bank Name
-
branchCode:
string
Branch Code
-
branchName:
string
Branch Name
-
checkerDtStamp:
string
Checker Date
-
checkerId:
string
Checker ID
-
contactPerson:
string
Contact Person
-
countryCode:
string
Country Code
-
designation:
string
Designation
-
emailId:
string
Email Id
-
fax:
string
Fax
-
id:
string
Routing Id
-
locationClusterCode:
string
Location Cluster Code
-
locationClusterDesc:
string
Location Cluster Description
-
locationCode:
string
Location Code
-
locationDescription:
string
Location Description
-
makerDtStamp:
string
Maker Date
-
makerId:
string
Maker Id
-
mobileNo:
number
Mobile Number
-
modNo:
integer
ModNo
-
onceAuth:
string
Once Authorization
-
pincode:
string
Pin Code
-
recordStat:
string
Record Status
-
routingCode:
number
Routing Code
-
stateCode:
string
State Code
-
telephone:
number
TelePhone Number
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error