Procore.Api.ConstructionFinancialsCommitmentsBulkUpdateSubcontractorInvoiceRequisitionItems (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsCommitmentsBulkUpdateSubcontractorInvoiceRequisitionItems
.
Summary
Functions
Bulk Update Subcontractor Invoice (Requisitions) Items Updates all requisition items received in the body. Can be contract items, contract detail items, or change order items.
Functions
Link to this function
rest_v10_requisitions_requisition_id_bulk_item_update_patch(connection, procore_company_id, requisition_id, project_id, body118, opts \\ [])
@spec rest_v10_requisitions_requisition_id_bulk_item_update_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body118.t(), keyword() ) :: {:ok, nil} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch404Response.t()} | {:error, Tesla.Env.t()}
Bulk Update Subcontractor Invoice (Requisitions) Items Updates all requisition items received in the body. Can be contract items, contract detail items, or change order items.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.requisition_id
(integer()): Requisition IDproject_id
(integer()): Unique identifier for the project.body118
(Body118):opts
(keyword): Optional parameters
Returns
{:ok, nil}
on success{:error, Tesla.Env.t}
on failure