POST api/TblBranchStoreInformation/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"