Name | Description | Type | Additional information | Nullable |
---|---|---|---|---|
DateSendInvitation |
Date when the invitation was sent. |
date |
None |
True |
SendDate |
Date when invitation has to be send. |
date |
None |
True |
DateSendReminder |
Date when reminder was send. |
date |
None |
True |
IsOptedOut |
True when customer chose opt-out option. |
boolean |
None |
False |
StatusCode |
Status of the customer. |
integer |
Required |
False |
FinishedDate |
Date of the transaction If null, the current date and time will be selected. |
date |
None |
True |
OptedOutDate |
Date of the opt-out. |
date |
None |
True |
Answers |
Collection of answers. |
Collection of ImportAnswerExternal |
Required |
False |
ExternalUniqueId |
Unique id from external party, will throw an error if the id already exists. |
string |
None |
False |
E-mail address of the customer. |
string |
None |
False | |
TransactionDate |
Date of the transaction. If not provided, the current date and time will be selected. |
date |
None |
True |
SurveyClosedDate |
Enddate of the survey. If not provided, batch enddate will be used. |
date |
None |
True |
Data |
Collection of customer data. |
Collection of CustomerData |
Required |
False |
Language |
Language of the survey. |
string |
None |
False |
IsContactRequested |
True when a customer requests contact via a check box combined with an open text question. |
boolean |
None |
False |
IsConcept |
Concept customer. Used for testing concept questionnaires. |
boolean |
None |
False |