Procore.Api.ProjectManagementRFIReplies (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementRFIReplies
.
Summary
Functions
List RFI Replies Returns a list of replies for a specified RFI
Delete an RFI Response Deletes a specified response associated with a specified RFI and specified Project
Show RFI Reply Returns detailed information on a specified RFI reply
Update RFI Reply Updates a specified RFI reply
Create RFI Reply Creates a reply for a specified RFI
Functions
Link to this function
rest_v10_projects_project_id_rfis_rfi_id_replies_get(connection, procore_company_id, project_id, rfi_id, opts \\ [])
@spec rest_v10_projects_project_id_rfis_rfi_id_replies_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t() ]} | {:error, Tesla.Env.t()}
List RFI Replies Returns a list of replies for a specified RFI
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.rfi_id
(integer()): RFI IDopts
(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 serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.rfi_id
(integer()): RFI IDid
(integer()): Reply IDopts
(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 \\ [])
@spec rest_v10_projects_project_id_rfis_rfi_id_replies_id_get( Tesla.Env.client(), integer(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t()} | {:error, Tesla.Env.t()}
Show RFI Reply Returns detailed information on a specified RFI reply
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.rfi_id
(integer()): RFI IDid
(integer()): Reply IDopts
(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 \\ [])
@spec rest_v10_projects_project_id_rfis_rfi_id_replies_id_patch( Tesla.Env.client(), integer(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdRfisRfiIdRepliesIdPatchRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t()} | {:error, Tesla.Env.t()}
Update RFI Reply Updates a specified RFI reply
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.rfi_id
(integer()): RFI IDid
(integer()): Reply IDrest_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 \\ [])
@spec rest_v10_projects_project_id_rfis_rfi_id_replies_post( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdRfisRfiIdRepliesPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdRfisPost201ResponseAllOfQuestionsInnerAnswersInner.t()} | {:error, Tesla.Env.t()}
Create RFI Reply Creates a reply for a specified RFI
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.rfi_id
(integer()): RFI IDrest_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