POST api/ChiTieuDoanhSoNganhHang_TheoMien/UpSertDataItem
Request Information
URI Parameters
None.
Body Parameters
KIDS_ChiTieuDoanhSoNganhHang_TheoMienModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Nam | integer |
None. |
|
| Thang | integer |
None. |
|
| Mien | string |
None. |
|
| ChiTieuMBSS | decimal number |
None. |
|
| ChiTieuSuaBot | decimal number |
None. |
|
| ChiTieuBimTa | decimal number |
None. |
|
| ChiTieuDoSoSinh | decimal number |
None. |
|
| ChiTieuDoDung | decimal number |
None. |
|
| ChiTieuThoiTrang | decimal number |
None. |
|
| ChiTieuDoChoi | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "9f4a53f5-1ec9-411a-83c9-781d06cb99e1",
"Nam": 2,
"Thang": 3,
"Mien": "sample string 4",
"ChiTieuMBSS": 1.0,
"ChiTieuSuaBot": 1.0,
"ChiTieuBimTa": 1.0,
"ChiTieuDoSoSinh": 1.0,
"ChiTieuDoDung": 1.0,
"ChiTieuThoiTrang": 1.0,
"ChiTieuDoChoi": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"