create_form
Create forms in Procore projects to manage documentation, upload fillable PDFs, and attach files for construction workflows.
Instructions
Create Form. [Project Management/Forms] POST /rest/v1.0/projects/{project_id}/forms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| name | Yes | The Name of the Form | |
| description | Yes | The Description of the Form | |
| form_template_id | Yes | ID of the Form Template that the Form is made from | |
| private | No | The Private status of the Form | |
| fillable_pdf | Yes | Form's Fillable PDF. To upload a fillable PDF you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `fillable_pdf` as files. | |
| attachments | No | Form's Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |