post https://rest.api.pactima.com/v1/e-signature-templates//cc-recipients
Create a ccRecipient in the eSignature template, which must not be in a resting status, i.e. COMPLETED
, DECLINED
, or CANCELLED
Log in to see full request history
Response
Create a ccRecipient in the eSignature template, which must not be in a resting status, i.e. COMPLETED
, DECLINED
, or CANCELLED
xxxxxxxxxx
curl --request POST \
--url https://rest.api.pactima.com/v1/e-signature-templates/eSignatureTemplateId/cc-recipients \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": "string",
"name": "string"
}