Values broken down in the Signers Object

Field NameDescriptionData TypeExample
"address"Address of the SignerObject: Array of Strings"address": {
"city": "Alpharetta",
"country": "United States",
"postalCode": "30004",
"state": "GA",
"street1": "2001 Westside Parkway"
}
"ownership"Range of OwnershipInt (Max 100)100
"primary"Primary owner.booleantrue
"dob"Date of Birth:String YYYY-MM-DD"2000-01-01"
"email"email of the signerstring"[email protected]"
"primaryIdentificaiton"Primary Identification of SignerObject: Array of Strings"primaryIdentification": { "countryOfIssuance": "United States", "taxIdNumber": "111333222", "taxType": "SSN"},
"countryOfIssuance"Country where Id is obtained fromstring"United States"
"taxIdNumber"Number of Tax Idstring"11133222"
"taxType"Tax Identification typeenum: "SSN", "EIN""SSN" or "EIN"
"secondaryIdentification"Secondary Identification of SignerObject: Array of Strings"secondaryIdentification": { "countryOfIssuance": "United States", "taxIdNumber": "111333222", "taxType": "Passport"},
"countryOfIssuance"Country where Id is obtained fromstring"United States"
"taxIdNumber"Number of Tax Idstring"11133222"
taxTypeTax Identification typeenum: "Passport" or "Driver's License" or "Alien Registration Card""11122333"