UpdateExhibitionPreferencesInput
Defines the input for updating the exhibition preferences for an event.
input UpdateExhibitionPreferencesInput {
additionalChargesEnabled: Boolean
additionalPaymentStatuses: [AdditionalPaymentStatus!]
allowBookingWithoutStandNumber: Boolean
brochuresEnabled: Boolean
cancelationAmounts: [MoneyInput!]
cancelationTaxes: [TaxItemInput!]
checklistEnabled: Boolean
companyLogoEnabled: Boolean
creditHours: Float
documentsEnabled: Boolean
eventId: ID!
id: ID!
incomeAccountId: ID
logoHeight: NonNegativeInt
measurementSystem: MeasurementSystem
nameBadgesEnabled: Boolean
netTargetRevenue: Float
paymentSchedule: [PercentagePaymentScheduleItemInput!]
paymentScheduleEnabled: Boolean
positionPreferenceEnabled: Boolean
profileEnabled: Boolean
signageInstructionsEnabled: Boolean
standSignageEnabled: Boolean
taxes: [TaxItemInput!]
}
Fields
UpdateExhibitionPreferencesInput.additionalChargesEnabled ● Boolean scalar
A flag indicating whether additional charges is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.additionalPaymentStatuses ● [AdditionalPaymentStatus!] list enum
The additional valid payment statuses for exhibition bookings. Optional.
UpdateExhibitionPreferencesInput.allowBookingWithoutStandNumber ● Boolean scalar
A flag indicating whether an exhibition can be booked without requiring a specific stand number.
If this value is true then the exhibition may have either standType or standNumber set.
If this value is false then the exhibition must have a standNumber specified. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.brochuresEnabled ● Boolean scalar
A flag indicating whether brochures is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.cancelationAmounts ● [MoneyInput!] list input
The cancelation amounts to apply for canceled booking for the exhibition. Optional.
UpdateExhibitionPreferencesInput.cancelationTaxes ● [TaxItemInput!] list input
The list of taxes that apply to a cancelation fee for a booking for the exhibition. Optional.
UpdateExhibitionPreferencesInput.checklistEnabled ● Boolean scalar
A flag indicating whether checklist is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.companyLogoEnabled ● Boolean scalar
A flag indicating whether the company logo is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.creditHours ● Float scalar
The number of credit hours for the exhibition. Optional.
Defaults to 0 if NULL.
UpdateExhibitionPreferencesInput.documentsEnabled ● Boolean scalar
A flag indicating whether documents is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.eventId ● ID! non-null scalar
The identifier of the event the exhibition preferences are associated with.
UpdateExhibitionPreferencesInput.id ● ID! non-null scalar
The unique identifier of the exhibition preferences.
UpdateExhibitionPreferencesInput.incomeAccountId ● ID scalar
The identifier of the income account for the exhibition. Optional.
The value will default to the ID of the first income account in account number order.
UpdateExhibitionPreferencesInput.logoHeight ● NonNegativeInt scalar
The height of the company logo in pixels. Optional.
UpdateExhibitionPreferencesInput.measurementSystem ● MeasurementSystem enum
The measurement system to use for the exhibition. Optional.
Defaults to METRIC if NULL
UpdateExhibitionPreferencesInput.nameBadgesEnabled ● Boolean scalar
A flag indicating whether name badges is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.netTargetRevenue ● Float scalar
The net target revenue for the exhibition. Optional.
Defaults to 0 if NULL.
UpdateExhibitionPreferencesInput.paymentSchedule ● [PercentagePaymentScheduleItemInput!] list input
The payment schedule for exhibition bookings. Optional.
UpdateExhibitionPreferencesInput.paymentScheduleEnabled ● Boolean scalar
A flag indicating whether the payment schedule is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.positionPreferenceEnabled ● Boolean scalar
A flag indicating whether the position preference field is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.profileEnabled ● Boolean scalar
A flag indicating whether profile is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.signageInstructionsEnabled ● Boolean scalar
A flag indicating whether the signage instructions field is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.standSignageEnabled ● Boolean scalar
A flag indicating whether the stand signage field is enabled. Optional.
Defaults to FALSE if NULL.
UpdateExhibitionPreferencesInput.taxes ● [TaxItemInput!] list input
The list of taxes that apply to a booking for the exhibition. Optional.
Member Of
updateExhibitionPreferences mutation