Retrieves the list of existing entries
get
/web/v1/bankbranch
This endpoint is used to get the list of existing entries.
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
Branch Name.
-
limit(optional): integer
limit to be fetched
-
offset(optional): integer
offset of the limit
-
requestBranchCode(optional): string
Request branch code.
Header Parameters
-
appId: string
Application Id.
-
authToken(optional): string
Authorization Token.
-
branchCode: string
Branch Code.
-
branchDate(optional): string(date-time)
Branch Date.
-
contentType(optional): string
Content Type.
-
tenantId(optional): string
Tenant Id.
-
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
Contains the paging data like Total Results and Next/Prev Links
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
Contains the paging data like Total Results and Next/Prev Links
Show Source
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