POST api/ProductWarehouseInventories

Request Information

URI Parameters

None.

Body Parameters

WebServiceSelectProductWarehouseInventory_Result
NameDescriptionTypeAdditional information
Id

integer

None.

ProductId

integer

None.

WarehouseId

integer

None.

StockQuantity

integer

None.

ReservedQuantity

integer

None.

Sku

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProductId": 2,
  "WarehouseId": 3,
  "StockQuantity": 4,
  "ReservedQuantity": 5,
  "Sku": "sample string 6"
}

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

Response Information

Resource Description

WebServiceSelectProductWarehouseInventory_Result
NameDescriptionTypeAdditional information
Id

integer

None.

ProductId

integer

None.

WarehouseId

integer

None.

StockQuantity

integer

None.

ReservedQuantity

integer

None.

Sku

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProductId": 2,
  "WarehouseId": 3,
  "StockQuantity": 4,
  "ReservedQuantity": 5,
  "Sku": "sample string 6"
}