GET bankbranchesbybank
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BankBranchesEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchID | integer |
None. |
|
| BranchName | string |
None. |
|
| BranchCode | string |
None. |
|
| isUniversal | integer |
None. |
|
| BankID | integer |
None. |
|
| Active | integer |
None. |
|
| TenantID | integer |
None. |
|
| TenantName | string |
None. |
|
| BankName | string |
None. |
|
| Include | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BranchID": 1,
"BranchName": "sample string 2",
"BranchCode": "sample string 3",
"isUniversal": 4,
"BankID": 5,
"Active": 6,
"TenantID": 7,
"TenantName": "sample string 8",
"BankName": "sample string 9",
"Include": true
},
{
"BranchID": 1,
"BranchName": "sample string 2",
"BranchCode": "sample string 3",
"isUniversal": 4,
"BankID": 5,
"Active": 6,
"TenantID": 7,
"TenantName": "sample string 8",
"BankName": "sample string 9",
"Include": true
}
]
text/html
Sample:
[{"BranchID":1,"BranchName":"sample string 2","BranchCode":"sample string 3","isUniversal":4,"BankID":5,"Active":6,"TenantID":7,"TenantName":"sample string 8","BankName":"sample string 9","Include":true},{"BranchID":1,"BranchName":"sample string 2","BranchCode":"sample string 3","isUniversal":4,"BankID":5,"Active":6,"TenantID":7,"TenantName":"sample string 8","BankName":"sample string 9","Include":true}]
application/xml, text/xml
Sample:
<ArrayOfBankBranchesEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.BankBranch">
<BankBranchesEntity>
<Active>6</Active>
<BankID>5</BankID>
<BankName>sample string 9</BankName>
<BranchCode>sample string 3</BranchCode>
<BranchID>1</BranchID>
<BranchName>sample string 2</BranchName>
<Include>true</Include>
<TenantID>7</TenantID>
<TenantName>sample string 8</TenantName>
<isUniversal>4</isUniversal>
</BankBranchesEntity>
<BankBranchesEntity>
<Active>6</Active>
<BankID>5</BankID>
<BankName>sample string 9</BankName>
<BranchCode>sample string 3</BranchCode>
<BranchID>1</BranchID>
<BranchName>sample string 2</BranchName>
<Include>true</Include>
<TenantID>7</TenantID>
<TenantName>sample string 8</TenantName>
<isUniversal>4</isUniversal>
</BankBranchesEntity>
</ArrayOfBankBranchesEntity>