PUT api/StoreUpper/taking/location/{su_doc_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
su_doc_id

integer

Required

Body Parameters

md_store_upper_taking_edit_lcation
NameDescriptionTypeAdditional information
str_id

integer

None.

lc_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "str_id": 1,
  "lc_id": 2
}

application/xml, text/xml

Sample:
<md_store_upper_taking_edit_lcation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.StoreUpper">
  <lc_id>2</lc_id>
  <str_id>1</str_id>
</md_store_upper_taking_edit_lcation>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.