Save Stamp
save_stampCreate a Document Markup stamp record for a company project. Provide company ID, project ID, and title. Optionally add background, text, font, and custom properties.
Instructions
Saves new stamp with enhanced features for a specific company, project, and document. Use this to perform the save stamp 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, title. Procore API (v2.0): Project Management > Document Markup. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/viewer_documents/stamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the unique identifier of the company | |
| project_id | Yes | URL path parameter — the unique identifier of the project | |
| background_image | No | JSON request body field — the background image for this Document Markup operation | |
| background_color | No | JSON request body field — the background color for this Document Markup operation | |
| title | Yes | JSON request body field — the title for this Document Markup operation | |
| text | No | JSON request body field — the text for this Document Markup operation | |
| font_family | No | JSON request body field — the font family for this Document Markup operation | |
| text_color | No | JSON request body field — the text color for this Document Markup operation | |
| custom_properties | No | JSON request body field — the custom properties for this Document Markup operation | |
| font_style | No | JSON request body field — the font style for this Document Markup operation |