Create Signature For Timesheet
create_signature_for_timesheet_projectCreates a new signature for a project's timesheet, attaching the signature data and attributing it to a user. Required parameters: project ID, signature data, and user ID.
Instructions
Create new Signature associated with the specified Project. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id, data, user_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/timesheets/signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| data | Yes | JSON request body field — 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 | JSON request body field — iD of the user the signature is attributed to | |
| signature_text | No | JSON request body field — acknowedgement text the signature was signed against. |