Fetch the 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(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
Root Schema : RoutingResponseModel
Type:
object
Collection of RoutingModel
Show Source
-
errors(optional):
object errors
List Of Errors
-
paging(optional):
object PagingDto
Paging Dto
-
routingData(optional):
array routingData
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
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(optional):
string
Error Code
-
errorDescription(optional):
string
Error Description
-
errorStatus(optional):
string
Error Status
Nested Schema : RoutingModelDto
Type:
object
To get the routing data
Show Source
-
addressLine1(optional):
string
Address Line 1
-
addressLine2(optional):
string
Address Line 2
-
addressLine3(optional):
string
Address Line 3
-
addressLine4(optional):
string
Address Line 4
-
authStat(optional):
string
Authorization Status
-
bankCode(optional):
string
Bank Code
-
bankName(optional):
string
Bank Name
-
branchCode(optional):
string
Branch Code
-
branchName(optional):
string
Branch Name
-
checkerDtStamp(optional):
string
Checker Date
-
checkerId(optional):
string
Checker ID
-
contactPerson(optional):
string
Contact Person
-
countryCode(optional):
string
Country Code
-
designation(optional):
string
Designation
-
emailId(optional):
string
Email Id
-
fax(optional):
string
Fax
-
id(optional):
string
Routing Id
-
locationClusterCode(optional):
string
Location Cluster Code
-
locationClusterDesc(optional):
string
Location Cluster Description
-
locationCode(optional):
string
Location Code
-
locationDescription(optional):
string
Location Description
-
makerDtStamp(optional):
string
Maker Date
-
makerId(optional):
string
Maker Id
-
mobileNo(optional):
number
Mobile Number
-
modNo(optional):
integer
ModNo
-
onceAuth(optional):
string
Once Authorization
-
pincode(optional):
string
Pin Code
-
recordStat(optional):
string
Record Status
-
routingCode(optional):
number
Routing Code
-
stateCode(optional):
string
State Code
-
telephone(optional):
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