Endpoints
Estonia: https://aktiva.merit.ee/api/v1/sendglbatch
Finland: https://aktiva.meritaktiva.fi/api/v1/sendglbatch
Poland: https://program.360ksiegowosc.pl/api/v1/sendglbatch
Query Payload
Field | Type | Comment | |
---|---|---|---|
DocNo | Str 35 | ||
BatchDate | Date | ||
EntryRow | Array of EntryRow objects | ||
Attachment | AttachmentObject |
EntryRowObject
Field | Type | Comment | |
---|---|---|---|
AccountCode | Str 8 | Must be found in the company database | |
DepartmentCode | Str 16 | Must be found in the company database | |
Debit | Decimal 18.2 | ||
Credit | Decimal 18.2 | ||
ProjectCode | Str 20 | If used then must be found in the company database | |
CostCenterCode | Str 20 | If used then must be found in the company database |
AttachmentObject
Field | Type | Comment | |
---|---|---|---|
FileName | Str | ||
FileContent | Str | PDF In Base64 format |