Create Company Form Template
create_company_form_templateCreate a company form template in Procore and receive the new template with its ID. Provide company ID, template details, and fillable PDF.
Instructions
Create a new Company Form Template. company_id defaults to the value set by procore_set_config when omitted. Creates the company form template and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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. | |
| 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` ... | |
| form_template | Yes | JSON request body field — the form template for this Forms operation |