POST api/StoreFG/ConfirmUpdateLocationFG

Request Information

URI Parameters

None.

Body Parameters

m_GetConfirmUpdateFG
NameDescriptionTypeAdditional information
storeFGModelId

integer

None.

model_no

string

None.

color

string

None.

storeFGModelSizeId

integer

None.

size

integer

None.

packing

string

None.

storeFGModelSizeLocationId

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:
{
  "storeFGModelId": 1,
  "model_no": "sample string 2",
  "color": "sample string 3",
  "storeFGModelSizeId": 4,
  "size": 5,
  "packing": "sample string 6",
  "storeFGModelSizeLocationId": 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_GetConfirmUpdateFG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.FG">
  <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>
  <storeFGModelId>1</storeFGModelId>
  <storeFGModelSizeId>4</storeFGModelSizeId>
  <storeFGModelSizeLocationId>7</storeFGModelSizeLocationId>
</m_GetConfirmUpdateFG>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.