Skip to main content

CreateExhibitionStandTypeInput

Defines the input for creating an exhibition stand type.

input CreateExhibitionStandTypeInput {
alternateCurrencyPrice: [AlternateCurrencyExhibitionStandPriceInput!]
availableColor: HexColorCode
backgroundColor: HexColorCode
confirmedColor: HexColorCode
customFields: [CustomFieldInput!]
defaultArea: Float
defaultDepth: Float
defaultHeight: Float
defaultPrice: ExhibitionStandPriceInput
defaultWidth: Float
eventId: ID!
eventPackageId: ID
name: String!
numberOfComplimentaryRegistrations: NonNegativeInt
rank: NonNegativeInt
rankHeading: String
reservedColor: HexColorCode
showBoldText: Boolean
textColor: HexColorCode
uniqueCode: String
}

Fields

CreateExhibitionStandTypeInput.alternateCurrencyPrice ● [AlternateCurrencyExhibitionStandPriceInput!] list input

The collection of default prices for the stands of this stand type in alternate currency. Optional.

CreateExhibitionStandTypeInput.availableColor ● HexColorCode scalar

The hex color code to use for the background of available stands of this stand type in the floor plan. Optional.

The default value is #B2D0EB.

CreateExhibitionStandTypeInput.backgroundColor ● HexColorCode scalar

The hex color code to use for the background when rendering the stands of this stand type in an exhibitor listing. Optional.

The default value is #3987AD.

CreateExhibitionStandTypeInput.confirmedColor ● HexColorCode scalar

The hex color code to use for the background of stands of this stand type with a confirmed booking in the floor plan. Optional.

The default value is #D3FDD6.

CreateExhibitionStandTypeInput.customFields ● [CustomFieldInput!] list input

The custom fields to create for this stand type. Optional.

CreateExhibitionStandTypeInput.defaultArea ● Float scalar

The default area for stands of this stand type. Optional.

The default value is 0.

CreateExhibitionStandTypeInput.defaultDepth ● Float scalar

The default depth for stands of this stand type. Optional.

The default value is 0.

CreateExhibitionStandTypeInput.defaultHeight ● Float scalar

The default height for stands of this stand type. Optional.

The default value is 0.

CreateExhibitionStandTypeInput.defaultPrice ● ExhibitionStandPriceInput input

The default price for stands of this stand type in the event currency. Optional.

CreateExhibitionStandTypeInput.defaultWidth ● Float scalar

The default width for stands of this stand type. Optional.

The default value is 0.

CreateExhibitionStandTypeInput.eventId ● ID! non-null scalar

The identifier of the event the stand type is associated with.

CreateExhibitionStandTypeInput.eventPackageId ● ID scalar

The identifier of the event package to automatically allocate with booking of this stand type. Optional.

CreateExhibitionStandTypeInput.name ● String! non-null scalar

A UTF-8 string representing the name of the stand type.

CreateExhibitionStandTypeInput.numberOfComplimentaryRegistrations ● NonNegativeInt scalar

The number of complimentary registrations that are included for bookings of this stand type. Optional.

The default value is 0.

CreateExhibitionStandTypeInput.rank ● NonNegativeInt scalar

A number indicating the rank order that this stand type belongs to. Optional.

The default value is 0.

CreateExhibitionStandTypeInput.rankHeading ● String scalar

A UTF-8 string representing the rank heading to display for this stand type. Optional.

CreateExhibitionStandTypeInput.reservedColor ● HexColorCode scalar

The hex color code to use for the background of stands of this stand type with a reserved booking in the floor plan. Optional.

The default value is #458DCF.

CreateExhibitionStandTypeInput.showBoldText ● Boolean scalar

A flag indicating whether the text should be bold when rendering a stand of this stand type in the exhibitor listing. Optional.

The default value is false.

CreateExhibitionStandTypeInput.textColor ● HexColorCode scalar

The hex color code to use when rendering the text for a stand of this stand type in the exhibitor listing. Optional.

The default value is #FFFFFF.

CreateExhibitionStandTypeInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the stand type. Optional.

The value must be unique across all stand types for an event.

Member Of

createExhibitionStandType mutation