create_compliance_document_v2_0
Generate compliance documents for construction invoices in Procore by specifying company, project, and invoice details with document type, name, and file attachments.
Instructions
Create compliance document. [Construction Financials/Payments] POST /rest/v2.0/companies/{company_id}/projects/{project_id}/compliance/invoices/{invoice_id}/documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ID of the company | |
| project_id | Yes | ID of the project | |
| invoice_id | Yes | ID of the SC Invoice | |
| name | No | Name of the compliance document | |
| document_type | No | Document type of the compliance document | |
| prostore_file_ids | No | Array of Procore file IDs | |
| effective_at | No | Effective date of the compliance document | |
| expires_at | No | Expiration date of the compliance document |