|
ConstituentId
|
integer
|
|
Y
|
|
|
|
EmailAddress
|
string
|
|
N
|
|
Login email address. Must match the email address on the login of the type specified by the LoginType parameter.
|
|
PhoneNumber
|
string
|
|
Y
|
|
Phone number. Can match any phone number on the constituent record specified by the ConstituentId parameter.
Required when passing a constituent ID.
|
|
PostalCode
|
string
|
|
Y
|
|
Postal code. Can match any postal code on the constituent record specified by the ConstituentId parameter.
A like statement is used to validate the postal code.E.g.submit 97, matches 97232.
Required when passing a constituent ID.
|
|
LoginTypeId
|
integer
|
|
Y
|
|
Login type, specified by ID. This parameter determines which login on a constituent record is evaluated for authentication.
|
| FK: TR_LOGIN_TYPE.id   Resource: LoginTypes |
|
PromotionCode
|
integer
|
|
N
|
|
The source code to use for the session. Pass 0 to use the default source code.
|
| FK: TX_APPEAL_MEDIA_TYPE.source_no   Resource: Sources |