Create A New Layer
create_a_new_layerCreate a new layer within a document markup context in Procore. Provide company, project, name, type, and context ID to create the record.
Instructions
Create a new layer within a context. 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, type, context_id. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/layers
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 | |
| type | Yes | JSON request body field — the type for this Document Markup operation | |
| context_id | Yes | JSON request body field — unique identifier of the context | |
| order_index | No | JSON request body field — the order index 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 |