Appearance
Accounts List
Endpoints
https://app.passelimerit.fi/api/v1/getaccounts
Minimum Query Payload
json
{ }
Click to see payload parameters
Field | Type | Comment | Required |
---|---|---|---|
AccountId | Guid | ||
NoActive | Bool | ||
Code | Str | ||
Name | Str | ||
TaxName | Str | ||
LinkedVendorName | Str | Filled for tax accounts | |
IsParent | Str | 1 – details, 2 – summary | |
UsageFilter | Int | 0 or empty - all accounts. 1 - cost accounts, 2 - cost contra-accounts, 3 - purchase VAT accounts |
Successful Result
json
[
{
"AccountID": "d92c9fbb-463e-4768-xxxx-xxxxxxxxxxxx",
"NonActive": "Ei",
"Code": "4010",
"Name": "Tullit, verot ja muut maksut tullattaessa",
"TaxName": "Ei veronalainen",
"LinkedVendorName": null,
"IsParent": "Yksityiskohtainen"
},
// ...
]