Complete Company Upload
complete_company_uploadFinalize a company-level upload by sending part ETags to mark completed segments. Use to complete or update upload progress; returns the updated upload details.
Instructions
Completes or updates progress for a company-level unified upload. Send part_etags: one ETag per segment (from each PUT response), same order as POST segments. Single-part: one ETag. Segmented: one per segment; null for not-yet-uploaded segments (partial progress). All non-null completes the upload; response includes upload_id and status (e.g. complete). Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted, and upload_id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified complete company upload on success. 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, upload_id, part_etags. Procore API (v2.1): Core > File Access & Storage. Endpoint: PATCH /rest/v2.1/companies/{company_id}/uploads/{upload_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upload_id | Yes | URL path parameter — unique identifier for the upload. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| part_etags | Yes | JSON request body field — the part etags for this File Access & Storage operation |