PATCH /rest/v1.0/coordination_issues/{id}

Update a Coordination Issue item

Servers

Path parameters

Name Type Required Description
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.

coordination_issue Object Yes

Coordination Issue Item object

coordination_issue.location_id Integer No

Location where the issue is present. The location must be in the same project as the project_id

coordination_issue.priority String No

Priority of the Coordination Issue

coordination_issue.description String No

Coordination Issue description.

coordination_issue.assignee_id Integer No

ID of Procore user that should be assigned the issue

coordination_issue.title String No

Coordination Issue title. The title can have a maximum of 80 characters.

coordination_issue.status String No

Coordination Issue status. Must be open, ready_for_review or closed. Only issue assignee can set ready_for_review.

coordination_issue.origin String No

Delete origin association. Only 'null' value accepted

coordination_issue.issue_type String No

Issue Type of the Coordination Issue

coordination_issue.trade_id Integer No

Trade associated with the Coordination Issue

coordination_issue.due_date String No

Due date of the Coordination Issue

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.