Respond To A Workflow Instance (Company)
respond_to_a_workflow_instance_companySubmit a response to a company workflow instance by providing the current step occurrence and selected response option. Required parameters include company_id, instance id, step occurrence id, response option id, and attachments.
Instructions
Respond to a Workflow Instance (Company). Use this to perform the respond to action on Workflows. Creates a new Workflows and returns the created object on success (HTTP 201). Required parameters: company_id, id, current_step_occurrence_id, selected_response_option_id, attachments. Procore API (v2.0): Core > Workflows. Endpoint: POST /rest/v2.0/companies/{company_id}/workflows/instances/{id}/responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier for the resource. | |
| current_step_occurrence_id | Yes | JSON request body field — iD of the current step occurrence | |
| selected_response_option_id | Yes | JSON request body field — iD of the selected response option | |
| comment | No | JSON request body field — a note about this response | |
| attachments | Yes | JSON request body field — attachments associated with this response |