Procore.Api.ConstructionFinancialsPrimeContractsPaymentApplicationOwnerInvoiceMarkupLineItems (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsPrimeContractsPaymentApplicationOwnerInvoiceMarkupLineItems
.
Summary
Functions
Update Payment Application (Owner Invoice) Markup Line item for Prime Contract Update a Payment Application (Owner Invoice) Markup 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_markup_line_items_id_patch(connection, procore_company_id, prime_contract_id, id, body53, opts \\ [])
@spec rest_v10_prime_contracts_prime_contract_id_payment_application_markup_line_items_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body53.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10PrimeContractsPrimeContractIdPaymentApplicationMarkupLineItemsIdPatch200Response.t()} | {:error, Tesla.Env.t()}
Update Payment Application (Owner Invoice) Markup Line item for Prime Contract Update a Payment Application (Owner Invoice) Markup 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) Markup Line item IDbody53
(Body53):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10PrimeContractsPrimeContractIdPaymentApplicationMarkupLineItemsIdPatch200Response.t}
on success{:error, Tesla.Env.t}
on failure