POST api/ChiTieuDoanhSoCuaHang/UpSertDataItem
Request Information
URI Parameters
None.
Body Parameters
KIDS_ChiTieu_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| MaCuaHang | string |
None. |
|
| TenCuaHang | string |
None. |
|
| ChiTieu | decimal number |
None. |
|
| ChiTieuNHR | decimal number |
None. |
|
| MaQuanLyVung | string |
None. |
|
| TenQuanLyVung | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "e7e82821-8b12-4715-801a-f127bccf0d59",
"Nam": 2,
"Thang": 3,
"MaCuaHang": "sample string 4",
"TenCuaHang": "sample string 5",
"ChiTieu": 1.0,
"ChiTieuNHR": 1.0,
"MaQuanLyVung": "sample string 6",
"TenQuanLyVung": "sample string 7",
"Status": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"