POST api/production_line/color_store
Request Information
URI Parameters
None.
Body Parameters
Collection of md_screenStore_color_create| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.