POST SinCtrl/SimulationPieceMinUpdate?SIM_ID={SIM_ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SIM_ID

decimal number

Required

Body Parameters

ParamOfPieceMin
NameDescriptionTypeAdditional information
list

Collection of PieceMin

None.

Request Formats

application/json, text/json

Sample:
{
  "list": [
    {
      "id": 1.0,
      "label": "sample string 2",
      "type": 1,
      "count": 1,
      "surface": 1.0,
      "doIsolation": true
    },
    {
      "id": 1.0,
      "label": "sample string 2",
      "type": 1,
      "count": 1,
      "surface": 1.0,
      "doIsolation": true
    }
  ]
}

application/xml, text/xml

Sample:
<ParamOfPieceMinOrxjBW9N xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models">
  <list>
    <PieceMin>
      <count>1</count>
      <doIsolation>true</doIsolation>
      <id>1</id>
      <label>sample string 2</label>
      <surface>1</surface>
      <type>1</type>
    </PieceMin>
    <PieceMin>
      <count>1</count>
      <doIsolation>true</doIsolation>
      <id>1</id>
      <label>sample string 2</label>
      <surface>1</surface>
      <type>1</type>
    </PieceMin>
  </list>
</ParamOfPieceMinOrxjBW9N>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.