Get invoice PDF
documentedDownload the PDF version of the specified invoice.
GET /api/latest/clients/{clientname}/invoices/{invoice_number}/pdfInvoicesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://service.runmyaccounts.com/api/latest/clients/{{$clientname}}/invoices/{{$invoice_number}}/pdf?formname={{$formname}}&language_code={{$language_code}}" \
-X GET \
-H "Accept: application/pdf" \
-H "X-RMA-KEY: {{RUNMYACCOUNTS_API_KEY}}"