PUT api/production/preparation/decoration-store/history/{mat_id}
Update Location and Amount of Decoration Store
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mat_id | integer |
Required |
Body Parameters
m_pp_UpdateLocationAmount| Name | Description | Type | Additional information |
|---|---|---|---|
| location | string |
None. |
|
| amount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"location": "sample string 1",
"amount": 2
}
application/xml, text/xml
Sample:
<m_pp_UpdateLocationAmount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Preparation"> <amount>2</amount> <location>sample string 1</location> </m_pp_UpdateLocationAmount>
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.