Procore.Api.ProjectManagementSubmittalsSubmittalApprovers (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementSubmittalsSubmittalApprovers
.
Summary
Functions
Update Submittal Approver Update Submittal Approver for the specified Submittal
Functions
Link to this function
rest_v10_submittal_approvers_id_patch(connection, procore_company_id, id, project_id, submittal_id, rest_v10_submittal_approvers_id_patch_request, opts \\ [])
@spec rest_v10_submittal_approvers_id_patch( Tesla.Env.client(), integer(), integer(), integer(), integer(), Procore.Model.RestV10SubmittalApproversIdPatchRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RestV10SubmittalApproversIdPatch200ResponseInner.t()]} | {:error, Tesla.Env.t()}
Update Submittal Approver Update Submittal Approver for the specified Submittal
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): Submittal Approver IDproject_id
(integer()): Unique identifier for the project.submittal_id
(integer()): Submittal IDrest_v10_submittal_approvers_id_patch_request
(RestV10SubmittalApproversIdPatchRequest):opts
(keyword): Optional parameters:send_emails
(boolean()): Designates whether or not emails will be sent (default false)
Returns
{:ok, [%RestV10SubmittalApproversIdPatch200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure