create_drawing_upload_v1_1
Upload and manage construction drawings in Procore projects by creating drawing uploads with file details, drawing sets, and project identifiers.
Instructions
Create drawing upload. [Project Management/Drawings] POST /rest/v1.1/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 | |
| 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_set_id | Yes | Drawing Set ID | |
| get_info_from_filename | No | Get drawing title, number from filename | |
| drawing_log_imports | Yes | Array of Drawing Log Import parameters. There should be one Drawing Log Import per file/Upload in the Drawing Upload. |