PUT api/sewing/store/id/{id}
Update Location and Amount
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
m_SewingStore_Location_Edit| Name | Description | Type | Additional information |
|---|---|---|---|
| location | string |
String length: inclusive between 0 and 20 |
|
| amount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"location": "sample string 1",
"amount": 2
}
application/xml, text/xml
Sample:
<m_SewingStore_Location_Edit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Sewing"> <amount>2</amount> <location>sample string 1</location> </m_SewingStore_Location_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.