POST api/CauHinhThuongDinhHuongBanHang/InsertNewDataItem
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": "a8ebc10f-8619-43d3-8a0c-db18d60663ce",
"MienID": "8ccbfaa6-2aa3-4e99-8e25-aeea1c153e6b",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Thuong": 1.1,
"TuNgay": "2026-01-29T16:30:52.9897924+07:00",
"DenNgay": "2026-01-29T16:30:52.9897924+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"