create_signature_for_timesheet_project
Add digital signatures to project timesheets in Procore to verify completion and maintain accurate records for payroll and compliance.
Instructions
Create Signature for Timesheet. [Project Management/Field Productivity] POST /rest/v1.0/projects/{project_id}/timesheets/signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| data | Yes | Attachment representing the Signature. To upload an attachment, you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `data`... | |
| user_id | Yes | ID of the user the signature is attributed to | |
| signature_text | No | Acknowedgement text the signature was signed against. |