PUT api/StoreUpper/taking/location/{su_doc_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| su_doc_id | integer |
Required |
Body Parameters
md_store_upper_taking_edit_lcation| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.