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