Create document
This will create a new document
Arguments
Param | Datatype | Description |
---|---|---|
request_name * | String | name to be given to the signature request |
request_type_id | String | Document Category Id |
notes | String | Message to be sent to all recipients in common |
expiration_days | Int | No of days after which the document will expire. |
is_sequential * | Boolean | Sequential signing / Parallel Signing[true/false] |
email_reminders | Boolean | Send automatic reminders |
reminder_period | Int | Send automatic reminders once in [n] days |
folder_id | String | Folder |
signing_order | Int | Order in which recipient actions needs to be performed |
actions | JSON array |
Actions
Param | Datatype | Description |
---|---|---|
action_type * | String | Recipient Action [SIGN|VIEW|INPERSONSIGN|APPROVER] |
recipient_name * | String | Recipient name |
recipient_email * | String | Recipient email |
in_person_name * | String | Inperson recipient name |
in_person_email | String | Inperson recipient email |
verify_recipient * | Boolean | Authentication needs to be done or not |
verification_type | String | Verification Mode [EMAIL|SMS|OFFLINE] |
verification_code | String | Verification Code required on in case of OFFLINE Verification type |
private_notes | String | Private notes for each recipient |
API Root Endpoint
Request example
Show full
Show less
Sample input
Show full
Show less
Response Example
Show full
Show less