Create Company File Version
create_company_file_versionUpload a new version of a company file in Procore's Company Documents tool. Creates and returns the new file version record with its ID.
Instructions
Uploads a new version of a specific file in the Company Documents tool. See the Procore Support website articles on Company Documents. company_id defaults to the value set by procore_set_config when omitted. Creates the company file version 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, file_id, file_version. Procore API: Core > Documents. Endpoint: POST /rest/v1.0/companies/{company_id}/file_versions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | Query string parameter — unique identifier of the file | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| file_version | Yes | JSON request body field — the file version for this Documents operation |