Save Markups
save_markupsSave new or update existing markups on a specified document for a Procore company and project. Uses company, project, viewer document IDs, and markup data.
Instructions
Saves new markups or updates existing ones for a specific company, project, and document. Use this to perform the save markups 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, viewer_doc_id, markups. Procore API: Project Management > Document Markup. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/viewer_documents/{viewer_doc_id}/markups
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 | |
| markups | Yes | JSON request body field — the markups for this Document Markup operation |