get https://classic-api.contractorscloud.com/api/v1/projects//contracts//invoices//pdf
Get a project contract invoice as a PDF by its id.
❗NOTE: This endpoint returns the raw contents of a PDF.
Response
Get a project contract invoice as a PDF by its id.
❗NOTE: This endpoint returns the raw contents of a PDF.
xxxxxxxxxx
curl --request GET \
--url https://classic-api.contractorscloud.com/api/v1/projects/project/contracts/contract/invoices/invoice/pdf \
--header 'Accept: application/pdf'
Try It!
to start a request and see the response here!