POST api/DiemBaoHanh/InsertDiemCongViecBaoHanh
Request Information
URI Parameters
None.
Body Parameters
DiemCongViecBaoHanhInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| DiemCongViecBaoHanhID | integer |
None. |
|
| SoCongViec | string |
None. |
|
| LoaiCongViec | string |
None. |
|
| KyThuat | string |
None. |
|
| Diem | integer |
None. |
|
| GhiChuNguoiDuyet | string |
None. |
|
| NguoiDuyet | string |
None. |
|
| Duyet | boolean |
None. |
|
| LoaiThongBao | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DiemCongViecBaoHanhID": 1,
"SoCongViec": "sample string 2",
"LoaiCongViec": "sample string 3",
"KyThuat": "sample string 4",
"Diem": 1,
"GhiChuNguoiDuyet": "sample string 5",
"NguoiDuyet": "sample string 6",
"Duyet": true,
"LoaiThongBao": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}