update_requisition_compliance_document_v2_0
Modify compliance documents for construction invoices to update status, add reviewer notes, adjust dates, or attach files.
Instructions
Update requisition compliance document. [Construction Financials/Payments] PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/compliance/invoices/{invoice_id}/documents/{document_id}
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 | |
| document_id | Yes | ID of the compliance document | |
| status | No | Status of the compliance document | |
| reviewer_notes | No | Notes from the reviewer | |
| 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 |