POST api/CauHinhThuongDinhHuongBanHang/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
CauHinhThuongDinhHuongBanHangModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MienID | globally unique identifier |
None. |
|
| MaHang | string |
None. |
|
| TenHang | string |
None. |
|
| Thuong | decimal number |
None. |
|
| TuNgay | date |
None. |
|
| DenNgay | date |
None. |
|
| TenCT | string |
None. |
|
| ChangeStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "c840bd82-355a-42a1-8266-58d3ce41ff30",
"MienID": "a651cebd-807d-40e5-9717-3d6580dcfa36",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Thuong": 1.1,
"TuNgay": "2026-04-03T16:05:06.3572504+07:00",
"DenNgay": "2026-04-03T16:05:06.3572504+07:00",
"TenCT": "sample string 4",
"ChangeStatus": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"