Get an Invoice PDF by Bill ID
get
/bcws/webresources/v1.0/bills/invoice/{id}
Gets the invoice PDF for the bill that matches the specified ID. The invoice is retrieved from the Business Intelligence (BI) Publisher web service. This endpoint automatically opens the invoice in PDF format.
Request
Path Parameters
-
id(required): string
The ID of the bill, such as 0.0.0.1+-bill+514617.
Query Parameters
-
number(required): string
The bill number.
There's no request body for this operation.
Back to TopResponse
200 Response
The invoice PDF was returned successfully.
500 Response
An internal server error occurred.