update_meeting_attendee_record
Modify meeting attendance status in Procore to track participant presence, absence, or distribution status for project management accuracy.
Instructions
Update meeting attendee record. [Project Management/Meetings] PATCH /rest/v1.0/meeting_attendee_records/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Meeting Attendee record | |
| meeting_id | Yes | ID of the Meeting | |
| project_id | Yes | Unique identifier for the project. | |
| status | No | Attendance status | |
| login_information_id | No | The ID of the User to associate with the Meeting |