Appearance
Get Sales Invoice PDF
Endpoints
https://app.passelimerit.fi/api/v2/getsalesinvpdfQuery Payload
json
{
"Id": "6126680c-10eb-40eb-a496-7111de0ebe20",
"DelivNote": false
}Click to see query parameters
| Field | Type | Comment | Required |
|---|---|---|---|
| Id | Guid | ||
| DelivNote | Bool | If 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
| Field | Type | Comment |
|---|---|---|
| FileName | Str | |
| FileContent | Str | Pdf file in base64 |