POST api/Top300SKU/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 Top300SKUModel| 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": "fc7a87a7-f380-4904-803a-ceb8125b58c6",
"Nam": 1,
"Thang": 1,
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"RankMa": 1,
"ChangeStatus": 4
},
{
"GuidID": "fc7a87a7-f380-4904-803a-ceb8125b58c6",
"Nam": 1,
"Thang": 1,
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"RankMa": 1,
"ChangeStatus": 4
}
]