Procore.Api.ConstructionFinancialsContractsInvoiceConfiguration (procore_sdk v0.3.0)

API calls for all endpoints tagged ConstructionFinancialsContractsInvoiceConfiguration.

Summary

Functions

Link to this function

rest_v10_projects_project_id_contracts_contract_id_invoice_configuration_get(connection, procore_company_id, project_id, contract_id, opts \\ [])

Get Contract's Invoice Configuration Get the details of a specific Contract's Invoice Configuration

Parameters

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

Returns

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

rest_v10_projects_project_id_contracts_contract_id_invoice_configuration_patch(connection, procore_company_id, project_id, contract_id, rest_v10_projects_project_id_contracts_contract_id_invoice_configuration_patch_request, opts \\ [])

Update Contract's Invoice Configuration Update a specific Contract's Invoice Configuration

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • contract_id (integer()): ID of the Contract
  • rest_v10_projects_project_id_contracts_contract_id_invoice_configuration_patch_request (RestV10ProjectsProjectIdContractsContractIdInvoiceConfigurationPatchRequest):
  • opts (keyword): Optional parameters

Returns

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