PUT api/PU/Dashboard/SaveRemarks/{machine_id}/{chm_id}/{pu_plan_no}
เพิ่มและแก้ไข Remark List
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| machine_id | integer |
Required |
|
| chm_id | integer |
Required |
|
| pu_plan_no | string |
Required |
Body Parameters
m_save_remarks| Name | Description | Type | Additional information |
|---|---|---|---|
| remarks | Collection of m_save_message |
None. |
Request Formats
application/json, text/json
Sample:
{
"remarks": [
{
"message": "sample string 1"
},
{
"message": "sample string 1"
}
]
}
application/xml, text/xml
Sample:
<m_save_remarks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.PU.Dashboard">
<remarks>
<m_save_message>
<message>sample string 1</message>
</m_save_message>
<m_save_message>
<message>sample string 1</message>
</m_save_message>
</remarks>
</m_save_remarks>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.