Create Company Form Template
create_company_form_templateCreate a new company form template in Procore Forms by providing company ID, form template data, and a fillable PDF.
Instructions
Create a new Company Form Template. Use this to create a new Forms in Procore. Creates a new Forms and returns the created object on success (HTTP 201). Required parameters: company_id, form_template, fillable_pdf. Procore API: Project Management > Forms. Endpoint: POST /rest/v1.0/companies/{company_id}/form_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| form_template | Yes | JSON request body field — the form template for this Forms operation | |
| fillable_pdf | Yes | JSON request body field — form Template'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` ... |