POST api/Product/PostItemInventory

Request Information

URI Parameters

None.

Body Parameters

ItemInventory
NameDescriptionTypeAdditional information
ItemInventoryID

globally unique identifier

None.

ItemId

globally unique identifier

None.

WarehouseID

globally unique identifier

None.

WarehouseLocationID

globally unique identifier

None.

StockCount

decimal number

None.

StockReservations

decimal number

None.

Synced

boolean

None.

Updated

date

None.

Direction

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ItemInventoryID": "46396889-8bfc-4d20-85b6-7d606f42cc91",
  "ItemId": "603b5f0b-e720-4290-8236-4e9de8496d91",
  "WarehouseID": "d8f5f2ba-6bea-4993-906f-434148de08ba",
  "WarehouseLocationID": "ca708364-a863-4bda-b500-735e29a22d2a",
  "StockCount": 5.0,
  "StockReservations": 6.0,
  "Synced": true,
  "Updated": "2024-05-16T21:32:52.9915387+02:00",
  "Direction": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.