GET api/Enquiry/GetBranchList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FbnBranch| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchCode | string |
None. |
|
| BranchName | string |
None. |
|
| StateCode | string |
None. |
|
| StateName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BranchCode": "sample string 1",
"BranchName": "sample string 2",
"StateCode": "sample string 3",
"StateName": "sample string 4"
},
{
"BranchCode": "sample string 1",
"BranchName": "sample string 2",
"StateCode": "sample string 3",
"StateName": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfFbnBranch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tesla.FbnIntegrator.CustomObject">
<FbnBranch>
<BranchCode>sample string 1</BranchCode>
<BranchName>sample string 2</BranchName>
<StateCode>sample string 3</StateCode>
<StateName>sample string 4</StateName>
</FbnBranch>
<FbnBranch>
<BranchCode>sample string 1</BranchCode>
<BranchName>sample string 2</BranchName>
<StateCode>sample string 3</StateCode>
<StateName>sample string 4</StateName>
</FbnBranch>
</ArrayOfFbnBranch>