Create Meeting
create_meeting_v1_0Create a new meeting in a Procore project by providing the project ID and meeting details, with optional file attachments.
Instructions
Create a new Meeting. #### Uploading attachments To upload attachments you must upload the entire payload as multipart/form-data content-type and specify each parameter as form-data together with attachments[] as files. Use this to create a new Meetings in Procore. Creates a new Meetings and returns the created object on success (HTTP 201). Required parameters: project_id, meeting. Procore API: Project Management > Meetings. Endpoint: POST /rest/v1.0/meetings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — the ID of the Project the Meetings belongs to | |
| meeting | Yes | JSON request body field — meeting object | |
| attachments | No | JSON request body field — meeting Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. |