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": "0703f4ca-10d7-4702-ae1a-74641abf2e4c",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "33d644dc-34c4-4789-bf91-54e504f9f2f5",
"ListDate": "2026-07-29T16:42:47.4688747+01:00",
"Collected": true,
"IsPlant": true
},
{
"StockListUUID": "0703f4ca-10d7-4702-ae1a-74641abf2e4c",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "33d644dc-34c4-4789-bf91-54e504f9f2f5",
"ListDate": "2026-07-29T16:42:47.4688747+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-07-29T16:42:47.4688747+01:00</ListDate>
<StockListUUID>0703f4ca-10d7-4702-ae1a-74641abf2e4c</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>33d644dc-34c4-4789-bf91-54e504f9f2f5</UsersUUID>
</StockList>
<StockList>
<Collected>true</Collected>
<IsPlant>true</IsPlant>
<ListAddress>sample string 3</ListAddress>
<ListDate>2026-07-29T16:42:47.4688747+01:00</ListDate>
<StockListUUID>0703f4ca-10d7-4702-ae1a-74641abf2e4c</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>33d644dc-34c4-4789-bf91-54e504f9f2f5</UsersUUID>
</StockList>
</ArrayOfStockList>