AddTicketToCart
Adds a ticketed item to a shopping cart. *** Using overriden BLL version of AddTicketToCart class ***
API | Description |
---|---|
POST api/AddTicketToCart |
Adds a ticketed item to the user's cart. |
AddVariable
Adds a variable value
API | Description |
---|---|
POST api/AddVariable |
Returns the shopping cart for a Tessitura session. |
AuthorizePayment
Authorize a payment for use with TMS.
API | Description |
---|---|
POST api/AuthorizePayment |
Returns authorization response for use with TMS. |
ChangeModeOfSale
API | Description |
---|---|
POST api/ChangeModeOfSale |
Changes the mode of sale of a Tessitura session. |
ChangeSourceId
API | Description |
---|---|
POST api/ChangeSourceId |
Changes the mode of sale of a Tessitura session. |
ClearCart
API | Description |
---|---|
POST api/ClearCart |
Clears the Tessitura cart by creating a new Tesssitura session and transferring the authenticated user to it. Ensure you update the session key in your application after making this call. |
CompareMemberExpirationToPerformance
API | Description |
---|---|
POST api/CompareMemberExpirationToPerformance |
Returns compare membership expiration date to performance date. |
CountriesStates
API | Description |
---|---|
GET api/CountriesStates |
Returns lists of all Countries and States/Provinces. |
DeleteAttribute
API | Description |
---|---|
POST api/DeleteAttribute |
Adds or updates an account attribute. |
DeletePayment
API | Description |
---|---|
POST api/DeletePayment |
Deletes a stored credit card payment method. |
Diagnostics
API | Description |
---|---|
GET api/Diagnostics?SessionKey={SessionKey} |
Returns Tessitura health and version information. |
POST api/Diagnostics?SessionKey={SessionKey} |
Attempts to write to the error log. |
DonateSimple
Processes and bills a donation. *** Using overriden BLL version of DonateSimple class ***
API | Description |
---|---|
POST api/DonateSimple |
Processes and bills a donation. |
FinalizeDonateSimple
Processes and bills a donation.
API | Description |
---|---|
POST api/FinalizeDonateSimple |
Processes and bills a donation. |
FinalizeGiftMembership
Processes and bills a gift membership.
API | Description |
---|---|
POST api/FinalizeGiftMembership |
Processes and bills a gift membership. |
FinalizeNewMembership
Processes and bills a new membership.
API | Description |
---|---|
POST api/FinalizeNewMembership |
Processes and bills a gift membership. |
FinalizePayment
Finalize a payment for use with TMS.
API | Description |
---|---|
POST api/FinalizePayment |
Returns finalize payment for use with TMS. |
FinalizePurchaseCart
API | Description |
---|---|
POST api/FinalizePurchaseCart |
Processes and bills a Tessitura cart. |
FinalizeRenewMembership
Processes and bills a renewal membership.
API | Description |
---|---|
POST api/FinalizeRenewMembership |
Processes and bills a gift membership. |
GetAnonymousSession
API | Description |
---|---|
POST api/GetAnonymousSession |
Returns a session key for use with anonymous actions such as adding items to a cart. |
GetCart
API | Description |
---|---|
POST api/GetCart |
Returns the shopping cart for a Tessitura session. |
GetLoginInfo
API | Description |
---|---|
POST api/GetLoginInfo |
Returns data for a logged in session. |
GetMemberCompSeasonTicketQuantity
API | Description |
---|---|
POST api/GetMemberCompSeasonTicketQuantity |
Returns comp season ticket information for a patron. |
GetMemberCompTicketQuantity
API | Description |
---|---|
POST api/GetMemberCompTicketQuantity |
Returns comp ticket information for a patron. |
GetMemberEntitlements
API | Description |
---|---|
POST api/GetMemberEntitlements |
Returns entitlement ticket information for a patron for both performances and seasons. |
GetMemberInfo
API | Description |
---|---|
POST api/GetMemberInfo |
Returns detailed member information from account and constituent Tessitura data. |
GetMemberInfo_V2
API | Description |
---|---|
POST api/GetMemberInfo_V2 |
Returns detailed member information from account and constituent Tessitura data. |
GetMemberInfoSummary
API | Description |
---|---|
POST api/GetMemberInfoSummary |
Returns basic membership and household information. |
GetMemberInfoSummary_V2
API | Description |
---|---|
POST api/GetMemberInfoSummary_V2 |
Returns basic membership and household information. |
GetPayment
API | Description |
---|---|
POST api/GetPayment |
Returns stored payment information. |
GetPaymentComponent
API | Description |
---|---|
POST api/GetPaymentComponent |
Returns payment component for use with TMS. |
GetPaymentReserveId
API | Description |
---|---|
POST api/GetPaymentReserveId |
Returns a payment reserve ID for use with TMS. |
GetPerformance
API | Description |
---|---|
POST api/GetPerformance |
Returns a Tessitura performance detail. |
GetPerformances
API | Description |
---|---|
POST api/GetPerformances |
Returns a list of Tessitura performances. |
GetPerformanceWithEntitlements
API | Description |
---|---|
POST api/GetPerformanceWithEntitlements |
Returns a Tessitura performance detail with member ticket entitlements. |
GetPromoCodeDetails
API | Description |
---|---|
POST api/GetPromoCodeDetails |
Returns the details of a promo code. |
GetPromoCodePerformanceAssociation
API | Description |
---|---|
POST api/GetPromoCodePerformanceAssociation |
Returns the details of a promo code associated with a performance. |
GetRankToMOSMapping
API | Description |
---|---|
GET api/GetRankToMOSMapping |
Returns a list of Rank to Mode of Sale mappings from the local config file. |
GetTicketExpiration
API | Description |
---|---|
POST api/GetTicketExpiration |
Gets the expiration date and time of a Tessitura cart. |
GetTicketHistory
API | Description |
---|---|
POST api/GetTicketHistory |
Returns list of tickets for an account. |
GetVariables
Gets variables for a session
API | Description |
---|---|
POST api/GetVariables |
Returns the shopping cart for a Tessitura session. |
Interests
API | Description |
---|---|
POST api/Interests |
Returns list of all Interests associated with the CategoryId. Pass 0 to get all values. NOTE: This will return all Tessitura keyword items, some of which may not be valid as interests. |
InvalidateVoucherCode
API | Description |
---|---|
POST api/InvalidateVoucherCode |
Invalidates a voucher code from the Tessitura order number. |
Logger
API | Description |
---|---|
POST api/Logger |
Logs arbitrary text |
Login
API | Description |
---|---|
POST api/Login |
Authenticates a user, returns a session key if the login was successful. |
Logout
API | Description |
---|---|
POST api/Logout |
Logs out an authenticated user. |
MembershipLevels
API | Description |
---|---|
GET api/MembershipLevels?SessionKey={SessionKey} |
Returns a list of membership levels from the local config file. |
PurchaseCart
API | Description |
---|---|
POST api/PurchaseCart |
Processes and bills a Tessitura cart. |
PurchaseGiftMembership
Processes and bills a gift membership. *** Using overriden BLL version of PurchaseGiftMembership class ***
API | Description |
---|---|
POST api/PurchaseGiftMembership |
Processes and bills a gift membership. |
PurchaseNewMembership
Processes and bills a donation. *** Using overriden BLL version of PurchaseNewMembership class ***
API | Description |
---|---|
POST api/PurchaseNewMembership |
Processes and bills a new membership. If SessionKey is empty a new account will be created. |
Register
API | Description |
---|---|
POST api/Register |
Creates a new user account and web login. |
RemoveTicketFromCart
Removes ticketed items from a shopping cart. *** Using overriden BLL version of RemoveTicketFromCart class ***
API | Description |
---|---|
POST api/RemoveTicketFromCart |
Removes a ticket line item from the Tessitura cart. |
RenewMembership
Processes and bills a donation. *** Using overriden BLL version of RenewMembership class ***
API | Description |
---|---|
POST api/RenewMembership |
Processes and bills a membership renewal. |
ResetPassword
API | Description |
---|---|
POST api/ResetPassword |
Resets a password and logs in using a login token. |
ReverseAuthorization
Reverse a payment authorization, for use with TMS.
API | Description |
---|---|
POST api/ReverseAuthorization |
Reverses a payment authorization |
SendCustomerServiceIssue
API | Description |
---|---|
POST api/SendCustomerServiceIssue |
Submits a Tessitura Customer Service Issue (CSI) to the account associated with the logged in session. |
SendCustomerServiceIssueWithConfirmation
API | Description |
---|---|
POST api/SendCustomerServiceIssueWithConfirmation |
Submits a Tessitura Customer Service Issue (CSI) to the account associated with the logged in session. Returns a CSIResult object containing the Id of the CSI record. |
SendLoginCredentials
API | Description |
---|---|
POST api/SendLoginCredentials |
Sends an email to a user allowing recovery of a forgotten password. |
SendUsername
API | Description |
---|---|
POST api/SendUsername |
Sends an email containing the user name associated with an email to a Tessitura account holder. |
SetAttribute
API | Description |
---|---|
POST api/SetAttribute |
Adds or updates an account attribute. |
SetPayment
API | Description |
---|---|
POST api/SetPayment |
Stores a credit card payment method for later use. |
TransferAnonymousToAuthenticated
API | Description |
---|---|
POST api/TransferAnonymousToAuthenticated |
Authenticates a user over an anonymous session. |
TransferSession
API | Description |
---|---|
POST api/TransferSession |
Transfers authentication from the session Id passed in to a new session. This is meant for use when a session cart times out. |
UpdateEmail
API | Description |
---|---|
POST api/UpdateEmail |
Updates the member email address. |
UpdateInterests
API | Description |
---|---|
POST api/UpdateInterests |
Updates the interests associated with a user account. Will return all interests that remain associated after the call completes. |
UpdateLogin
API | Description |
---|---|
POST api/UpdateLogin |
Updates the users login and password. Result object indicates if notification email was sent. |
UpdateMemberInfo
API | Description |
---|---|
POST api/UpdateMemberInfo |
Updates the member account information including name, address and phone. |
VerifyEmail
API | Description |
---|---|
POST api/VerifyEmail |
Checks to see if an email address is available. |
VerifyUserName
API | Description |
---|---|
POST api/VerifyUserName |
Checks to see if a user name is available. |