ProductionSeasonSearchRequest

Type: Tessitura.Service.Client.Txn.ProductionSeasonSearchRequest

Property Name Data Type Length Required Readonly Notes
ArtistIds string N A comma seperated list of artist Ids. Only production seasons with at least one performance with a credit for the passed artists will be returned.
FK: T_ARTIST.art_no   Resource: Artists
BusinessUnitId integer N Only production seasons assigned to this business unit (which is based on season) will be included in the result set.
FK: TR_BU.id   Resource: BusinessUnits
ModeOfSaleId integer N Only production seasons with at least one performance with this mode of sale will be included in the result set.
FK: TR_MOS.id   Resource: ModesOfSale
FacilityIds string N A comma seperated list of facility IDs. Only production seasons with at least one performance in the passed facilities will be returned.
FK: T_FACILITY.facil_no   Resource: Facilities
FullTextSearch string Full Text search criteria, using the FreetextTable syntax.
KeywordAndOr string N Send 'And' to require all performances to have all the keywords specified. Send 'Or' to require the performances to have only one of the keywords.
KeywordIds string N A comma seperated list of keyword Ids. Only production seasons with at least one performance with a passed keyword will be returned. The KeywordAndOr parameter controls if all keywords or only one must be present.
FK: TR_TKW.id   Resource: ProductKeywords
PerformanceEndDate date At least one of a production season’s performances must fall on or before this date to be included in the result set.
PerformanceStartDate date At least one of a production season’s performances must fall on or after this date to be included in the result set.
SeasonIds string N A comma-delimited list of season IDs. Only production seasons in one of the passed seasons will be returned.
FK: TR_SEASON.id   Resource: Seasons
ConstituentId integer N If passed, is used to calculate a 'weight' for each production season, based on production keywords and constituent interests.
FK: T_CUSTOMER.customer_no   Resource: Constituents
MatchAllPerformances boolean Pass True if all performances in the production season have to match the performance criteria supplied. Pass False if only one of the performances in the production season have to match. Performance Critera are date range, facility, artist, keywords, full text search and mode of sale.