Procore.Api.ConstructionFinancialsPrimeContractsPaymentApplicationOwnerInvoiceLineItems (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsPrimeContractsPaymentApplicationOwnerInvoiceLineItems
.
Summary
Functions
Update Payment Application (Owner Invoice) Line Item for Prime Contract Update a Payment Application (Owner Invoice) Line Item on a specified Prime Contract Payment Application (Owner Invoice)
Functions
Link to this function
rest_v10_prime_contracts_prime_contract_id_payment_application_line_items_id_patch(connection, procore_company_id, prime_contract_id, id, body54, opts \\ [])
@spec rest_v10_prime_contracts_prime_contract_id_payment_application_line_items_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body54.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10PrimeContractsPrimeContractIdPaymentApplicationLineItemsIdPatch200Response.t()} | {:error, Tesla.Env.t()}
Update Payment Application (Owner Invoice) Line Item for Prime Contract Update a Payment Application (Owner Invoice) Line Item on a specified Prime Contract Payment Application (Owner Invoice)
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.prime_contract_id
(integer()): Prime Contract IDid
(integer()): Payment Application (Owner Invoice) Line item IDbody54
(Body54):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10PrimeContractsPrimeContractIdPaymentApplicationLineItemsIdPatch200Response.t}
on success{:error, Tesla.Env.t}
on failure