create_a_compliance_document_project
Generate compliance documents for construction contracts to track bonds, licenses, permits, and safety certifications with status monitoring and expiration alerts.
Instructions
Create a compliance document.. [Construction Financials/Commitments] POST /rest/v1.0/projects/{project_id}/work_order_contracts/{contract_id}/compliance_documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| contract_id | Yes | identifier for the commitment contract | |
| name | No | name | |
| notes | No | notes | |
| type | No | type | |
| status | No | status | |
| effective_at | No | effective_at | |
| expires_at | No | expires_at | |
| send_expiration_notification | No | send_expiration_notification | |
| attachment_ids | No | Existing attachments to preserve on the response | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| upload_ids | No | Uploads to attach to the response |