Create A New Group
create_a_new_groupCreate a new group within a layer to organize Document Markup records. Requires company, project, name, and layer ID.
Instructions
Create a new group within a layer. Use this to create a new Document Markup records in Procore. Creates a new Document Markup records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, name, layer_id. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| name | Yes | JSON request body field — the name for this Document Markup operation | |
| layer_id | Yes | JSON request body field — unique identifier of the layer | |
| order_index | No | JSON request body field — the order index for this Document Markup operation | |
| color | No | JSON request body field — the color for this Document Markup operation | |
| visibility | No | JSON request body field — the visibility for this Document Markup operation | |
| settings | No | JSON request body field — the settings for this Document Markup operation |