Attachments
Supported formats
How to send attachments
Option A: Send file content (attachmentfile)
attachmentfile){
"datastream": {
"dataset": [
{
"jobtype": "0",
"customertype": "1",
"company": "Example Company",
"address": "Example street 1",
"postcode": "00100",
"city": "Helsinki",
"billdate": "2026-02-06",
"paydate": "2026-02-20",
"payrow": [
{ "desc": "Service", "count": "1", "amount": "100.00", "taxpr": "24" }
],
"attachment": [
{
"attachmentname": "specification.pdf",
"attachmentfile": "<base64-encoded-file>"
}
]
}
]
}
}Option B: Reference a pre-uploaded file (attachmentid)
attachmentid)Practical constraints
Last updated
Was this helpful?

