POST api/Top300SKU/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "b07a5ee7-8178-4b04-a873-bee533b795c5",
"Nam": 1,
"Thang": 1,
"MaHang": "sample string 2",
"TenHang": "sample string 3",
"RankMa": 1,
"ChangeStatus": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"