Skip to main content
POST
/
api
/
presentations
/
{presentationId}
/
sign-contract
Sign a contract
curl --request POST \
  --url https://app.demandiq.com/api/presentations/{presentationId}/sign-contract \
  --header 'Content-Type: application/json' \
  --data '
{
  "signature": "<string>",
  "customerName": "<string>"
}
'

Path Parameters

presentationId
string<uuid>
required

Presentation ID

Body

application/json
signature
string
required

Customer's typed signature

customerName
string
required

Customer's full name (must match signature)

Response

Contract signed