POST api/StoreUpper/ConfrimStoreUpperCheckLocation/{str_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
str_id

integer

Required

Body Parameters

m_storeupper
NameDescriptionTypeAdditional information
basket_no

string

None.

quantity

integer

None.

location_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "basket_no": "sample string 1",
  "quantity": 2,
  "location_id": 3
}

application/xml, text/xml

Sample:
<m_storeupper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.StoreUpper">
  <basket_no>sample string 1</basket_no>
  <location_id>3</location_id>
  <quantity>2</quantity>
</m_storeupper>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.