POST api/CauHinhDoPhuHangHoa/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 DoPhuHangHoaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| MaHang | string |
None. |
|
| TenHang | string |
None. |
|
| RankMa | integer |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "574395a6-21c3-47ea-be45-b92a88907f3c",
"Nam": 1,
"Thang": 1,
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"RankMa": 1,
"ChangeStatus": 4
},
{
"GuidID": "574395a6-21c3-47ea-be45-b92a88907f3c",
"Nam": 1,
"Thang": 1,
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"RankMa": 1,
"ChangeStatus": 4
}
]