POST api/production_line/color_store

Request Information

URI Parameters

None.

Body Parameters

Collection of md_screenStore_color_create
NameDescriptionTypeAdditional information
color_no

string

None.

location

string

None.

min

integer

None.

max

integer

None.

amount

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "color_no": "sample string 1",
    "location": "sample string 2",
    "min": 3,
    "max": 4,
    "amount": 5
  },
  {
    "color_no": "sample string 1",
    "location": "sample string 2",
    "min": 3,
    "max": 4,
    "amount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfmd_screenStore_color_create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Screen">
  <md_screenStore_color_create>
    <amount>5</amount>
    <color_no>sample string 1</color_no>
    <location>sample string 2</location>
    <max>4</max>
    <min>3</min>
  </md_screenStore_color_create>
  <md_screenStore_color_create>
    <amount>5</amount>
    <color_no>sample string 1</color_no>
    <location>sample string 2</location>
    <max>4</max>
    <min>3</min>
  </md_screenStore_color_create>
</ArrayOfmd_screenStore_color_create>

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.