Skip to main content

Delete Hotel

Mutation Overview

The deleteHotelSetUp mutation is designed to remove a specific hotel from a client-seller relation in Inventory. The returned fields include:

  • success
  • adviseMessages

1. Criteria

When building your mutation, you need to provide the following input fields:

Mandatory Input

  • clientCode
  • supplierCode
  • hotelCode

Optional Input

  • contextCode

2. Settings

To execute the hotel deletion, specify the necessary fields, ensuring that clientCode, supplierCode, and hotelCode correspond to the correct relation in TravelgateX.

Response Considerations

The mutation returns a success status along with possible advise messages.

HotelsSetupRs (OBJECT)

  • success (Boolean) - Indicates whether the operation was successful.
  • adviseMessages (AdviseMessage) - Messages related to the operation.

Mutation Inputs

InventoryHotelSetupDeleteInput (INPUT_OBJECT)
Hotel setup delete input data

clientCode  *  (String)
Client code.

supplierCode  *  (String)
Travelgate Supplier/Channel code.

hotelCode  *  (String)
Hotel input data.

contextCode (String)
Context code related to the hotel.

Returned Fields

HotelsSetupRs (OBJECT)
Represents the response object for hotel setup operations.

adviseMessages (AdviseMessage)
Collection of advise messages.

code  *  (ID)
AM code: The following codes can be returned:

description  *  (String)
Error description

level  *  (Enum of AdviseMessageLevel)
Indicates the level of importance of the message. Possible values: ERROR, WARN, INFO.
Possible values:
WARN
ERROR
INFO

external (ExternalMessage)
Specify the external message.

code (String)
External code.

message  *  (String)
External message.

correlationID  *  (ID)
Identifier to investigate the cause of the error.

hotels (InventoryHotelSetup)
Collection of hotel responses.

id  *  (Int)
Unique identifier of the hotel.

hotelCode (String)
Code associated with the hotel.

contextCode (String)
Context code related to the hotel.

active  *  (Boolean)
Indicates whether the hotel is active.

sendNotification  *  (Boolean)
Indicates whether booking notifications should be sent for this hotel.

emailNotification (String)
Email addresses for booking notifications related to this hotel.

emailNotificationCc (String)
Email addresses to be copied on booking notifications related to this hotel.

emailNotificationSupport (String)
Email addresses or contact information for support that will be displayed in the email notifications.

success  *  (Boolean)
Indicates whether the operation was successful based on the absence of advise messages.

Examples

Delete a Hotel