POST api/packing/SelectOperatorEdge/Submit

Submit Select Operator Edge

Request Information

URI Parameters

None.

Body Parameters

m_Submit_SelectOperatorEdge
NameDescriptionTypeAdditional information
op_id

integer

None.

op_name

string

None.

op_date

string

None.

pk_plan_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "op_id": 1,
  "op_name": "sample string 2",
  "op_date": "sample string 3",
  "pk_plan_id": 4
}

application/xml, text/xml

Sample:
<m_Submit_SelectOperatorEdge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Packing">
  <op_date>sample string 3</op_date>
  <op_id>1</op_id>
  <op_name>sample string 2</op_name>
  <pk_plan_id>4</pk_plan_id>
</m_Submit_SelectOperatorEdge>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.