Create An Electronic Signature
create_an_electronic_signatureCreate an electronic signature record for a Procore contract, change order, or similar object. Provide the object type and ID to generate and return a new signature entry with its ID.
Instructions
The Electronic Signature endpoint allows for the creation of a Electronic Signature. Creates the electronic signature and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: object_id, object_type. Procore API: Construction Financials > Contracts. Endpoint: POST /rest/v1.0/electronic_signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | Query string parameter — iD of the object for which we need the create the electronic signature | |
| company_id | No | Query string parameter — company_id (either company_id or project_id is required) | |
| project_id | No | Query string parameter — project_id (either project_id or company_id is required) | |
| object_type | Yes | Query string parameter — type of the object for which we need the create the electronic signature | |
| account_type | No | JSON request body field — provider type. Pass "manual" to create a manual upload electronic signature record without requiring DocuSign or ProcoreSign. Omit for standard DocuSign / ProcoreSign flows. | |
| prostore_file_id | No | JSON request body field — iD of the pre-uploaded signed document. Required when account_type is "manual". |