Fetch the list of bank branch details
get
/service/v1/bankbranch
This API fetches list of bank branch details based on given parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
bankCode(optional): string
Bank Code
-
bankName(optional): string
Name of the Bank
-
branchName(optional): string
Name of the Branch
-
requestBranchCode(optional): string
Requested Branch Code
Header Parameters
-
appId: string
Application Id
-
authToken(optional): string
Authorization Token
-
branchCode: string
Branch Code
-
contentType(optional): string
Content Type
-
userId: string
User Id for SMS
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation
Root Schema : CmcBankBranchCollection
Type:
object
Collection of bankname.
Show Source
-
data(optional):
array data
List of Bank Branch Objects.
-
paging(optional):
object PagingDto
Paging Dto
Nested Schema : data
Type:
array
List of Bank Branch Objects.
Show Source
-
Array of:
object CmcBankBranchModel
Cmc Bank Branch model.
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : CmcBankBranchModel
Type:
object
Cmc Bank Branch model.
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.
-
bankCode(optional):
string
Bank code
-
bankName(optional):
string
Bank name
-
branchName(optional):
string
Branch name
-
contactPerson(optional):
string
Contact Person
-
countryCode(optional):
string
Country code
-
designation(optional):
string
Designation
-
emailId(optional):
string
Email Id
-
fax(optional):
string
Fax
-
locationClusterCode(optional):
string
Location Cluster Code
-
locationClusterDesc(optional):
string
Location Cluster Description
-
locationCode(optional):
string
Location Code
-
locationDesc(optional):
string
Location Description
-
mobileNo(optional):
number
Consignment Number
-
pinCode(optional):
string
Pincode
-
requestBranchCode(optional):
string
Branch code
-
routingCode(optional):
number
Rounting Code
-
stateCode(optional):
string
State Code
-
telephone(optional):
number
Telephone
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error