Creates a new Draft that can be claimed using the claim URL. The first authenticated user to access the URL will claim the Draft and will be shown either the "Sign and send" or the "Request signature" page with the Draft loaded. Subsequent access to the claim URL will result in a 404.
[ [ { "api_id": "uniqueIdHere_1", "name": "", "placeholder": "", "type": "text", "x": 112, "y": 328, "width": 100, "height": 16, "required": true, "signer": 1, "page": 1, "validation_type": "numbers_only" }, { "api_id": "uniqueIdHere_2", "name": "", "type": "signature", "x": 530, "y": 415, "width": 120, "height": 30, "required": true, "signer": 0, "page": 1 } ], [] ]
{ "<group ID>": { "group_label": string, "requirement": string } }
"form_fields_per_document": [ [ { "api_id": "uniqueIdHere_1", "name": "", "type": "radio", "x": 112, "y": 328, "width": 18, "height": 18, "required": false, "group": "RadioItemGroup1", "checked": 1, "signer": 0, "page": 1 }, { "api_id": "uniqueIdHere_2", "name": "", "type": "radio", "x": 112, "y": 370, "width": 18, "height": 18, "required": false, "group": "RadioItemGroup1", "checked": 0, "signer": 0, "page": 1 } ] ], "form_field_groups": { "RadioItemGroup1": { "group_label": "Radio Item Group 1", "requirement": "require_0-1" } }
{ { "id": string, "trigger_operator": "AND", "triggers": [ { "id": string, "operator": string, "value": string|string[]|int } ], "actions": [ { "field_id" | "group_id": string, "hidden": 0 | 1, "type": "change-field-visibility" | "change-group-visibility" } ] } }
"form_fields_per_document": [ [ { "api_id": "uniqueIdHere_1", "name": "", "type": "text", "x": 112, "y": 328, "width": 100, "height": 16, "required": true, "signer": 0, "page": 1, "validation_type": "numbers_only" }, { "api_id": "uniqueIdHere_2", "name": "", "type": "signature", "x": 530, "y": 415, "width": 120, "height": 30, "required": true, "signer": 0, "page": 1 } ] ], "form_field_rules": [ { "id": "rule_1", "trigger_operator": "AND", "triggers": [ { "id": "uniqueIdHere_1", "operator": "is", "value": "foo" } ], "actions": [ { "field_id": "uniqueIdHere_2", "hidden": 1, "type": "change-field-visibility" } ] } ]