Procore.Api.ProjectManagementDocumentMarkupDocumentMarkup (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementDocumentMarkupDocumentMarkup
.
Summary
Functions
Show or Create Document Markup Downloadable PDF Find or Create Document Markup Downloadable PDF. Starts processing to create a downloadable PDF with markup. When completed, the same request will include a download URL for the PDF. item_id, item_type, and attachment_id paramters are the same parameters included in the URL when viewing the attachment in procore. Example: app.procore.com/161072/project/submittal_logs/document_viewer?attachment_id=43&item_id=42&item_type=SubmittalLog&project_id=161072
Functions
rest_v10_document_markup_downloadable_pdfs_find_or_create_post(connection, procore_company_id, rest_v10_document_markup_downloadable_pdfs_find_or_create_post_request, opts \\ [])
@spec rest_v10_document_markup_downloadable_pdfs_find_or_create_post( Tesla.Env.client(), integer(), Procore.Model.RestV10DocumentMarkupDownloadablePdfsFindOrCreatePostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10DocumentMarkupDownloadablePdfsFindOrCreatePost202Response.t()} | {:ok, Procore.Model.RestV10DocumentMarkupDownloadablePdfsFindOrCreatePost409Response.t()} | {:ok, Procore.Model.RestV10DocumentMarkupDownloadablePdfsFindOrCreatePost200Response.t()} | {:error, Tesla.Env.t()}
Show or Create Document Markup Downloadable PDF Find or Create Document Markup Downloadable PDF. Starts processing to create a downloadable PDF with markup. When completed, the same request will include a download URL for the PDF. item_id, item_type, and attachment_id paramters are the same parameters included in the URL when viewing the attachment in procore. Example: app.procore.com/161072/project/submittal_logs/document_viewer?attachment_id=43&item_id=42&item_type=SubmittalLog&project_id=161072
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.rest_v10_document_markup_downloadable_pdfs_find_or_create_post_request
(RestV10DocumentMarkupDownloadablePdfsFindOrCreatePostRequest):opts
(keyword): Optional parameters:version_datetime
(String.t): Version Datetime of the Document
Returns
{:ok, Procore.Model.RestV10DocumentMarkupDownloadablePdfsFindOrCreatePost200Response.t}
on success{:error, Tesla.Env.t}
on failure