Fetch the core branch details
post
/service/v1/corebranch/getByLocList
This API fetches core branch details based on list of location.
Request
Supported Media Types
- application/json
- application/xml
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
Request Body that contains data required for getting data
Root Schema : LocationModel
Type:
object
location model
Show Source
-
locations:
array locations
List of locations
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:
array data
List of Bank Branch Objects.
-
paging:
object PagingDto
Paging Dto
Nested Schema : data
Type:
array
List of Bank Branch Objects.
Show Source
-
Array of:
object CmcCoreBranchModel
Cmc Core Branch Model.
Nested Schema : CmcCoreBranchModel
Type:
object
Cmc Core Branch Model.
Show Source
-
addressLine1:
string
Address line 1
-
addressLine2:
string
Address line 2
-
addressLine3:
string
Address line 3
-
addressLine4:
string
Address line 4
-
autoAuth:
string
Bank code
-
branchCode:
string
Bank name
-
branchLcy:
string
Branch code
-
branchName:
string
Branch name
-
contactPerson:
string
Contact Person
-
countryCode:
string
Country code
-
designation:
string
Designation
-
emailId:
string
Email Id
-
fax:
string
Fax
-
hoBranch:
string
Home Branch
-
hostCode:
string
hostCode
-
isServiceBranch:
string
Is Service Branch (Y/N)
-
localCcy:
string
Local Currency
-
locationClusterCode:
string
Location Cluster Code
-
locationClusterDesc:
string
Location Cluster Description
-
locationCode:
string
Location Code
-
locationDesc:
string
Location Description
-
mobileNo:
number
Mobile Number
-
pinCode:
string
Pincode
-
routingCode:
number
Rounting Code
-
sourceBranchCode:
string
Source Branch Code
-
sourceSystem:
string
Source System
-
stateCode:
string
State Code
-
telephone:
number
Telephone
-
walkinCustomer:
string
Walk In Customer
-
weekHol1:
string
Week Holiday 1
-
weekHol2:
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