Create Drawing
create_drawingCreate a new drawing in a Procore project by providing drawing area ID, number, and discipline.
Instructions
Create specified Drawing. For additional information on using the Create Drawing Upload endpoint, see the Direct Drawing Uploads tutorial. Use this to create a new Drawings in Procore. Creates a new Drawings and returns the created object on success (HTTP 201). Required parameters: drawing_area_id, number, drawing_discipline. Procore API (v1.1): Project Management > Drawings. Endpoint: POST /rest/v1.1/drawing_areas/{drawing_area_id}/drawings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drawing_area_id | Yes | URL path parameter — iD of the drawing area | |
| number | Yes | JSON request body field — drawing number | |
| title | No | JSON request body field — drawing title | |
| drawing_discipline | Yes | JSON request body field — the drawing discipline for this Drawings operation |