PUT api/manage/operator/sewwing/{operator_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| operator_id | integer |
Required |
Body Parameters
m_reqPutSewingProductionLine| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.