Create Company File
create_company_fileCreate a new file or document for a specific company in Procore. Use company_id and file data to add documents via the API.
Instructions
Create a new File associated with specific Company. 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. Procore API: Core > Documents. Endpoint: POST /rest/v1.0/companies/{company_id}/files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| file | Yes | JSON request body field — the file for this Documents operation |