Create Procore Item Association
create_procore_item_associationCreate an association between a Coordination Issue and a Procore item by providing the coordination issue ID and project ID.
Instructions
CoordinationIssue can be associated with other procore items. This API endpoint creates that association. The extended view provides what is shown below. The normal view is the same as the extended view but excludes subject and title in item_data. The compact view returns coordination_issue_id, item_id, and item_type only. The default view is normal. Use this to create a new Coordination Issues in Procore. Creates a new Coordination Issues and returns the created object on success (HTTP 201). Required parameters: coordination_issue_id, project_id. Procore API: Project Management > Coordination Issues. Endpoint: POST /rest/v1.0/coordination_issues/{coordination_issue_id}/procore_item_associations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coordination_issue_id | Yes | URL path parameter — coordination Issue ID | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| procore_item | No | JSON request body field — details of Procore item to be linked to a CoordinationIssue |