POST api/BulkProductWarehouseInventories

Request Information

URI Parameters

None.

Body Parameters

Collection of 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"
  },
  {
    "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 'List`1'.

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"
}