Procore.Api.ConstructionFinancialsContractsInvoiceConfiguration (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsContractsInvoiceConfiguration
.
Summary
Functions
Get Contract's Invoice Configuration Get the details of a specific Contract's Invoice Configuration
Update Contract's Invoice Configuration Update a specific Contract's Invoice Configuration
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 \\ [])
@spec rest_v10_projects_project_id_contracts_contract_id_invoice_configuration_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdContractsContractIdInvoiceConfigurationGet200Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch404Response.t()} | {:error, Tesla.Env.t()}
Get Contract's Invoice Configuration Get the details of a specific Contract's Invoice Configuration
Parameters
connection
(Procore.Connection): Connection to serverprocore_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 Contractopts
(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 \\ [])
@spec rest_v10_projects_project_id_contracts_contract_id_invoice_configuration_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdContractsContractIdInvoiceConfigurationPatchRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdContractsContractIdInvoiceConfigurationGet200Response.t()} | {:ok, Procore.Model.RestV10WorkOrderContractsWorkOrderContractIdSubcontractorScheduleOfValuesStatusPatch404Response.t()} | {:error, Tesla.Env.t()}
Update Contract's Invoice Configuration Update a specific Contract's Invoice Configuration
Parameters
connection
(Procore.Connection): Connection to serverprocore_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 Contractrest_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