POST api/manage/operator/line/create/all

Request Information

URI Parameters

None.

Body Parameters

md_operator_line_create_all
NameDescriptionTypeAdditional information
line_name

string

None.

location_id

integer

None.

department_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "line_name": "sample string 1",
  "location_id": 2,
  "department_id": 1
}

application/xml, text/xml

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.