Procore.Api.ConstructionFinancialsInvoicingInvoicingAsyncJobs (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsInvoicingInvoicingAsyncJobs
.
Summary
Functions
Show an Async Job for a Company Return detailed information about a specified Async Job.
Functions
Link to this function
rest_v10_companies_company_id_invoices_async_jobs_uuid_get(connection, procore_company_id, uuid, company_id, opts \\ [])
@spec rest_v10_companies_company_id_invoices_async_jobs_uuid_get( Tesla.Env.client(), integer(), String.t(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdInvoicesAsyncJobsUuidGet200Response.t()} | {:error, Tesla.Env.t()}
Show an Async Job for a Company Return detailed information about a specified Async Job.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.uuid
(String.t): UUID of the Async Jobcompany_id
(integer()): Unique identifier for the company.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdInvoicesAsyncJobsUuidGet200Response.t}
on success{:error, Tesla.Env.t}
on failure