GET api/stock/GetIncompleteStockList
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": "21dc0718-9d68-4a8b-b110-b259d3b3b447",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "2524d2d8-19bd-45ab-bfdb-74dcf1e94df7",
"ListDate": "2026-06-05T00:56:29.8634226+01:00",
"Collected": true,
"IsPlant": true
},
{
"StockListUUID": "21dc0718-9d68-4a8b-b110-b259d3b3b447",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "2524d2d8-19bd-45ab-bfdb-74dcf1e94df7",
"ListDate": "2026-06-05T00:56:29.8634226+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-05T00:56:29.8634226+01:00</ListDate>
<StockListUUID>21dc0718-9d68-4a8b-b110-b259d3b3b447</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>2524d2d8-19bd-45ab-bfdb-74dcf1e94df7</UsersUUID>
</StockList>
<StockList>
<Collected>true</Collected>
<IsPlant>true</IsPlant>
<ListAddress>sample string 3</ListAddress>
<ListDate>2026-06-05T00:56:29.8634226+01:00</ListDate>
<StockListUUID>21dc0718-9d68-4a8b-b110-b259d3b3b447</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>2524d2d8-19bd-45ab-bfdb-74dcf1e94df7</UsersUUID>
</StockList>
</ArrayOfStockList>