Name | Description | Type | Additional information | Nullable |
---|---|---|---|---|
The customer's email. |
string |
None |
False | |
PhoneNumber |
The customer's phone number. |
string |
None |
False |
SendDate |
Desired send date. If null, the current date and time will be selected. |
date |
None |
True |
TransactionDate |
Date of the transaction. If null, the current date and time will be selected. |
date |
None |
True |
EndDate |
Expiration date of the customer. When null, end date of batch will be used. When batch end date is null, system will determine end date. |
date |
None |
True |
Priority |
Priority for sending same email address. When there is another customer with status initial in the future with a higher priority, this customer will be locked. If null, default 0. |
integer |
None |
True |
PreviousId |
ID of previous customer. If supplied, data of previous customer will be copied. Any provided data will override the duplicate copied data. |
integer |
None |
True |
Data |
Collection of customer data. |
Collection of CustomerData |
None |
False |
Answers |
Collection of pre-filled answers. |
Collection of ImportAnswerExternal |
None |
False |
AnswersToCopy |
Collection of answers ids to copy from previous customer. |
Collection of integer |
None |
False |
CopyAllAnswers |
Copy all answers from previous customer. |
boolean |
None |
True |