Create Group And Move Markups
create_group_and_move_markupsCreate a new markup group in the same layer as a source group and move specified markups into it.
Instructions
Creates a new group in the same layer as the source group and moves the specified markups to it. 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, viewer_doc_id, source_group_id. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups/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 | |
| viewer_doc_id | Yes | URL path parameter — unique identifier of the viewer doc | |
| markup_ids | No | JSON request body field — array of markup identifiers | |
| source_group_id | Yes | JSON request body field — unique identifier of the source group | |
| action | No | JSON request body field — the action for this Document Markup operation | |
| pin_id | No | JSON request body field — unique identifier of the pin | |
| escalate_to_pin | No | JSON request body field — the escalate to pin for this Document Markup operation |