PUT api/production_line/color_store/reorder
Request Information
URI Parameters
None.
Body Parameters
Collection of md_screenStore_color_reorder_edit| Name | Description | Type | Additional information |
|---|---|---|---|
| store_id | integer |
None. |
|
| amount | integer |
Range: inclusive between 0 and 2147483647 |
Request Formats
application/json, text/json
Sample:
[
{
"store_id": 1,
"amount": 2
},
{
"store_id": 1,
"amount": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfmd_screenStore_color_reorder_edit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Screen">
<md_screenStore_color_reorder_edit>
<amount>2</amount>
<store_id>1</store_id>
</md_screenStore_color_reorder_edit>
<md_screenStore_color_reorder_edit>
<amount>2</amount>
<store_id>1</store_id>
</md_screenStore_color_reorder_edit>
</ArrayOfmd_screenStore_color_reorder_edit>
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.