Create And Update Bulk Coordination Issues
create_and_update_bulk_coordination_issuesCreate or update multiple coordination issues in bulk by providing a project ID and an array of payloads; items with an 'id' are updated, others are created.
Instructions
This endpoint is used to create and update a batch of CoordinationIssues. See Using Sync Actions for additional information. If an 'id' attribute is present in any payload item, that item is processed for 'update'. Only title, description, due_date, location_id, assignee_id, issue_type, priority, and trade_id can be updated using this endpoint. Use this to update an existing Coordination Issues (only the supplied fields are changed). Updates the specified Coordination Issues and returns the modified object on success. Required parameters: project_id, updates. Procore API: Project Management > Coordination Issues. Endpoint: PATCH /rest/v1.0/coordination_issues/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| updates | Yes | JSON request body field — an array of coordination issue payloads |