Appearance
List of Payment Types
Endpoints
https://app.passelimerit.fi/api/v2/getpaymenttypes
Query Payload
json
{
"Type": 1
}
Click to see the query parameters
Field | Type | Comment | Required |
---|---|---|---|
Type | Int | 1 - purchases, 2 - expense reports, 3 - sales |
Successful Result
json
[
{
"SourceType": 1,
"BankType": 2,
"Id": "f1a07336-c5e3-4caa-a55f-1b7b3c45a06d",
"Name": "Kassa",
"CurrencyCode": "EUR"
},
// ...
]
Click to see the result parameters
Field | Type | Comment |
---|---|---|
SourceType | Int | 1 - cash,bank; 2 - reporting entities; 3 - general ledger account |
BankType | Int | |
Id | Guid | |
Name | Str | |
CurrencyCode | Str |