POST api/DuAnMaHangXanh/DuAnMaHangXanh_GetAll
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 DuAnMaHangXanhModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaHang | string |
None. |
|
| TenHang | string |
None. |
|
| Loai | string |
None. |
|
| TuNgay | date |
None. |
|
| DenNgay | date |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "77f0865f-109a-40ed-afe6-d0d723624c57",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Loai": "sample string 4",
"TuNgay": "2026-04-03T18:11:57.2792021+07:00",
"DenNgay": "2026-04-03T18:11:57.2792021+07:00",
"ChangeStatus": 7
},
{
"GuidID": "77f0865f-109a-40ed-afe6-d0d723624c57",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Loai": "sample string 4",
"TuNgay": "2026-04-03T18:11:57.2792021+07:00",
"DenNgay": "2026-04-03T18:11:57.2792021+07:00",
"ChangeStatus": 7
}
]