Procore.Api.FieldProductivityTimeAndMaterialsTimeAndMaterialNotification (procore_sdk v0.3.0)

API calls for all endpoints tagged FieldProductivityTimeAndMaterialsTimeAndMaterialNotification.

Summary

Functions

Delete a Time And Material Notification Deleting a Time And Material Notification associated with the specified project

Show Time And Material Notification Return Time And Material Notification detailed information.

Update a Time And Material Notification Updating a Time And Material Notification associated with the specified project

Create a new Time And Material Notification Create a new Time And Material Notification associated with the specified project

Functions

Link to this function

rest_v10_projects_project_id_time_and_material_notifications_delete(connection, procore_company_id, project_id, opts \\ [])

Delete a Time And Material Notification Deleting a Time And Material Notification associated with the specified project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_time_and_material_notifications_get(connection, procore_company_id, project_id, opts \\ [])

Show Time And Material Notification Return Time And Material Notification detailed information.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_time_and_material_notifications_patch(connection, procore_company_id, project_id, time_and_material_notification_body, opts \\ [])

Update a Time And Material Notification Updating a Time And Material Notification associated with the specified project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • time_and_material_notification_body (TimeAndMaterialNotificationBody):
  • opts (keyword): Optional parameters
    • :run_configurable_validations (boolean()): If true, validations are run for the corresponding Configurable Field Set.

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_time_and_material_notifications_post(connection, procore_company_id, project_id, time_and_material_notification_body, opts \\ [])

Create a new Time And Material Notification Create a new Time And Material Notification associated with the specified project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • time_and_material_notification_body (TimeAndMaterialNotificationBody):
  • opts (keyword): Optional parameters
    • :run_configurable_validations (boolean()): If true, validations are run for the corresponding Configurable Field Set.

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t} on success
  • {:error, Tesla.Env.t} on failure