Parameters
No parameters.
Returns the specified invoice as a downloaded file in PDF format if a valid Id
is provided as a path parameter.
Example Request
curl 'https://api.impact.com/Mediapartners/<AccountSID>/Invoices/<Id>/Download' \
-X GET \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/pdf' \
-o 'Invoice.pdf'