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
Update meeting attendee record Update a Meeting Attendee record.
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 serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.meeting_id
(integer()): ID of the Meetingproject_id
(integer()): Unique identifier for the project.id
(integer()): ID of the Meeting Attendee recordopts
(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 \\ [])
@spec rest_v10_meeting_attendee_records_id_patch( Tesla.Env.client(), integer(), integer(), integer(), integer(), Procore.Model.Body69.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10MeetingAttendeeRecordsPost201Response.t()} | {:error, Tesla.Env.t()}
Update meeting attendee record Update a Meeting Attendee record.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.meeting_id
(integer()): ID of the Meetingproject_id
(integer()): Unique identifier for the project.id
(integer()): ID of the Meeting Attendee recordbody69
(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 \\ [])
@spec rest_v10_meeting_attendee_records_post( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.Body69.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10MeetingAttendeeRecordsPost201Response.t()} | {:error, Tesla.Env.t()}
Create meeting attendee record Create a new Meeting Attendee record. This associates a user with a meeting.
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.meeting_id
(integer()): ID of the Meetingbody69
(Body69):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10MeetingAttendeeRecordsPost201Response.t}
on success{:error, Tesla.Env.t}
on failure