Skip to content

Items List

Endpoints

https://app.passelimerit.fi/api/v1/getitems

Query Payload

json
{ }
Click to see the query parameters
FieldTypeCommentRequired
IdGuidIf filled, next fields will be ignored
CodeStrExact match
DescriptionStrBroad match
LocationCodeStrif filled, then stock code for current goods on hand report

Successful Result

json
[
  {
    "ItemId": "c9a417e7-bf34-4443-9f11-daf0912e99df",
    "Code": "1234567",
    "Name": "Bag of goldflakes",
    "UnitofMeasureName": "kg",
    "Type": "Tavara",
    "SalesPrice": 0.0000000,
    "InventoryQty": 0.000000,
    "ReservedQty": 0.000,
    "VatTaxName": null,
    "Usage": "myyntinimikkeissä",
    "SalesAccountCode": "3010",
    "PurchaseAccountCode": "4000",
    "InventoryAccountCode": "1531",
    "ItemCostAccountCode": "4000",
    "DiscountPct": 0.00,
    "LastPurchasePrice": 0.0000000,
    "ItemUnitCost": 0.00,
    "InventoryCost": 0.00,
    "ItemGroupName": null,
    "DefLoc_Name": null,
    "EANCode": null,
    "TypeCode": 3,
    "UsageCode": 1
  },
  // ...
]
Click to see the result parameters
FieldTypeComment
ItemIdGuid
CodeStr
NameStr
UnitofMeasureNameStr
TypeStr
SalesPriceDecimal
InventoryQtyDecimal
ReservedQtyDecimal
VatTaxNameStr
UsageStr
SalesAccountCodeStr
PurchaseAccountCodeStr
InventoryAccountCodeStr
ItemCostAccountCodeStr
DiscountPctDecimal
LastPurchasePriceDecimal
ItemUnitCostDecimal
InventoryCostDecimal
ItemGroupNameStr
DefLoc_NameStr
EANCodeStr
TypeCodeInt1 - sales,
2 - purchases,
3 - sales and purchases
UsageCodeInt1 - stock item,
2 - service,
3 - item