| Name | Description | Type | Additional information |
|---|---|---|---|
| FormQuestionId | integer | ||
| Value |
Textbox text |
string | |
| Options |
Multi-select options selected |
Collection of string | |
| FileName |
File name for file being uploaded |
string | |
| FileBase64 |
File as base64 string. Use this or FileBytes, not both |
string | |
| FileBytes |
File as byte array. Use this or FileBase64, not both |
Collection of byte | |
| PassportStatus | UserPassportStatus | ||
| FirstNameOnPassport | string | ||
| LastNameOnPassport | string | ||
| MiddleNameOnPassport | string | ||
| PassportSex | string | ||
| PassportPlaceOfBirth | string | ||
| PassportDateOfBirth | date | ||
| PassportNumber | string | ||
| PassportIssuedBy | string | ||
| PassportIssued | date | ||
| PassportExpires | date | ||
| PassportImageName | string | ||
| PassportImageBase64 |
File as base64 string. Use this or PassportImageBytes, not both |
string | |
| PassportImageBytes |
File as byte array. Use this or PassportImage, not both |
Collection of byte |