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}"
}
ParameterTypeDescriptionAllowed Values
namestringThe name of the field in the PDF document.
typestringSignature, Text, Numeric, CheckBox, PhoneNumber, EmailAddress Dropdown, Table
strValuestringIf signature, then the url of it. Contains the value for fields of text or numeric.