ArtistIds
|
string
|
|
N
|
|
A comma seperated list of artist Ids. Only packages 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 packages assigned to this business unit (which is based on season) will be included in the result set.
|
FK: TR_BU.id   Resource: BusinessUnits |
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 |
PackageFacilityIds
|
string
|
|
N
|
|
A comma seperated list of facility IDs. Only fixed seat packages in the passed facilities will be returned.
|
FK: T_FACILITY.facil_no   Resource: Facilities |
PerformanceFacilityIds
|
string
|
|
N
|
|
A comma seperated list of facility IDs. Only packages 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.
|
PerformanceKeywordAndOr
|
string
|
|
N
|
|
Send 'And' to require performances to have all the keywords specified. Send 'Or' to require the performances to have only one of the keywords.
|
PerformanceKeywordIds
|
string
|
|
N
|
|
A comma seperated list of keyword Ids. Only packages with at least one performance with a passed keyword will be returned.
The PerformanceKeywordAndOr parameter controls if all keywords or only one must be present.
|
FK: TR_TKW.id   Resource: ProductKeywords |
PackageKeywordAndOr
|
string
|
|
N
|
|
Send 'And' to require packages to have all the keywords specified. Send 'Or' to require the packagesto have only one of the keywords.
|
PackageKeywordIds
|
string
|
|
N
|
|
A comma seperated list of keyword Ids. Only packages with a passed keyword will be returned.
The PackageKeywordAndOr parameter controls if all keywords or only one must be present.
|
FK: TR_TKW.id   Resource: ProductKeywords |
MatchAllPerformances
|
boolean
|
|
N
|
|
If True, packages are returned if all their performances match the Perf Start date, Perf End date, Perf Keyword, FullText and Artist filters. If False, packages are returned if any of their performances match these criteria.
|
ModeOfSaleId
|
integer
|
|
N
|
|
Only packages with this mode of sale will be included in the result set.
|
FK: TR_MOS.id   Resource: ModesOfSale |
PackageEndDate
|
date
|
|
|
|
Searches for packages on or before the passed date.
|
PackageStartDate
|
date
|
|
|
|
Searches for packages on or after the passed date.
|
PackageTypeIds
|
string
|
|
N
|
|
Only packages fo the specified type will be returned.
|
FK: TR_PACKAGE_TYPE.id   Resource: PackageTypes |
PerformanceEndDate
|
date
|
|
|
|
Searches for packages with performances on or before the passed date.
|
PerformanceStartDate
|
date
|
|
|
|
Searches for packages with performances on or after the passed date.
|
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 |