Skip to main content
POST
/
api
/
ESigning
Send Document for Electronic Signing.
curl --request POST \
  --url https://api.example.com/api/ESigning \
  --header 'Content-Type: application/json' \
  --data '
{
  "templateId": 123,
  "documentId": 123,
  "entityId": 123,
  "playerId": 123,
  "ccRecipients": "<string>"
}
'

Query Parameters

isTest
boolean
default:false

Body

application/json
templateId
integer<int32>
documentId
integer<int32>
entityId
integer<int32>
playerId
integer<int32>
ccRecipients
string | null

Response

200

OK