create_signature_for_timesheet_company
Add digital signatures to timesheets in Procore to verify completion and ensure accurate payroll processing for company records.
Instructions
Create Signature for Timesheet. [Project Management/Field Productivity] POST /rest/v1.0/companies/{company_id}/timesheets/signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| 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. | |
| upload_id | No | Signature Upload ID |