create_drawing_upload
Upload PDF drawings to Procore projects to manage construction documents. Specify project and drawing set details for organized document storage.
Instructions
Create drawing upload. [Project Management/Drawings] POST /rest/v1.0/projects/{project_id}/drawing_uploads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| Idempotency-Token | No | Unique idempotent token | |
| files | No | One or more files in PDF format to include in the upload. *To upload drawings you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data togeth... | |
| upload_uuids | No | Array of uploaded files UUIDs. *Required only if files is empty | |
| drawing_set_id | Yes | Drawing Set ID | |
| drawing_area_id | No | Drawing Area ID *Required only if Drawing Area is turned on | |
| drawing_number_contains_revision | No | Drawing number contains revision status | |
| drawing_date | No | Drawing date | |
| received_date | No | Received date | |
| get_info_from_filename | No | Get info from filename |