POST api/StoreLC/ConfirmUpdateLocation
Request Information
URI Parameters
None.
Body Parameters
m_GetConfirmUpdateLC| Name | Description | Type | Additional information |
|---|---|---|---|
| storeLCModelId | integer |
None. |
|
| model_no | string |
None. |
|
| color | string |
None. |
|
| storeLCModelSizeId | integer |
None. |
|
| size | integer |
None. |
|
| packing | string |
None. |
|
| storeLCModelSizeLocationId | integer |
None. |
|
| date | string |
None. |
|
| OldQty | integer |
None. |
|
| NewQty | integer |
None. |
|
| OldLocationStoreId | integer |
None. |
|
| OldLocation | string |
None. |
|
| NewLocationStoreId | integer |
None. |
|
| NewLocation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"storeLCModelId": 1,
"model_no": "sample string 2",
"color": "sample string 3",
"storeLCModelSizeId": 4,
"size": 5,
"packing": "sample string 6",
"storeLCModelSizeLocationId": 7,
"date": "sample string 8",
"OldQty": 9,
"NewQty": 10,
"OldLocationStoreId": 11,
"OldLocation": "sample string 12",
"NewLocationStoreId": 13,
"NewLocation": "sample string 14"
}
application/xml, text/xml
Sample:
<m_GetConfirmUpdateLC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.StoreLC"> <NewLocation>sample string 14</NewLocation> <NewLocationStoreId>13</NewLocationStoreId> <NewQty>10</NewQty> <OldLocation>sample string 12</OldLocation> <OldLocationStoreId>11</OldLocationStoreId> <OldQty>9</OldQty> <color>sample string 3</color> <date>sample string 8</date> <model_no>sample string 2</model_no> <packing>sample string 6</packing> <size>5</size> <storeLCModelId>1</storeLCModelId> <storeLCModelSizeId>4</storeLCModelSizeId> <storeLCModelSizeLocationId>7</storeLCModelSizeLocationId> </m_GetConfirmUpdateLC>
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.