Skip to content

Get Vendor List

Endpoints

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

Query Payload

json
{
  "Id": "01b7732d-ef2b-43a1-bb25-0ad715cf6b22",
  "RegNo": "1234567-8",
  "VatRegNo": "FI12345678",
  "Name": "....  Oy",
  "WithComments": true,
  "CommentsFrom": "2021-01-01",
  "ChangedDate": "20210101"
}
Click to see the query parameters
FieldTypeCommentRequired
IdGuidIf filled, next fields will be ignored
RegNoStrExact match.
VatRegNoStrExact match.
NameStrBroad match.
WithCommentsBooltrue, false
CommentsFromDateDate later
ChangedDateDateDate of changing or creating customer/vendor (YYYYmmDD)

Successful Result

json
[
  {
    "VendorId": "01b7732d-ef2b-43a1-bb25-0ad715cf6b22",
    "VendorType": 1,
    "Name": "....  Oy",
    "Contact": null,
    "Address": null,
    "City": null,
    "County": null,
    "PostalCode": null,
    "CountryCode": "FI",
    "CountryName": "FINLAND",
    "PhoneNo": null,
    "PhoneNo2": null,
    "FaxNo": null,
    "Email": null,
    "HomePage": null,
    "PaymentDeadLine": 0,
    "OverdueCharge": 0.00,
    "CurrencyCode": "EUR",
    "VendorGroupName": null,
    "RegNo": null,
    "VatRegNo": null,
    "BankAccount": null,
    "ReferenceNo": "",
    "VatAccountable": true,
    "Dimensions": null
  },
  // ...
]
Click to see the result parameters
FieldTypeComment
VendorIdGuid
VendorTypeInt1 - vendor,
3 - the reporting entity
NameStr 150
RegNoStr 30
ContactStr 50
PhoneNoStr 50
EmailStr 80
CurrencyCodeStr 4
PaymentDeadLineInt
BankAccountStr 50
HomePageStr 80
ReferenceNoStr 36
AddressStr 100
CityStr 30
CountyStr 100
PostalCodeStr 15
CountryNameStr 100
CountryCodeStr 2
PhoneNo2Str 50
FaxNoStr 50
OverdueChargeDecimal 5.2
VendorGroupNameStr 50
VatRegNoStr 30
VatAccountableBool
DimensionsArray of dimensioons
ChangedDateDate

Dimensions object

FieldTypeComment
IdGuid
DimIdInt
DimValueIdGuid
DimCodeStr