Create Company File Version
create_company_file_versionUploads a new version of a file in the Company Documents tool. Provide the company ID, file ID, and file version data.
Instructions
Uploads a new version of a specific file in the Company Documents tool. See the Procore Support website articles on Company Documents. Use this to create a new Documents in Procore. Creates a new Documents and returns the created object on success (HTTP 201). 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 |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| file_id | Yes | Query string parameter — unique identifier of the file | |
| file_version | Yes | JSON request body field — the file version for this Documents operation |