POST api/MauGiaFast/MauGiaFast_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 MauGiaFastModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaKho | string |
None. |
|
| TenKho | string |
None. |
|
| MaHang | string |
None. |
|
| TenHang | string |
None. |
|
| DonVi | string |
None. |
|
| GiaBanTruocThue | decimal number |
None. |
|
| ThoiGianHieuLuc | date |
None. |
|
| GhiChu | string |
None. |
|
| GhiChu2 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "c4f18229-1ab9-4545-af7d-97c0520ecb30",
"MaKho": "sample string 2",
"TenKho": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"DonVi": "sample string 6",
"GiaBanTruocThue": 1.0,
"ThoiGianHieuLuc": "2026-01-29T16:27:14.0567328+07:00",
"GhiChu": "sample string 7",
"GhiChu2": "sample string 8"
},
{
"GuidID": "c4f18229-1ab9-4545-af7d-97c0520ecb30",
"MaKho": "sample string 2",
"TenKho": "sample string 3",
"MaHang": "sample string 4",
"TenHang": "sample string 5",
"DonVi": "sample string 6",
"GiaBanTruocThue": 1.0,
"ThoiGianHieuLuc": "2026-01-29T16:27:14.0567328+07:00",
"GhiChu": "sample string 7",
"GhiChu2": "sample string 8"
}
]