Create Drawing Set
create_drawing_setCreate a new drawing set in a Procore project to organize drawings. Requires project ID and set name.
Instructions
Create a new Drawing Set in the specified Project. Use this to create a new Drawings in Procore. Creates a new Drawings and returns the created object on success (HTTP 201). Required parameters: project_id, name. Procore API: Project Management > Drawings. Endpoint: POST /rest/v1.0/projects/{project_id}/drawing_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| name | Yes | JSON request body field — drawing Set name | |
| date | No | JSON request body field — drawing Set date |