Create Signature For Time And Material Entry
create_signature_for_time_and_material_entryCreate a signature for a time and material entry in a Procore project. Requires project ID and party ID, with optional attachment or signed text.
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, party_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_entries/signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| data | No | 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`... | |
| party_id | Yes | JSON request body field — iD of the party 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 |