Endpoints
Estonia:    https://aktiva.merit.ee/api/v1/getitems
Poland:     https://program.360ksiegowosc.pl/api/v1/getitems 
Query Payload
| Field | Type | Comment | |
|---|---|---|---|
| Id | Guid | If filled, next fields will be ignored | |
| Code | Str | Broad match | |
| Description | Str | Broad match | |
| LocationCode | Str | Otional if filled, then stock code for current goods on hand report | |
| Usage | Int | ||
| Type | Int | 
Successful Result
The result for this request can be:
- empty result
- a certain item (if exact match is used and/or only one item is found)
- a list of items matching the broad match term.
- If filled LocationCode, then InventoryQty and InventoryCost for selected stock.
The result, if not empty, is the following object:
- ItemId
- Code
- Name
- NameEN
- NameFI
- NameRU
- UnitofMeasureName
- Type0
- Type
- SalesPrice
- InventoryQty
- ReservedQty
- VatTaxName
- Usage0
- Usage
- SalesAccountCode
- PurchaseAccountCode
- InventoryAccountCode
- ItemCostAccountCode
- DiscountPct
- LastPurchasePrice
- ItemUnitCost
- InventoryCost
- ItemGroupName
- DefLoc_Name
- EANCode
- GTUCodes

