A field is part of the interactive document and represents an actual form field on the PDF document.
Types
-Signature
-Text
-Numeric
-CheckBox
-PhoneNumber
-EmailAddress
-Dropdown
-Table
{
"name": "signature_1",
"type": "Signature",
"strValue": "{url-of-signature}"
}
Parameter | Type | Description | Allowed Values |
---|---|---|---|
name | string | The name of the field in the PDF document. | |
type | string | Signature, Text, Numeric, CheckBox, PhoneNumber, EmailAddress Dropdown, Table | |
strValue | string | If signature, then the url of it. Contains the value for fields of text or numeric. |