POST api/sewing/store
Add Store
Request Information
URI Parameters
None.
Body Parameters
Collection of m_SewingStore_Material_Create| Name | Description | Type | Additional information |
|---|---|---|---|
| mat_id | integer |
Required |
|
| amount | integer |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"mat_id": 1,
"amount": 2
},
{
"mat_id": 1,
"amount": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfm_SewingStore_Material_Create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Sewing">
<m_SewingStore_Material_Create>
<amount>2</amount>
<mat_id>1</mat_id>
</m_SewingStore_Material_Create>
<m_SewingStore_Material_Create>
<amount>2</amount>
<mat_id>1</mat_id>
</m_SewingStore_Material_Create>
</ArrayOfm_SewingStore_Material_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.