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": "61787a52-6a3a-4989-ba9a-785b370c2ff5",
"MienID": "6a544cc8-2c10-4c3b-b7ce-d0ad4fd6847c",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Thuong": 1.1,
"TuNgay": "2026-01-29T18:25:50.8285094+07:00",
"DenNgay": "2026-01-29T18:25:50.8285094+07:00",
"TenCT": "sample string 4",
"ChangeStatus": 5
},
{
"GuidID": "61787a52-6a3a-4989-ba9a-785b370c2ff5",
"MienID": "6a544cc8-2c10-4c3b-b7ce-d0ad4fd6847c",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Thuong": 1.1,
"TuNgay": "2026-01-29T18:25:50.8285094+07:00",
"DenNgay": "2026-01-29T18:25:50.8285094+07:00",
"TenCT": "sample string 4",
"ChangeStatus": 5
}
]