Appearance
Get list of GL Transactions
Endpoints
https://app.passelimerit.fi/api/v1/getglbatchesQuery Payload
json
{
"PeriodStart": "20200709",
"PeriodEnd": "20200710",
"UnPaid": true
}Click to see the query parameters
| Field | Type | Comment | Required |
|---|---|---|---|
| PeriodStart | Date | In format YYYYmmDD | Required |
| PeriodEnd | Date | In format YYYYmmDD. Period length max 3 months! | Required |
| UnPaid | Bool | true/false |
Successful Result
json
[
{
"GLBId": "0e0b6b8e-0cd5-4d35-a37f-d09e24924a17",
"BatchCode": "PÄ",
"No": 1,
"Document": "testDocNo",
"BatchDate": "2020-07-09T00:00:00",
"CurrencyCode": "EUR",
"CurrencyRate": 1.0000000,
"TotalAmount": 0.00,
"PriceInclVat": 1,
"FileExists": true
}
]Click to see the result parameters
| Field |
|---|
| GLBId |
| BatchCode |
| No |
| Document |
| BatchDate |
| CurrencyCode |
| CurrencyRate |
| TotalAmount |
| PriceInclVat |