PUT api/UPDATE_MPD_MAYPHATDIEN_Result/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UPDATE_MPD_MAYPHATDIEN_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Baoduong_Id | integer |
None. |
|
| Nhanhieu | string |
None. |
|
| Congsuat | decimal number |
None. |
|
| Ngaylapdat | date |
None. |
|
| DayAC | integer |
None. |
|
| Nhot_Nuoclammat | integer |
None. |
|
| Acquyde | integer |
None. |
|
| Thung_nhienlieu | integer |
None. |
|
| Hoatdong_may | integer |
None. |
|
| Vanhanh_ATS | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Baoduong_Id": 1,
"Nhanhieu": "sample string 1",
"Congsuat": 1.1,
"Ngaylapdat": "2025-12-06T10:57:44.4206846-08:00",
"DayAC": 1,
"Nhot_Nuoclammat": 1,
"Acquyde": 1,
"Thung_nhienlieu": 1,
"Hoatdong_may": 1,
"Vanhanh_ATS": 1
}
application/xml, text/xml
Sample:
<UPDATE_MPD_MAYPHATDIEN_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAODUONGTRAM_API.Models"> <Acquyde>1</Acquyde> <Baoduong_Id>1</Baoduong_Id> <Congsuat>1.1</Congsuat> <DayAC>1</DayAC> <Hoatdong_may>1</Hoatdong_may> <Ngaylapdat>2025-12-06T10:57:44.4206846-08:00</Ngaylapdat> <Nhanhieu>sample string 1</Nhanhieu> <Nhot_Nuoclammat>1</Nhot_Nuoclammat> <Thung_nhienlieu>1</Thung_nhienlieu> <Vanhanh_ATS>1</Vanhanh_ATS> </UPDATE_MPD_MAYPHATDIEN_Result>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.