GET Api/DashboardSalesPOS/GetBranch
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BranchPOS| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| BranchName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BranchId": 1,
"BranchName": "sample string 2"
},
{
"BranchId": 1,
"BranchName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfBranchPOS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
<BranchPOS>
<BranchId>1</BranchId>
<BranchName>sample string 2</BranchName>
</BranchPOS>
<BranchPOS>
<BranchId>1</BranchId>
<BranchName>sample string 2</BranchName>
</BranchPOS>
</ArrayOfBranchPOS>