POST api/production_line/dieshot_store

Request Information

URI Parameters

None.

Body Parameters

Collection of md_screen_dieshot_his_create
NameDescriptionTypeAdditional information
amount

integer

Range: inclusive between 0 and 2147483647

dieshot_id

integer

None.

create_type

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "amount": 1,
    "dieshot_id": 2,
    "create_type": 3
  },
  {
    "amount": 1,
    "dieshot_id": 2,
    "create_type": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfmd_screen_dieshot_his_create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Seal">
  <md_screen_dieshot_his_create>
    <amount>1</amount>
    <create_type>3</create_type>
    <dieshot_id>2</dieshot_id>
  </md_screen_dieshot_his_create>
  <md_screen_dieshot_his_create>
    <amount>1</amount>
    <create_type>3</create_type>
    <dieshot_id>2</dieshot_id>
  </md_screen_dieshot_his_create>
</ArrayOfmd_screen_dieshot_his_create>

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.