Update Layer Order Rank
update_layer_order_rankUpdate a layer's order rank by repositioning it with a floating-point midpoint value. Use this to change layer position within Procore Document Markup.
Instructions
Update a layer's position using midpoint ranking with float values. UI calculates the new rank (e.g., 1500.0 between 1000.0 and 2000.0) and passes it directly. Use this to perform the update layer action on Document Markup records. Creates a new Document Markup records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, layer_id, order_index. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/layers/{layer_id}/reposition
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 | |
| layer_id | Yes | URL path parameter — unique identifier of the layer | |
| order_index | Yes | JSON request body field — the order index for this Document Markup operation |