POST /rest/v1.0/coordination_issues/{coordination_issue_id}/procore_item_associations
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.
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
coordination_issue_id |
Integer | Yes |
Coordination Issue ID |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
project_id |
Integer | Yes |
Unique identifier for the project. |
procore_item |
Object | No |
Details of Procore item to be linked to a CoordinationIssue |
procore_item.item_type |
String | Yes |
Type of the Procore item to be associated Possible values:
|
procore_item.item_id |
Integer | Yes |
Id of the Procore item to be associated |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.