Procore.Api.ConstructionFinancialsCommitmentsWorkOrderContractDetailLineItems (procore_sdk v0.3.0)

API calls for all endpoints tagged ConstructionFinancialsCommitmentsWorkOrderContractDetailLineItems.

Summary

Functions

Link to this function

rest_v10_work_order_contracts_work_order_contract_id_line_item_contract_details_get(connection, procore_company_id, work_order_contract_id, project_id, opts \\ [])

List Work Order Contract detail line items List Detail Line Items on a given Work Order Contract

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • work_order_contract_id (integer()): Work Order Contract ID
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :"filters[id]" ([integer()]): Return item(s) with the specified IDs.
    • :"filters[line_item_id]" (integer()): Line Item ID. Returns item(s) with the specified Line Item ID or within a range of Line Item IDs.

Returns

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

rest_v10_work_order_contracts_work_order_contract_id_line_item_contract_details_id_delete(connection, procore_company_id, work_order_contract_id, id, project_id, opts \\ [])

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

Delete Work Order Contract detail line item Delete a Detail Line Item in a specific Work Order Contract.

Parameters

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

Returns

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

rest_v10_work_order_contracts_work_order_contract_id_line_item_contract_details_id_get(connection, procore_company_id, work_order_contract_id, id, project_id, opts \\ [])

Show Work Order Contract detail line item Return a Detail Line Item in a specific Work Order Contract.

Parameters

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

Returns

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

rest_v10_work_order_contracts_work_order_contract_id_line_item_contract_details_id_patch(connection, procore_company_id, work_order_contract_id, id, body4, opts \\ [])

Update Work Order Contract detail line item Update a Detail Line Item in a specific Work Order Contract.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • work_order_contract_id (integer()): Work Order Contract ID
  • id (integer()): ID
  • body4 (Body4):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_work_order_contracts_work_order_contract_id_line_item_contract_details_post(connection, procore_company_id, work_order_contract_id, body4, opts \\ [])

Create Work Order Contract detail line item Creates a Detail Line Item on a given Work Order Contract Line Item

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • work_order_contract_id (integer()): Work Order Contract ID
  • body4 (Body4):
  • opts (keyword): Optional parameters

Returns

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