Use this call to retrieve report about "Stock info for locations"
Name | Type | Description |
---|---|---|
date | Nullable<DateTime> | Used to specify report date or null for current period |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Dashboards/GetInventoryLocationData
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
date=2023-01-10T13:49:46.3530722+00:00
This is an example of the response JSON. Results will vary depending on your data.
[
{
"StockLocationId": "ef40f287-ef55-48ce-9226-345879e59df8",
"Location": "sample string 2",
"StockLevel": 3.1,
"StockValue": 4.1
}
]