Procore.Api.ConstructionFinancialsPrimeContractsPrimeContractsExportPDF (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsPrimeContractsPrimeContractsExportPDF.
Summary
Functions
Check PDF generation status Check the status of a PDF document generation for a prime contract. Note: This endpoint is currently only supported in Procore Zones US01 && US02.
Create PDF export for a Prime Contract Creates a PDF export for a given Prime Contract. Note: This endpoint is currently only supported in Procore Zones US01 && US02.
Functions
rest_v20_companies_company_id_projects_project_id_prime_contracts_prime_contract_id_pdf_get(connection, procore_company_id, company_id, project_id, prime_contract_id, opts \\ [])
@spec rest_v20_companies_company_id_projects_project_id_prime_contracts_prime_contract_id_pdf_get( Tesla.Env.client(), integer(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
Check PDF generation status Check the status of a PDF document generation for a prime contract. Note: This endpoint is currently only supported in Procore Zones US01 && US02.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.company_id(String.t): Unique identifier for the company.project_id(String.t): Unique identifier for the project.prime_contract_id(String.t): Unique identifier for the Prime Contract.opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure
rest_v20_companies_company_id_projects_project_id_prime_contracts_prime_contract_id_pdf_post(connection, procore_company_id, company_id, project_id, prime_contract_id, opts \\ [])
@spec rest_v20_companies_company_id_projects_project_id_prime_contracts_prime_contract_id_pdf_post( Tesla.Env.client(), integer(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
Create PDF export for a Prime Contract Creates a PDF export for a given Prime Contract. Note: This endpoint is currently only supported in Procore Zones US01 && US02.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.company_id(String.t): Unique identifier for the company.project_id(String.t): Unique identifier for the project.prime_contract_id(String.t): Unique identifier for the Prime Contract.opts(keyword): Optional parameters
Returns
{:ok, nil}on success{:error, Tesla.Env.t}on failure