Billing: DownloadInvoice
DownloadInvoice
Downloads a pdf version of a specific invoice.
This invoice must be from the currently logged in account
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token |
InvoiceNumber | String | Invoice number example: "INV00000125" |
PartnerName | String | Partner account number example: nmra000001 |
*=required
EXAMPLES
curl 'https://example.com/nomadesk-billing/Api?Task=DownloadInvoice&Token=d3l2ptt7jfinf7vl8o3mj5n7v3&InvoiceNumber=INV00000125'
Response:
<binary pdf data>