PUT api/production_line/dieshot_store/{store_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
store_id

integer

Required

Body Parameters

md_dieshot_store_edit
NameDescriptionTypeAdditional information
status

string

None.

location

string

None.

dieshot_id

integer

None.

waste

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "location": "sample string 2",
  "dieshot_id": 3,
  "waste": 4
}

application/xml, text/xml

Sample:
<md_dieshot_store_edit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Seal">
  <dieshot_id>3</dieshot_id>
  <location>sample string 2</location>
  <status>sample string 1</status>
  <waste>4</waste>
</md_dieshot_store_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 'md_dieshot_store_edit'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.