POST api/CauHinhDoPhuHangHoa/InsertNewDataItem
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": "2d0f9b71-93c7-430f-8d10-5e8388d8739c",
"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"