POST api/PU/PUStoreUpper/CheckLocation

Request Information

URI Parameters

None.

Body Parameters

m_PUStoreUpper2
NameDescriptionTypeAdditional information
bom_id

integer

None.

size

integer

None.

old_amount

integer

None.

new_amounts

integer

None.

pu_location_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "bom_id": 1,
  "size": 2,
  "old_amount": 3,
  "new_amounts": 4,
  "pu_location_id": 5
}

application/xml, text/xml

Sample:
<m_PUStoreUpper2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.PU.Dashboard">
  <bom_id>1</bom_id>
  <new_amounts>4</new_amounts>
  <old_amount>3</old_amount>
  <pu_location_id>5</pu_location_id>
  <size>2</size>
</m_PUStoreUpper2>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.