GET api/TblBranchStoreInformation/GetDataItem?LocCode={LocCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}