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": "d72fab2a-cb63-4e6e-b7ea-82388ef2b79e",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "437c8e64-2678-41ed-bea7-14329822a993",
"ListDate": "2026-09-27T02:07:28.2164921+01:00",
"Collected": true,
"IsPlant": true
},
{
"StockListUUID": "d72fab2a-cb63-4e6e-b7ea-82388ef2b79e",
"ListAddress": "sample string 3",
"UsersName": "sample string 4",
"UsersUUID": "437c8e64-2678-41ed-bea7-14329822a993",
"ListDate": "2026-09-27T02:07:28.2164921+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-09-27T02:07:28.2164921+01:00</ListDate>
<StockListUUID>d72fab2a-cb63-4e6e-b7ea-82388ef2b79e</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>437c8e64-2678-41ed-bea7-14329822a993</UsersUUID>
</StockList>
<StockList>
<Collected>true</Collected>
<IsPlant>true</IsPlant>
<ListAddress>sample string 3</ListAddress>
<ListDate>2026-09-27T02:07:28.2164921+01:00</ListDate>
<StockListUUID>d72fab2a-cb63-4e6e-b7ea-82388ef2b79e</StockListUUID>
<UsersName>sample string 4</UsersName>
<UsersUUID>437c8e64-2678-41ed-bea7-14329822a993</UsersUUID>
</StockList>
</ArrayOfStockList>