PUT api/production_line/color_store/withdraw

Request Information

URI Parameters

None.

Body Parameters

md_screenStore_color_withdraw_edit
NameDescriptionTypeAdditional information
operator_id

integer

None.

colors

Collection of md_screenStore_color_withdraw_colorGruoup_edit

None.

Request Formats

application/json, text/json

Sample:
{
  "operator_id": 1,
  "colors": [
    {
      "store_id": 1,
      "tank": 2
    },
    {
      "store_id": 1,
      "tank": 2
    }
  ]
}

application/xml, text/xml

Sample:
<md_screenStore_color_withdraw_edit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Screen">
  <colors>
    <md_screenStore_color_withdraw_colorGruoup_edit>
      <store_id>1</store_id>
      <tank>2</tank>
    </md_screenStore_color_withdraw_colorGruoup_edit>
    <md_screenStore_color_withdraw_colorGruoup_edit>
      <store_id>1</store_id>
      <tank>2</tank>
    </md_screenStore_color_withdraw_colorGruoup_edit>
  </colors>
  <operator_id>1</operator_id>
</md_screenStore_color_withdraw_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_screenStore_color_withdraw_edit'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.