cURL
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>" } '
OK
Was this page helpful?