PUT api/PU/Dashboard/SaveRemarks/{machine_id}/{chm_id}/{pu_plan_no}

เพิ่มและแก้ไข Remark List

Request Information

URI Parameters

NameDescriptionTypeAdditional information
machine_id

integer

Required

chm_id

integer

Required

pu_plan_no

string

Required

Body Parameters

m_save_remarks
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_save_remarks'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.