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