Procore.Api.CoreWorkflowsWorkflowResponsesCompany (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreWorkflowsWorkflowResponsesCompany.

Summary

Functions

Link to this function

rest_v20_companies_company_id_workflows_instances_id_responses_post(connection, procore_company_id, company_id, id, opts \\ [])

@spec rest_v20_companies_company_id_workflows_instances_id_responses_post(
  Tesla.Env.client(),
  integer(),
  String.t(),
  String.t(),
  keyword()
) ::
  {:ok, nil}
  | {:ok,
     Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()}
  | {:error, Tesla.Env.t()}

Respond to an instance Respond to an instance

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (String.t): Unique identifier for the company.
  • id (String.t): Unique identifier for the resource.
  • opts (keyword): Optional parameters
    • :body (RestV20CompaniesCompanyIdProjectsProjectIdWorkflowsInstancesIdResponsesPostRequest):

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure