For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get PDF

Fetch an archived PDF document.

Use this when you need the stored PDF for an already processed document.

Use Preview of invoice to generate a preview before delivery.

Use Local print of invoice when you want to generate a PDF for local printing.

Prerequisites

The document must already exist in Ropo One.

You must identify the document using at least one of these parameters:

  • contractnum

  • billnum

  • jobid

Example

GET /jobs/pdf?billnum=<invoice-number>
Accept: application/pdf

Get bill in pdf-format

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
jobidintegerOptional

Id of the job [contractnum, billnum or jobid is required]

billnumstringOptional

Billnum of the job [contractnum, billnum or jobid is required]

contractnumstringOptional

Contractnum of the job [contractnum, billnum or jobid is required]

documentdatestringOptional

Document date of the job [also contractnum or billnum is required]

origdataintegerOptional

0 = current, 1 = original[default]

documenttypestringOptional

Documenttype for Joisto archive.

joistocolumnstringOptional

Column name in Joisto archive (JobId, Laskunumero, Laskunro)

Responses
200

Returns PDF

application/pdf
get/jobs/pdf

Last updated

Was this helpful?