Skip to content

Get Sales Invoice PDF

Endpoints

https://app.passelimerit.fi/api/v2/getsalesinvpdf

Query Payload

json
{
  "Id": "6126680c-10eb-40eb-a496-7111de0ebe20",
  "DelivNote": false
}
Click to see query parameters
FieldTypeCommentRequired
IdGuid
DelivNoteBoolIf true then, the sended invoice without prices. Allowed "true" or "false" (lowercase).

Successful Result

json
{
  "FileName": "testing Lasku: 123.pdf",
  "FileContent": "Some base64 string..."
}
Click to see result parameters
FieldTypeComment
FileNameStr
FileContentStrPdf file in base64