GET api/stock/GetActiveStockList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StockList| Name | Description | Type | Additional information |
|---|---|---|---|
| StockListUUID | globally unique identifier |
None. |
|
| ListAddress | string |
None. |
|
| UsersName | string |
None. |
|
| UsersUUID | globally unique identifier |
None. |
|
| ListDate | date |
None. |
|
| Collected | boolean |
None. |
|
| IsPlant | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StockListUUID": "2727ab63-f7b0-4c01-8056-e725a5349c0d",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "f9aaf6e1-1493-4507-bd0b-a5519a72c9b0",
"ListDate": "2026-06-11T07:17:03.2392591+01:00",
"Collected": true,
"IsPlant": true
},
{
"StockListUUID": "2727ab63-f7b0-4c01-8056-e725a5349c0d",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "f9aaf6e1-1493-4507-bd0b-a5519a72c9b0",
"ListDate": "2026-06-11T07:17:03.2392591+01:00",
"Collected": true,
"IsPlant": true
}
]
text/xml
Sample:
<ArrayOfStockList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineManagementSystemWebApi.Models">
<StockList>
<Collected>true</Collected>
<IsPlant>true</IsPlant>
<ListAddress>sample string 3</ListAddress>
<ListDate>2026-06-11T07:17:03.2392591+01:00</ListDate>
<StockListUUID>2727ab63-f7b0-4c01-8056-e725a5349c0d</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>f9aaf6e1-1493-4507-bd0b-a5519a72c9b0</UsersUUID>
</StockList>
<StockList>
<Collected>true</Collected>
<IsPlant>true</IsPlant>
<ListAddress>sample string 3</ListAddress>
<ListDate>2026-06-11T07:17:03.2392591+01:00</ListDate>
<StockListUUID>2727ab63-f7b0-4c01-8056-e725a5349c0d</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>f9aaf6e1-1493-4507-bd0b-a5519a72c9b0</UsersUUID>
</StockList>
</ArrayOfStockList>