LoginRequest

Type: Tessitura.Service.Client.Web.LoginRequest

Property Name Data Type Length Required Readonly Notes
UserName string Y
Password string Y
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
PersistSessionOnFailure boolean N Defaults to false. If true, session variables and session state persist. If false (default) then session variables and session state, such as mode of sale and promo code values are purged on login failure. In v16, session data always persists on login failure, so this parameter does not exist. When you implement v16, you will need to remove this parameter from your login request.