Procore.Api.FieldProductivityTimeAndMaterialsTimeAndMaterialAttachment (procore_sdk v0.3.0)
API calls for all endpoints tagged FieldProductivityTimeAndMaterialsTimeAndMaterialAttachment
.
Summary
Functions
Bulk Delete Time and Material Attachments Delete multiple Time and Material Attachments with one request.
List all attachments Return a list of all Time and Material attachments for the specified Project user has access to.
Delete a Time and Material Attachment Deleting a Time and Material Attachment from a specified Project
Show an individual time and material attachment Return detailed information about a specific time and material attachment
Functions
rest_v10_projects_project_id_time_and_material_entry_attachments_bulk_destroy_delete(connection, procore_company_id, project_id, rest_v10_projects_project_id_time_and_material_entry_attachments_bulk_destroy_delete_request, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_entry_attachments_bulk_destroy_delete( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntryAttachmentsBulkDestroyDeleteRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t() ]} | {:error, Tesla.Env.t()}
Bulk Delete Time and Material Attachments Delete multiple Time and Material Attachments with one request.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.rest_v10_projects_project_id_time_and_material_entry_attachments_bulk_destroy_delete_request
(RestV10ProjectsProjectIdTimeAndMaterialEntryAttachmentsBulkDestroyDeleteRequest):opts
(keyword): Optional parameters
Returns
{:ok, [%RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_time_and_material_entry_attachments_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_entry_attachments_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t() ]} | {:error, Tesla.Env.t()}
List all attachments Return a list of all Time and Material attachments for the specified Project user has access to.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters
Returns
{:ok, [%RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_time_and_material_entry_attachments_id_delete(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_entry_attachments_id_delete( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t()} | {:error, Tesla.Env.t()}
Delete a Time and Material Attachment Deleting a Time and Material Attachment from a specified Project
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): ID of the Time and Material Attachmentopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_time_and_material_entry_attachments_id_get(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_entry_attachments_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t()} | {:error, Tesla.Env.t()}
Show an individual time and material attachment Return detailed information about a specific time and material attachment
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): ID of the time and material attachmentopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_time_and_material_entry_attachments_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_time_and_material_entry_attachments_post_request, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_entry_attachments_post( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntryAttachmentsPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t()} | {:error, Tesla.Env.t()}
Create attachment Create a new attachment
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.rest_v10_projects_project_id_time_and_material_entry_attachments_post_request
(RestV10ProjectsProjectIdTimeAndMaterialEntryAttachmentsPostRequest):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialEntriesGet200ResponseInnerTimeAndMaterialEntryAttachmentsInner.t}
on success{:error, Tesla.Env.t}
on failure