POST api/PlanningDepartment/UpdateProductionAmount

Request Information

URI Parameters

None.

Body Parameters

Collection of m_UpdateProductionAmount
NameDescriptionTypeAdditional information
ordsize_id

integer

Required

Matching regular expression pattern: ^[0-9]*$

stock_fg

integer

Required

Matching regular expression pattern: ^[0-9]*$

Request Formats

application/json, text/json

Sample:
[
  {
    "ordsize_id": 1,
    "stock_fg": 1
  },
  {
    "ordsize_id": 1,
    "stock_fg": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfm_UpdateProductionAmount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Planning_Department.Proforma_Invoce.View">
  <m_UpdateProductionAmount>
    <ordsize_id>1</ordsize_id>
    <stock_fg>1</stock_fg>
  </m_UpdateProductionAmount>
  <m_UpdateProductionAmount>
    <ordsize_id>1</ordsize_id>
    <stock_fg>1</stock_fg>
  </m_UpdateProductionAmount>
</ArrayOfm_UpdateProductionAmount>

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.