Procore.Api.ProjectManagementMeetingsMeetingAttendees (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementMeetingsMeetingAttendees.

Summary

Functions

Delete meeting attendee record Delete a specified meeting attendee record, disassociating a given user from a meeting

Create meeting attendee record Create a new Meeting Attendee record. This associates a user with a meeting.

Functions

Link to this function

rest_v10_meeting_attendee_records_id_delete(connection, procore_company_id, meeting_id, project_id, id, opts \\ [])

@spec rest_v10_meeting_attendee_records_id_delete(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok, nil}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:error, Tesla.Env.t()}

Delete meeting attendee record Delete a specified meeting attendee record, disassociating a given user from a meeting

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • meeting_id (integer()): ID of the Meeting
  • project_id (integer()): Unique identifier for the project.
  • id (integer()): ID of the Meeting Attendee record
  • opts (keyword): Optional parameters

Returns

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

rest_v10_meeting_attendee_records_id_patch(connection, procore_company_id, meeting_id, project_id, id, body69, opts \\ [])

Update meeting attendee record Update a Meeting Attendee record.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • meeting_id (integer()): ID of the Meeting
  • project_id (integer()): Unique identifier for the project.
  • id (integer()): ID of the Meeting Attendee record
  • body69 (Body69):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_meeting_attendee_records_post(connection, procore_company_id, project_id, meeting_id, body69, opts \\ [])

Create meeting attendee record Create a new Meeting Attendee record. This associates a user with a meeting.

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.
  • meeting_id (integer()): ID of the Meeting
  • body69 (Body69):
  • opts (keyword): Optional parameters

Returns

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