Procore.Api.PDFsPDFTemplateConfigsPDFTemplateConfigs (procore_sdk v0.1.3)
API calls for all endpoints tagged PDFsPDFTemplateConfigsPDFTemplateConfigs
.
Summary
Functions
List PDF template configs Returns a list of PDF template configs
Delete PDF Template Config Delete PDF Template Config
Return a PDF Template Config Return a PDF Template Config
Update a PDF Template Config Update a PDF Template Config
Update a PDF Template Config Update a PDF Template Config
Create PDF Template Config Create new PDF Template Config for a specified company
Functions
rest_v10_companies_company_id_pdf_template_configs_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_pdf_template_configs_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List PDF template configs Returns a list of PDF template configs
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.opts
(keyword): Optional parameters
Returns
{:ok, [%RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_pdf_template_configs_id_delete(connection, procore_company_id, company_id, id, opts \\ [])
@spec rest_v10_companies_company_id_pdf_template_configs_id_delete( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, nil} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
Delete PDF Template Config Delete PDF Template Config
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.id
(integer()): PDF Template Configs IDopts
(keyword): Optional parameters
Returns
{:ok, nil}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_pdf_template_configs_id_get(connection, procore_company_id, company_id, id, opts \\ [])
@spec rest_v10_companies_company_id_pdf_template_configs_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Return a PDF Template Config Return a PDF Template Config
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.id
(integer()): PDF Template Configs IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_pdf_template_configs_id_patch(connection, procore_company_id, company_id, id, body45, opts \\ [])
@spec rest_v10_companies_company_id_pdf_template_configs_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body45.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Update a PDF Template Config Update a PDF Template Config
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.id
(integer()): PDF Template Configs IDbody45
(Body45):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_pdf_template_configs_id_update_default_project_patch(connection, procore_company_id, company_id, id, body45, opts \\ [])
@spec rest_v10_companies_company_id_pdf_template_configs_id_update_default_project_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body45.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Update a PDF Template Config Update a PDF Template Config
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.id
(integer()): ID of the PDF Template Configbody45
(Body45):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_pdf_template_configs_post(connection, procore_company_id, company_id, body45, opts \\ [])
@spec rest_v10_companies_company_id_pdf_template_configs_post( Tesla.Env.client(), integer(), integer(), Procore.Model.Body45.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create PDF Template Config Create new PDF Template Config for a specified company
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(integer()): Unique identifier for the company.body45
(Body45):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10CompaniesCompanyIdPdfTemplateConfigsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure