Create Signature For Timesheet
create_signature_for_timesheet_companyCreate a new signature for a specified company's timesheet records using required company ID, user ID, and signature data.
Instructions
Create new Signature associated with the specified Company. 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: company_id, data, user_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/timesheets/signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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. | |
| upload_id | No | JSON request body field — unique identifier of the upload |