POST api/TMDTTyLeThuongDoanhSoOnline/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
TMDT_TyLeThuongDoanhSoOnlineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| MaSanPham | string |
None. |
|
| LoaiDuLieu | string |
None. |
|
| MoTa | string |
None. |
|
| TyLe | decimal number |
None. |
|
| TyLeNHR | decimal number |
None. |
|
| ChangeStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "cdc4d891-3d68-4096-9dcd-09157cb6326c",
"Nam": 2,
"Thang": 3,
"MaSanPham": "sample string 4",
"LoaiDuLieu": "sample string 5",
"MoTa": "sample string 6",
"TyLe": 7.0,
"TyLeNHR": 1.0,
"ChangeStatus": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"