Create Drawing Area
create_drawing_areaCreates a drawing area in a Procore project using project ID and name, returns the created object.
Instructions
Create a new Drawing Area 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 (v1.1): Project Management > Drawings. Endpoint: POST /rest/v1.1/projects/{project_id}/drawing_areas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| name | Yes | JSON request body field — drawing Area name | |
| description | No | JSON request body field — drawing Area description |