Use this call to retrieve report about "Stock info for categories in a specific location"
Name | Type | Description |
---|---|---|
date | Nullable<DateTime> | Used to specify report date or null for current period |
locationId | Guid | Used to specify report location id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Dashboards/GetInventoryLocationCategoriesData
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&locationId=5cc84c40-73cc-487c-b10e-2f43cb0f11cb
This is an example of the response JSON. Results will vary depending on your data.
[
{
"StockLocationId": "adfc983d-cae3-4ad7-973b-b7adfbdbe47d",
"CategoryName": "sample string 2",
"CategoryId": "c4c5389c-6f13-4a91-9d45-5a7d7373cdca",
"StockLevel": 4,
"StockValue": 5.1
}
]