Procore.Api.ProjectManagementRFIReplies (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementRFIReplies.

Summary

Functions

Link to this function

rest_v10_projects_project_id_rfis_rfi_id_replies_get(connection, procore_company_id, project_id, rfi_id, opts \\ [])

List RFI Replies Returns a list of replies for a specified RFI

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rfi_id (integer()): RFI ID
  • opts (keyword): Optional parameters
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

  • {:ok, [%RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_rfis_rfi_id_replies_id_delete(connection, procore_company_id, project_id, rfi_id, id, opts \\ [])

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

Delete an RFI Response Deletes a specified response associated with a specified RFI and specified Project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rfi_id (integer()): RFI ID
  • id (integer()): Reply ID
  • opts (keyword): Optional parameters

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_rfis_rfi_id_replies_id_get(connection, procore_company_id, project_id, rfi_id, id, opts \\ [])

Show RFI Reply Returns detailed information on a specified RFI reply

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rfi_id (integer()): RFI ID
  • id (integer()): Reply ID
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_rfis_rfi_id_replies_id_patch(connection, procore_company_id, project_id, rfi_id, id, rest_v10_projects_project_id_rfis_rfi_id_replies_id_patch_request, opts \\ [])

Update RFI Reply Updates a specified RFI reply

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rfi_id (integer()): RFI ID
  • id (integer()): Reply ID
  • rest_v10_projects_project_id_rfis_rfi_id_replies_id_patch_request (RestV10ProjectsProjectIdRfisRfiIdRepliesIdPatchRequest):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_rfis_rfi_id_replies_post(connection, procore_company_id, project_id, rfi_id, rest_v10_projects_project_id_rfis_rfi_id_replies_post_request, opts \\ [])

Create RFI Reply Creates a reply for a specified RFI

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rfi_id (integer()): RFI ID
  • rest_v10_projects_project_id_rfis_rfi_id_replies_post_request (RestV10ProjectsProjectIdRfisRfiIdRepliesPostRequest):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t} on success
  • {:error, Tesla.Env.t} on failure