HotelXAccessInput
AccessInput overwrites an existent access in our Back Office or creates a new one to be used in this search query only. An access object contains its own code, configuration and settings.
input HotelXAccessInput {
accessId: ID!
configuration: ConfigurationInput
settings: SettingsBaseInput
}
Fields
HotelXAccessInput.accessId
● ID!
non-null scalar
The accessID used to identify the existing access in our Back Office in order to overwrite it. Acts as an identifier in this search. It can either exist or not.
HotelXAccessInput.configuration
● ConfigurationInput
input
Information required to access the supplier s system.
HotelXAccessInput.settings
● SettingsBaseInput
input
You can configure an special settings for any access. This level overwrites the search and supplier settings levels.
Member Of
HotelXSupplierInput
input