PerformanceSearchRequest

Type: Tessitura.Service.Client.Txn.PerformanceSearchRequest

Property Name Data Type Length Required Readonly Notes
PerformanceStartDate date A performance date must be on or after this date to be included in the result set.
PerformanceEndDate date A performance date must be on or before this date to be included in the result set.
ModeOfSaleId integer N Specifying a Mode of Sale will filter out performances that are not available at all for that MOS. Also, the start and end dates of the MOS for the performance will be returned when MOS is specified.
FK: TR_MOS.id   Resource: ModesOfSale
BusinessUnitId integer N A performance must be assigned to this business unit (which is based on the performance’s season) to be included in the result set.
FK: TR_BU.id   Resource: BusinessUnits
KeywordIds string N A comma separated list of keyword IDs. A performance must have at least one of the keywords to be included. The KeywordAndOr parameter can be set to require all keywords to be present.
FK: TR_TKW.id   Resource: ProductKeywords
KeywordAndOr string N Send ‘And’ to require that all performances have all of the keywords specified. Send ‘Or’ to require that performances have at least one of the keywords specified.
ArtistIds string N A comma separated list of artist Ids. A performance must have at least one of the artists as a credit to be included.
FK: T_ARTIST.art_no   Resource: Artists
SeasonIds string N A comma separated list of season Ids. A performance must be in one of the seasons to be included.
FK: TR_SEASON.id   Resource: Seasons
ConstituentId integer N If provided, Will be used to calculate the 'Weight' of each performance, based on performance keywords and constituent interests.
ProductionSeasonIds string N A comma separated list of product seasons IDs. A performance must be in one of the production seasons to be included.
FK: T_PROD_SEASON.prod_season_no   Resource: ProductionSeasons
FullTextSearch string Full Text search criteria, using the FreetextTable syntax.
FacilityIds string N A common separated list of facility IDs. A performance must be in one of the facilites to be included.
FK: T_FACILITY.facil_no   Resource: Facilities
PerformanceTypeIds string N A comma separated list of performance type ids.
FK: TR_PERF_TYPE.perf_type   Resource: PerformanceTypes