Appearance
Get Inventory Report
Endpoints
https://app.passelimerit.fi/api/v2/getinventoryreportQuery Payload
json
{
"ArticleGroups": [],
"Location": "",
"RepDate": "YYYYmmDD",
"ShowZero": false,
"WithReservations": false
}Click to see the query parameters
| Field | Type | Comment | Required |
|---|---|---|---|
| ArticleGroups | Array of article groups | Array of article group codes | |
| Location | Str | Stock code or name | |
| RepDate | Date | YYYYmmDD | Required |
| ShowZero | Bool | true/false | |
| WithReservations | Bool | true/false |
Successful Result
json
[]Click to see the result parameters
| Field | Type | Comment |
|---|---|---|
| ItemCode | Str | |
| EANCode | Str | |
| ItemName | Str | |
| LocName | Str | |
| Quantity | Decimal | |
| ReservedQuantity | Decimal | |
| UnitCode | Str | |
| Amount | Decimal | |
| Price | Decimal |