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": "070fa4b7-62a3-498d-882f-ce3598091bca",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Loai": "sample string 4",
"TuNgay": "2026-01-29T16:33:19.0473609+07:00",
"DenNgay": "2026-01-29T16:33:19.0473609+07:00",
"ChangeStatus": 7
},
{
"GuidID": "070fa4b7-62a3-498d-882f-ce3598091bca",
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"Loai": "sample string 4",
"TuNgay": "2026-01-29T16:33:19.0473609+07:00",
"DenNgay": "2026-01-29T16:33:19.0473609+07:00",
"ChangeStatus": 7
}
]