Retrieves the list of existing entries
get
/web/v1/branch
This endpoint is used to get the list of existing entries.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
branchCode(optional): string
Branch Code.
-
branchName(optional): string
Branch Name.
-
depositBranch(optional): string
Deposit Branch.
-
depositBranchName(optional): string
Deposit Branch Description.
-
limit(optional): integer
limit to be fetched
-
offset(optional): integer
offset of the limit
Header Parameters
-
appId: string
Application Id.
-
branchCode: string
Branch Code for SMS.
-
userId: string
User Id for SMS.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation
Root Schema : CmcCoreBranchCollection
Type:
object
Collection of Cmc Core Branch Model Objects.
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 CmcCoreBranchModel
Cmc Core Branch Model.
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : CmcCoreBranchModel
Type:
object
Cmc Core 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
-
autoAuth(optional):
string
Bank code
-
branchCode(optional):
string
Bank name
-
branchLcy(optional):
string
Branch code
-
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
-
hoBranch(optional):
string
Home Branch
-
hostCode(optional):
string
hostCode
-
isServiceBranch(optional):
string
Is Service Branch (Y/N)
-
localCcy(optional):
string
Local Currency
-
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
Mobile Number
-
pinCode(optional):
string
Pincode
-
routingCode(optional):
number
Rounting Code
-
sourceBranchCode(optional):
string
Source Branch Code
-
sourceSystem(optional):
string
Source System
-
stateCode(optional):
string
State Code
-
telephone(optional):
number
Telephone
-
walkinCustomer(optional):
string
Walk In Customer
-
weekHol1(optional):
string
Week Holiday 1
-
weekHol2(optional):
string
Week Holiday 2
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error