POST api/StoreLC/UpdateCheckLocation
Request Information
URI Parameters
None.
Body Parameters
m_UpdateConfirmUpdateLC| Name | Description | Type | Additional information |
|---|---|---|---|
| storeLCModelId | integer |
None. |
|
| size | integer |
None. |
|
| storeLCModelSizeLocationId | integer |
None. |
|
| quantity | integer |
Required |
|
| locationStoreId | integer |
Required |
|
| locationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"storeLCModelId": 1,
"size": 2,
"storeLCModelSizeLocationId": 3,
"quantity": 4,
"locationStoreId": 5,
"locationName": "sample string 6"
}
application/xml, text/xml
Sample:
<m_UpdateConfirmUpdateLC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.StoreLC"> <locationName>sample string 6</locationName> <locationStoreId>5</locationStoreId> <quantity>4</quantity> <size>2</size> <storeLCModelId>1</storeLCModelId> <storeLCModelSizeLocationId>3</storeLCModelSizeLocationId> </m_UpdateConfirmUpdateLC>
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.