create_company_upload_v1_1
Upload files to a company's storage in Procore by specifying company ID and filename, enabling file management and access within the Procore platform.
Instructions
Create Company Upload. [Core/File Access & Storage] POST /rest/v1.1/companies/{company_id}/uploads
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| response_filename | Yes | By setting a filename you ensure that the storage service knows the filename of the upload. Files are often downloaded directly from the storage service and without the filename they will save on t... | |
| response_content_type | No | The content-type set through this parameter will be used by the storage service during download just like the response_filename. Setting this value is less important because HTTP clients and operat... | |
| attachment_content_disposition | No | The content type set through this parameter will be used by the storage system during download, similar to the response_filename. When set to true, the file will be downloaded as an attachment. Oth... | |
| size | No | File size in bytes | |
| segments | No | Upload segments |