GET 17.0/app/tenancy/{companyid}/company/{invoiceid}/invoicepdf

Description

Generates and returns a PDF invoice report for the specified invoice and company.

URI Parameters

Name Description Type Additional information
invoiceId

The ID of the invoice to generate the PDF for.

integer

Required

companyId

The ID of the company associated with the invoice.

integer

Required

None.

None.

An IHttpActionResult containing the PDF as a downloadable attachment, or a bad request if invalid.

None.

application/json, text/json

Sample:

Sample not available.