cURL
curl --request POST \ --url https://app.demandiq.com/api/presentations/{presentationId}/sign-contract \ --header 'Content-Type: application/json' \ --data ' { "signature": "<string>", "customerName": "<string>" } '
Sign a contract for a presentation. Validates the signature against the customer name, resolves template variables, and creates a signed document record.
Presentation ID
Customer's typed signature
Customer's full name (must match signature)
Contract signed