GET api/v{version}/Items/ReportStockItems?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Report_StockItem| Name | Description | Type | Additional 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": "2025-12-19T17:09:48.3486702+01:00",
"Quantity": 5.0,
"StockLocation": "sample string 6"
},
{
"ItemCode": "sample string 1",
"ItemDescription": "sample string 2",
"ItemID": 3,
"LastChanged": "2025-12-19T17:09:48.3486702+01:00",
"Quantity": 5.0,
"StockLocation": "sample string 6"
}
]