PUT api/sewing/store/id/{id}

Update Location and Amount

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

m_SewingStore_Location_Edit
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'm_SewingStore_Location_Edit'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.