Bulk Create Document Revisions
bulk_create_document_revisionsBatch create document revisions from uploads in one request, with workflow conflict resolution support.
Instructions
Create document revisions from uploads with workflow conflict resolution support. Prefer this over repeated single-record calls when handling many document revisions at once. company_id and project_id default to the values set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. 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, project_id, uploads. Procore API (v2.0): Project Management > Document Management. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/document_management/document_revisions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uploads | Yes | JSON request body field — array of uploads to submit, with optional termination parameters for conflict resolution | |
| company_id | Yes | URL path parameter — unique identifier for the company | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| file_locked | No | JSON request body field — whether files should be locked after submission |