POST api/production_line/dieshot_store/create
Request Information
URI Parameters
None.
Body Parameters
Collection of md_dieshot_store_create| Name | Description | Type | Additional information |
|---|---|---|---|
| dieshot_id | integer |
None. |
|
| location | string |
None. |
|
| amount | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"dieshot_id": 1,
"location": "sample string 2",
"amount": 3
},
{
"dieshot_id": 1,
"location": "sample string 2",
"amount": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfmd_dieshot_store_create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Seal">
<md_dieshot_store_create>
<amount>3</amount>
<dieshot_id>1</dieshot_id>
<location>sample string 2</location>
</md_dieshot_store_create>
<md_dieshot_store_create>
<amount>3</amount>
<dieshot_id>1</dieshot_id>
<location>sample string 2</location>
</md_dieshot_store_create>
</ArrayOfmd_dieshot_store_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.