POST api/ManagerRevenueNCC/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "b8ee4b46-3fd6-4a1c-8127-62cf03c3cfc8",
"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"