GET api/TblBranchStoreInformation/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TblBranchStoreInformationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Old_LocCode | string |
None. |
|
| StoreNo | string |
None. |
|
| LocCode | string |
None. |
|
| DbName | string |
None. |
|
| BranchName | string |
None. |
|
| KhuVuc | string |
None. |
|
| ChiNhanh | string |
None. |
|
| BaoCaoDapUngTyLeHangHoa | boolean |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Old_LocCode": "sample string 1",
"StoreNo": "sample string 2",
"LocCode": "sample string 3",
"DbName": "sample string 4",
"BranchName": "sample string 5",
"KhuVuc": "sample string 6",
"ChiNhanh": "sample string 7",
"BaoCaoDapUngTyLeHangHoa": true,
"ChangeStatus": 8
},
{
"Old_LocCode": "sample string 1",
"StoreNo": "sample string 2",
"LocCode": "sample string 3",
"DbName": "sample string 4",
"BranchName": "sample string 5",
"KhuVuc": "sample string 6",
"ChiNhanh": "sample string 7",
"BaoCaoDapUngTyLeHangHoa": true,
"ChangeStatus": 8
}
]