Save Stamp
save_stampSave a new stamp for a Procore document by providing company, project, and title; returns the operation response.
Instructions
Saves a new stamp for a specific company, project, and document. company_id and project_id default to the values set by procore_set_config when omitted. Acts on the stamp and returns Procore's response for the operation. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id, title. Procore API (v2.1): Project Management > Document Markup. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/viewer_documents/stamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | JSON request body field — the text for this Document Markup operation | |
| title | Yes | JSON request body field — the title for this Document Markup operation | |
| company_id | Yes | URL path parameter — unique identifier of the company | |
| font_style | No | JSON request body field — the font style for this Document Markup operation | |
| project_id | Yes | URL path parameter — unique identifier of the project | |
| text_color | No | JSON request body field — the text color for this Document Markup operation | |
| font_family | No | JSON request body field — the font family for this Document Markup operation | |
| background_color | No | JSON request body field — the background color for this Document Markup operation | |
| background_image | No | JSON request body field — the background image for this Document Markup operation | |
| custom_properties | No | JSON request body field — the custom properties for this Document Markup operation |