PUT api/sewing/sendback/check/update-component/{plan_id}/done

Request Information

URI Parameters

NameDescriptionTypeAdditional information
plan_id

integer

Required

Body Parameters

m_Sewing_Done
NameDescriptionTypeAdditional information
tasksw_id

integer

Required

amount_waste

integer

None.

amount_missing

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "tasksw_id": 1,
  "amount_waste": 2,
  "amount_missing": 3
}

application/xml, text/xml

Sample:
<m_Sewing_Done xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Sewing">
  <amount_missing>3</amount_missing>
  <amount_waste>2</amount_waste>
  <tasksw_id>1</tasksw_id>
</m_Sewing_Done>

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_Sewing_Done'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.