PUT api/material/setting/PutFabricSpread

Request Information

URI Parameters

None.

Body Parameters

m_post_FabricSpread
NameDescriptionTypeAdditional information
work_date

string

None.

op_ids

Collection of op_ids

None.

Request Formats

application/json, text/json

Sample:
{
  "work_date": "sample string 1",
  "op_ids": [
    {
      "op_id": 1
    },
    {
      "op_id": 1
    }
  ]
}

application/xml, text/xml

Sample:
<m_post_FabricSpread xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Material">
  <op_ids>
    <op_ids>
      <op_id>1</op_id>
    </op_ids>
    <op_ids>
      <op_id>1</op_id>
    </op_ids>
  </op_ids>
  <work_date>sample string 1</work_date>
</m_post_FabricSpread>

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_post_FabricSpread'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.