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: string
Bank Code
-
bankName: string
Name of the Bank
-
branchName: string
Name of the Branch
-
requestBranchCode: string
Requested Branch Code
Header Parameters
-
appId(required): string
Application Id
-
authToken: string
Authorization Token
-
branchCode(required): string
Branch Code
-
contentType: string
Content Type
-
userId(required): 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:
array data
List of Bank Branch Objects.
-
paging:
object PagingDto
Nested Schema : data
Type:
array
List of Bank Branch Objects.
Show Source
-
Array of:
object CmcBankBranchModel
Cmc Bank Branch model.
Nested Schema : CmcBankBranchModel
Type:
object
Cmc Bank Branch model.
Show Source
-
addressLine1:
string
Address line 1.
-
addressLine2:
string
Address line 2.
-
addressLine3:
string
Address line 3.
-
addressLine4:
string
Address line 4.
-
bankCode:
string
Bank code
-
bankName:
string
Bank name
-
branchName:
string
Branch name
-
contactPerson:
string
Contact Person
-
countryCode:
string
Country code
-
designation:
string
Designation
-
emailId:
string
Email Id
-
fax:
string
Fax
-
locationClusterCode:
string
Location Cluster Code
-
locationClusterDesc:
string
Location Cluster Description
-
locationCode:
string
Location Code
-
locationDesc:
string
Location Description
-
mobileNo:
number
Consignment Number
-
pinCode:
string
Pincode
-
requestBranchCode:
string
Branch code
-
routingCode:
number
Rounting Code
-
stateCode:
string
State Code
-
telephone:
number
Telephone
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error