POST api/CauHinhThuongDinhHuongBanHang/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "15375141-2445-4e64-99fd-a0e9c19c2066",
"MienID": "5a755a04-8d01-4715-94f4-cb012b2c0dde",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Thuong": 1.1,
"TuNgay": "2026-04-03T16:05:06.1988423+07:00",
"DenNgay": "2026-04-03T16:05:06.1988423+07:00",
"TenCT": "sample string 4",
"ChangeStatus": 5
},
{
"GuidID": "15375141-2445-4e64-99fd-a0e9c19c2066",
"MienID": "5a755a04-8d01-4715-94f4-cb012b2c0dde",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Thuong": 1.1,
"TuNgay": "2026-04-03T16:05:06.1988423+07:00",
"DenNgay": "2026-04-03T16:05:06.1988423+07:00",
"TenCT": "sample string 4",
"ChangeStatus": 5
}
]