Merges One Or More PDFs Of A Requisition Into A Single PDF
merges_one_or_more_pdfs_of_a_requisition_into_a_single_pdfCombine multiple requisition PDFs into one file. Choose to receive the merged PDF via email or a polling URL for async processing.
Instructions
Merges one or more PDFs of a requisition into a single PDF. There are two ways to use this endpoint. First to generate a cover sheet for the requisition. If you would like to receive a polling URL that will follow the job provide the polling option in the query params polling=true. If you would like the file emailed to you omit the polling param in the query params. You can use the following request payload as an example ````json { "files":[ {"type": "cover_sheet", "id": ""} ] } ``... Use this to perform the merges one action on Commitments. Generates the export and returns a download URL or async job handle. Required parameters: requisition_id, project_id, files. Procore API: Construction Financials > Commitments. Endpoint: POST /rest/v1.0/requisitions/{requisition_id}/single_pdf_compilers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requisition_id | Yes | URL path parameter — requisition (Subcontractor Invoice) ID | |
| polling | No | Query string parameter — determines if the PDF is emailed or a job URL is returned | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| files | Yes | JSON request body field — the files for this Commitments operation |