Remove Signature From Timecard Entry (Project)
remove_signature_from_timecard_entry_projectRemove the signature from a timecard entry to update field productivity records. Provide the project ID and entry ID.
Instructions
Remove the signature ID from the provided timecard entry. Use this to update an existing Field Productivity records (only the supplied fields are changed). Moves the Field Productivity records to its new position and returns the updated object. Required parameters: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/timecard_entries/{id}/remove_signature
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — the ID of the timecard entry. | |
| project_id | Yes | URL path parameter — unique identifier for the project. |