Procore.Api.ConstructionFinancialsCommitmentsWorkOrderContractSubcontractorSOVStatus (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsCommitmentsWorkOrderContractSubcontractorSOVStatus
.
Summary
Functions
Update Work Order Contract Subcontractor SOV status Update the Subcontractor SOV status of a specific Work Order Contract.
Functions
Link to this function
rest_v10_work_order_contracts_work_order_contract_id_subcontractor_schedule_of_values_status_patch(connection, procore_company_id, work_order_contract_id, body2, opts \\ [])
@spec rest_v10_work_order_contracts_work_order_contract_id_subcontractor_schedule_of_values_status_patch( Tesla.Env.client(), integer(), integer(), Procore.Model.Body2.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch200Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch404Response.t()} | {:error, Tesla.Env.t()}
Update Work Order Contract Subcontractor SOV status Update the Subcontractor SOV status of a specific Work Order Contract.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.work_order_contract_id
(integer()): Work Order Contract IDbody2
(Body2):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch200Response.t}
on success{:error, Tesla.Env.t}
on failure