PUT api/manage/operator/sewwing/{operator_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
operator_id

integer

Required

Body Parameters

m_reqPutSewingProductionLine
NameDescriptionTypeAdditional information
prd_line_id

integer

Required

op_type

string

Required

String length: inclusive between 0 and 250

Request Formats

application/json, text/json

Sample:
{
  "prd_line_id": 1,
  "op_type": "sample string 2"
}

application/xml, text/xml

Sample:
<m_reqPutSewingProductionLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Operator">
  <op_type>sample string 2</op_type>
  <prd_line_id>1</prd_line_id>
</m_reqPutSewingProductionLine>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.