GET api/v{version}/Items/ReportStockItems?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Report_StockItem
NameDescriptionTypeAdditional information
ItemCode

string

None.

ItemDescription

string

None.

ItemID

integer

None.

LastChanged

date

None.

Quantity

decimal number

None.

StockLocation

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ItemCode": "sample string 1",
    "ItemDescription": "sample string 2",
    "ItemID": 3,
    "LastChanged": "2024-05-07T09:12:43.2428783+02:00",
    "Quantity": 5.0,
    "StockLocation": "sample string 6"
  },
  {
    "ItemCode": "sample string 1",
    "ItemDescription": "sample string 2",
    "ItemID": 3,
    "LastChanged": "2024-05-07T09:12:43.2428783+02:00",
    "Quantity": 5.0,
    "StockLocation": "sample string 6"
  }
]