POST hotel/getbooking

Request Information

URI Parameters

None.

Body Parameters

GetBookingRequest
NameDescriptionTypeAdditional information
transactionNo

string

None.

sessionId

string

None.

ipAddress

string

None.

userAgent

string

None.

isMember

boolean

None.

loggingId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "transactionNo": "sample string 1",
  "sessionId": "sample string 8",
  "ipAddress": "sample string 9",
  "userAgent": "sample string 10",
  "isMember": true,
  "loggingId": "sample string 13"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Asterix.Common.Data.Json.InsertBookingLogRequest' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Asterix.Common.Data.Json.InsertBookingLogRequest' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetBookingRequest'.

Response Information

Resource Description

BookHotelResponse
NameDescriptionTypeAdditional information
customer

Customer

None.

supplierCode

integer

None.

supplierReservationNo

string

None.

supplierBookingStatus

string

None.

mapperOrderId

string

None.

mapperSegmentId

string

None.

transactionNo

string

None.

cancellationNo

string

None.

canAmend

boolean

None.

discount

decimal number

None.

totalPrice

decimal number

None.

originalPrice

decimal number

None.

requestPrice

decimal number

None.

priceDifference

decimal number

None.

priceChanged

boolean

None.

handlingFee

decimal number

None.

cancellationCharge

decimal number

None.

paymentAmount

decimal number

None.

principalCommission

decimal number

None.

agentCommission

decimal number

None.

commission

decimal number

None.

systemCommission

decimal number

None.

currency

string

None.

bookingDate

string

None.

paymentDate

string

None.

paymentTimeLimit

string

None.

bookingStatus

string

None.

paymentStatus

string

None.

promoAmount

decimal number

None.

promoCode

string

None.

hotelBookingInfo

HotelBookingInfo

None.

cancellationPolicy

Collection of CancellationPolicy

None.

cancellationDetail

CancellationDetail

None.

paymentList

Collection of PaymentChannel

None.

payableBy

string

None.

supplierLogo

string

None.

bookingHistory

Collection of BookingHistory

None.

status

Status

None.

timestamp

string

None.

sessionId

string

None.

processingTime

integer

None.

processId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "customer": {
    "firstName": "sample string 1",
    "lastName": "sample string 2",
    "phoneNumber": "sample string 3",
    "email": "sample string 4"
  },
  "supplierCode": 1,
  "supplierReservationNo": "sample string 2",
  "supplierBookingStatus": "sample string 3",
  "mapperOrderId": "sample string 4",
  "mapperSegmentId": "sample string 5",
  "transactionNo": "sample string 6",
  "cancellationNo": "sample string 7",
  "canAmend": true,
  "discount": 11.0,
  "totalPrice": 12.0,
  "originalPrice": 13.0,
  "requestPrice": 14.0,
  "priceDifference": 15.0,
  "priceChanged": true,
  "handlingFee": 17.0,
  "cancellationCharge": 18.0,
  "paymentAmount": 19.0,
  "principalCommission": 20.0,
  "agentCommission": 21.0,
  "commission": 22.0,
  "systemCommission": 23.0,
  "currency": "sample string 24",
  "bookingDate": "sample string 25",
  "paymentDate": "sample string 26",
  "paymentTimeLimit": "sample string 27",
  "bookingStatus": "sample string 28",
  "paymentStatus": "sample string 29",
  "promoAmount": 30.0,
  "promoCode": "sample string 31",
  "hotelBookingInfo": {
    "documentId": "sample string 1",
    "voucherNo": "sample string 2",
    "voucherDate": "sample string 3",
    "internalCode": "sample string 4",
    "hotelCode": "sample string 5",
    "hotelName": "sample string 8",
    "address1": "sample string 9",
    "address2": "sample string 10",
    "address3": "sample string 11",
    "postalCode": "sample string 12",
    "telephone": "sample string 13",
    "facsimile": "sample string 14",
    "checkInDate": "sample string 15",
    "checkOutDate": "sample string 16",
    "canAmend": true,
    "roomInfo": {
      "code": "sample string 1",
      "name": "sample string 2",
      "rateType": "sample string 3",
      "isRefundable": true,
      "description": "sample string 5",
      "totalDiscount": 6.0,
      "totalNightPrice": 7.0,
      "netPrice": 8.0,
      "grossPrice": 9.0,
      "newPrice": 10.0,
      "commPrice": 11.0,
      "totalAdditionalFee": 12.0,
      "currency": "sample string 13",
      "bfType": "sample string 14",
      "bfTypeName": "sample string 15",
      "roomType": {
        "sequence": 1,
        "serviceNo": "sample string 2",
        "typeCode": "sample string 3",
        "typeName": "sample string 4",
        "typeDescription": "sample string 5",
        "reqBedChild": true,
        "roomCount": 7,
        "maxOccupancy": 8,
        "adultCount": 9,
        "childCount": 10,
        "totalPrice": 11.0,
        "totalDiscount": 12.0,
        "avgNightPrice": 13.0,
        "totalNightPrice": 14.0,
        "nettPrice": 15.0,
        "commPrice": 16.0,
        "agentCommission": 17.0,
        "grossPrice": 18.0,
        "rate": [
          {
            "offset": 1,
            "nightPrice": 2.0,
            "roomRate": [
              {
                "no": 1,
                "adultCount": 2,
                "childCount": 3,
                "childAge1": 4,
                "childAge2": 5,
                "roomPrice": 6.0,
                "discount": 7.0,
                "minstayPrice": 8.0,
                "compulsoryPrice": 9.0,
                "supplementPrice": 10.0,
                "promotionBfPrice": 11.0,
                "earlyBirdDiscount": 12.0,
                "commissionPrice": 13.0,
                "sRoomType": "sample string 14"
              },
              {
                "no": 1,
                "adultCount": 2,
                "childCount": 3,
                "childAge1": 4,
                "childAge2": 5,
                "roomPrice": 6.0,
                "discount": 7.0,
                "minstayPrice": 8.0,
                "compulsoryPrice": 9.0,
                "supplementPrice": 10.0,
                "promotionBfPrice": 11.0,
                "earlyBirdDiscount": 12.0,
                "commissionPrice": 13.0,
                "sRoomType": "sample string 14"
              }
            ],
            "roomRateInfo": {
              "childMinAge": 1,
              "childMaxAge": 2,
              "minStayDay": 3,
              "minStayType": "sample string 4",
              "minStayRate": 5.0,
              "promotionName": "sample string 6",
              "promotionValue": true,
              "promotionAmount": 8.0,
              "promoCode": "sample string 9"
            }
          },
          {
            "offset": 1,
            "nightPrice": 2.0,
            "roomRate": [
              {
                "no": 1,
                "adultCount": 2,
                "childCount": 3,
                "childAge1": 4,
                "childAge2": 5,
                "roomPrice": 6.0,
                "discount": 7.0,
                "minstayPrice": 8.0,
                "compulsoryPrice": 9.0,
                "supplementPrice": 10.0,
                "promotionBfPrice": 11.0,
                "earlyBirdDiscount": 12.0,
                "commissionPrice": 13.0,
                "sRoomType": "sample string 14"
              },
              {
                "no": 1,
                "adultCount": 2,
                "childCount": 3,
                "childAge1": 4,
                "childAge2": 5,
                "roomPrice": 6.0,
                "discount": 7.0,
                "minstayPrice": 8.0,
                "compulsoryPrice": 9.0,
                "supplementPrice": 10.0,
                "promotionBfPrice": 11.0,
                "earlyBirdDiscount": 12.0,
                "commissionPrice": 13.0,
                "sRoomType": "sample string 14"
              }
            ],
            "roomRateInfo": {
              "childMinAge": 1,
              "childMaxAge": 2,
              "minStayDay": 3,
              "minStayType": "sample string 4",
              "minStayRate": 5.0,
              "promotionName": "sample string 6",
              "promotionValue": true,
              "promotionAmount": 8.0,
              "promoCode": "sample string 9"
            }
          }
        ],
        "guests": [
          {
            "guestType": "sample string 1",
            "title": "sample string 2",
            "firstName": "sample string 3",
            "lastName": "sample string 4",
            "gender": "sample string 5",
            "birthDate": "sample string 6",
            "age": 7
          },
          {
            "guestType": "sample string 1",
            "title": "sample string 2",
            "firstName": "sample string 3",
            "lastName": "sample string 4",
            "gender": "sample string 5",
            "birthDate": "sample string 6",
            "age": 7
          }
        ]
      },
      "roomList": [
        {
          "sequence": 1,
          "serviceNo": "sample string 2",
          "typeCode": "sample string 3",
          "typeName": "sample string 4",
          "typeDescription": "sample string 5",
          "reqBedChild": true,
          "roomCount": 7,
          "maxOccupancy": 8,
          "adultCount": 9,
          "childCount": 10,
          "totalPrice": 11.0,
          "totalDiscount": 12.0,
          "avgNightPrice": 13.0,
          "totalNightPrice": 14.0,
          "nettPrice": 15.0,
          "commPrice": 16.0,
          "agentCommission": 17.0,
          "grossPrice": 18.0,
          "rate": [
            {
              "offset": 1,
              "nightPrice": 2.0,
              "roomRate": [
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                },
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                }
              ],
              "roomRateInfo": {
                "childMinAge": 1,
                "childMaxAge": 2,
                "minStayDay": 3,
                "minStayType": "sample string 4",
                "minStayRate": 5.0,
                "promotionName": "sample string 6",
                "promotionValue": true,
                "promotionAmount": 8.0,
                "promoCode": "sample string 9"
              }
            },
            {
              "offset": 1,
              "nightPrice": 2.0,
              "roomRate": [
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                },
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                }
              ],
              "roomRateInfo": {
                "childMinAge": 1,
                "childMaxAge": 2,
                "minStayDay": 3,
                "minStayType": "sample string 4",
                "minStayRate": 5.0,
                "promotionName": "sample string 6",
                "promotionValue": true,
                "promotionAmount": 8.0,
                "promoCode": "sample string 9"
              }
            }
          ],
          "guests": [
            {
              "guestType": "sample string 1",
              "title": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "gender": "sample string 5",
              "birthDate": "sample string 6",
              "age": 7
            },
            {
              "guestType": "sample string 1",
              "title": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "gender": "sample string 5",
              "birthDate": "sample string 6",
              "age": 7
            }
          ]
        },
        {
          "sequence": 1,
          "serviceNo": "sample string 2",
          "typeCode": "sample string 3",
          "typeName": "sample string 4",
          "typeDescription": "sample string 5",
          "reqBedChild": true,
          "roomCount": 7,
          "maxOccupancy": 8,
          "adultCount": 9,
          "childCount": 10,
          "totalPrice": 11.0,
          "totalDiscount": 12.0,
          "avgNightPrice": 13.0,
          "totalNightPrice": 14.0,
          "nettPrice": 15.0,
          "commPrice": 16.0,
          "agentCommission": 17.0,
          "grossPrice": 18.0,
          "rate": [
            {
              "offset": 1,
              "nightPrice": 2.0,
              "roomRate": [
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                },
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                }
              ],
              "roomRateInfo": {
                "childMinAge": 1,
                "childMaxAge": 2,
                "minStayDay": 3,
                "minStayType": "sample string 4",
                "minStayRate": 5.0,
                "promotionName": "sample string 6",
                "promotionValue": true,
                "promotionAmount": 8.0,
                "promoCode": "sample string 9"
              }
            },
            {
              "offset": 1,
              "nightPrice": 2.0,
              "roomRate": [
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                },
                {
                  "no": 1,
                  "adultCount": 2,
                  "childCount": 3,
                  "childAge1": 4,
                  "childAge2": 5,
                  "roomPrice": 6.0,
                  "discount": 7.0,
                  "minstayPrice": 8.0,
                  "compulsoryPrice": 9.0,
                  "supplementPrice": 10.0,
                  "promotionBfPrice": 11.0,
                  "earlyBirdDiscount": 12.0,
                  "commissionPrice": 13.0,
                  "sRoomType": "sample string 14"
                }
              ],
              "roomRateInfo": {
                "childMinAge": 1,
                "childMaxAge": 2,
                "minStayDay": 3,
                "minStayType": "sample string 4",
                "minStayRate": 5.0,
                "promotionName": "sample string 6",
                "promotionValue": true,
                "promotionAmount": 8.0,
                "promoCode": "sample string 9"
              }
            }
          ],
          "guests": [
            {
              "guestType": "sample string 1",
              "title": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "gender": "sample string 5",
              "birthDate": "sample string 6",
              "age": 7
            },
            {
              "guestType": "sample string 1",
              "title": "sample string 2",
              "firstName": "sample string 3",
              "lastName": "sample string 4",
              "gender": "sample string 5",
              "birthDate": "sample string 6",
              "age": 7
            }
          ]
        }
      ],
      "cancellationPolicies": [
        {
          "exCancelDays": 1,
          "cancelDateFrom": "sample string 2",
          "cancelDateTo": "sample string 3",
          "roomCategoryCode": "sample string 4",
          "roomCategoryName": "sample string 5",
          "remarks": "sample string 6",
          "chargeType": "sample string 7",
          "currency": "sample string 8",
          "chargeRate": 9.0,
          "description": "sample string 10"
        },
        {
          "exCancelDays": 1,
          "cancelDateFrom": "sample string 2",
          "cancelDateTo": "sample string 3",
          "roomCategoryCode": "sample string 4",
          "roomCategoryName": "sample string 5",
          "remarks": "sample string 6",
          "chargeType": "sample string 7",
          "currency": "sample string 8",
          "chargeRate": 9.0,
          "description": "sample string 10"
        }
      ],
      "roomImage": [
        "sample string 1",
        "sample string 2"
      ],
      "facility": [
        {
          "facility_name": "sample string 1",
          "type": "sample string 2",
          "subtype": "sample string 3",
          "category": "sample string 4",
          "extraFee": true
        },
        {
          "facility_name": "sample string 1",
          "type": "sample string 2",
          "subtype": "sample string 3",
          "category": "sample string 4",
          "extraFee": true
        }
      ],
      "additionalFees": [
        {
          "type": "sample string 1",
          "amount": 2.0,
          "isTotal": true,
          "tax": 4.0,
          "fees": 5.0,
          "id": "sample string 6"
        },
        {
          "type": "sample string 1",
          "amount": 2.0,
          "isTotal": true,
          "tax": 4.0,
          "fees": 5.0,
          "id": "sample string 6"
        }
      ],
      "onTheSpotFees": [
        {
          "description": "sample string 1",
          "amount": 2.0
        },
        {
          "description": "sample string 1",
          "amount": 2.0
        }
      ],
      "supplierName": "sample string 16",
      "checkInInstructions": "sample string 17",
      "remainingRooms": 18,
      "normalBeddings": 19,
      "extraBeds": 20
    },
    "cityName": "sample string 18",
    "cityCode": "sample string 19",
    "countryName": "sample string 20",
    "rating": 21.1,
    "heroImage": "sample string 22",
    "checkInInstructions": "sample string 23",
    "specialCheckInInstructions": "sample string 24",
    "specialRequest": "sample string 25",
    "rateComments": "sample string 26",
    "vatNumber": "sample string 27"
  },
  "cancellationPolicy": [
    {
      "exCancelDays": 1,
      "cancelDateFrom": "sample string 2",
      "cancelDateTo": "sample string 3",
      "roomCategoryCode": "sample string 4",
      "roomCategoryName": "sample string 5",
      "remarks": "sample string 6",
      "chargeType": "sample string 7",
      "currency": "sample string 8",
      "chargeRate": 9.0,
      "description": "sample string 10"
    },
    {
      "exCancelDays": 1,
      "cancelDateFrom": "sample string 2",
      "cancelDateTo": "sample string 3",
      "roomCategoryCode": "sample string 4",
      "roomCategoryName": "sample string 5",
      "remarks": "sample string 6",
      "chargeType": "sample string 7",
      "currency": "sample string 8",
      "chargeRate": 9.0,
      "description": "sample string 10"
    }
  ],
  "cancellationDetail": {
    "cancellationCharge": 1.0,
    "refundableAmount": 2.0,
    "appliedCancellationPolicies": [
      {
        "exCancelDays": 1,
        "cancelDateFrom": "sample string 2",
        "cancelDateTo": "sample string 3",
        "roomCategoryCode": "sample string 4",
        "roomCategoryName": "sample string 5",
        "remarks": "sample string 6",
        "chargeType": "sample string 7",
        "currency": "sample string 8",
        "chargeRate": 9.0,
        "description": "sample string 10"
      },
      {
        "exCancelDays": 1,
        "cancelDateFrom": "sample string 2",
        "cancelDateTo": "sample string 3",
        "roomCategoryCode": "sample string 4",
        "roomCategoryName": "sample string 5",
        "remarks": "sample string 6",
        "chargeType": "sample string 7",
        "currency": "sample string 8",
        "chargeRate": 9.0,
        "description": "sample string 10"
      }
    ]
  },
  "paymentList": [
    {
      "pgCode": "sample string 1",
      "pgChannelCode": "sample string 2",
      "amount": 3.0,
      "paymentDate": "sample string 4"
    },
    {
      "pgCode": "sample string 1",
      "pgChannelCode": "sample string 2",
      "amount": 3.0,
      "paymentDate": "sample string 4"
    }
  ],
  "payableBy": "sample string 32",
  "supplierLogo": "sample string 33",
  "bookingHistory": [
    {
      "customer": {
        "firstName": "sample string 1",
        "lastName": "sample string 2",
        "phoneNumber": "sample string 3",
        "email": "sample string 4"
      },
      "supplierCode": 1,
      "supplierReservationNo": "sample string 2",
      "supplierBookingStatus": "sample string 3",
      "mapperOrderId": "sample string 4",
      "mapperSegmentId": "sample string 5",
      "transactionNo": "sample string 6",
      "cancellationNo": "sample string 9",
      "discount": 10.0,
      "totalPrice": 11.0,
      "originalPrice": 12.0,
      "currency": "sample string 13",
      "bookingDate": "sample string 14",
      "paymentTimeLimit": "sample string 15",
      "bookingStatus": "sample string 16",
      "paymentStatus": "sample string 17",
      "hotelBookingInfo": {
        "documentId": "sample string 1",
        "voucherNo": "sample string 2",
        "voucherDate": "sample string 3",
        "internalCode": "sample string 4",
        "hotelCode": "sample string 5",
        "hotelName": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "address3": "sample string 11",
        "postalCode": "sample string 12",
        "telephone": "sample string 13",
        "facsimile": "sample string 14",
        "checkInDate": "sample string 15",
        "checkOutDate": "sample string 16",
        "canAmend": true,
        "roomInfo": {
          "code": "sample string 1",
          "name": "sample string 2",
          "rateType": "sample string 3",
          "isRefundable": true,
          "description": "sample string 5",
          "totalDiscount": 6.0,
          "totalNightPrice": 7.0,
          "netPrice": 8.0,
          "grossPrice": 9.0,
          "newPrice": 10.0,
          "commPrice": 11.0,
          "totalAdditionalFee": 12.0,
          "currency": "sample string 13",
          "bfType": "sample string 14",
          "bfTypeName": "sample string 15",
          "roomType": {
            "sequence": 1,
            "serviceNo": "sample string 2",
            "typeCode": "sample string 3",
            "typeName": "sample string 4",
            "typeDescription": "sample string 5",
            "reqBedChild": true,
            "roomCount": 7,
            "maxOccupancy": 8,
            "adultCount": 9,
            "childCount": 10,
            "totalPrice": 11.0,
            "totalDiscount": 12.0,
            "avgNightPrice": 13.0,
            "totalNightPrice": 14.0,
            "nettPrice": 15.0,
            "commPrice": 16.0,
            "agentCommission": 17.0,
            "grossPrice": 18.0,
            "rate": [
              {
                "offset": 1,
                "nightPrice": 2.0,
                "roomRate": [
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  },
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  }
                ],
                "roomRateInfo": {
                  "childMinAge": 1,
                  "childMaxAge": 2,
                  "minStayDay": 3,
                  "minStayType": "sample string 4",
                  "minStayRate": 5.0,
                  "promotionName": "sample string 6",
                  "promotionValue": true,
                  "promotionAmount": 8.0,
                  "promoCode": "sample string 9"
                }
              },
              {
                "offset": 1,
                "nightPrice": 2.0,
                "roomRate": [
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  },
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  }
                ],
                "roomRateInfo": {
                  "childMinAge": 1,
                  "childMaxAge": 2,
                  "minStayDay": 3,
                  "minStayType": "sample string 4",
                  "minStayRate": 5.0,
                  "promotionName": "sample string 6",
                  "promotionValue": true,
                  "promotionAmount": 8.0,
                  "promoCode": "sample string 9"
                }
              }
            ],
            "guests": [
              {
                "guestType": "sample string 1",
                "title": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "gender": "sample string 5",
                "birthDate": "sample string 6",
                "age": 7
              },
              {
                "guestType": "sample string 1",
                "title": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "gender": "sample string 5",
                "birthDate": "sample string 6",
                "age": 7
              }
            ]
          },
          "roomList": [
            {
              "sequence": 1,
              "serviceNo": "sample string 2",
              "typeCode": "sample string 3",
              "typeName": "sample string 4",
              "typeDescription": "sample string 5",
              "reqBedChild": true,
              "roomCount": 7,
              "maxOccupancy": 8,
              "adultCount": 9,
              "childCount": 10,
              "totalPrice": 11.0,
              "totalDiscount": 12.0,
              "avgNightPrice": 13.0,
              "totalNightPrice": 14.0,
              "nettPrice": 15.0,
              "commPrice": 16.0,
              "agentCommission": 17.0,
              "grossPrice": 18.0,
              "rate": [
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                },
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                }
              ],
              "guests": [
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                },
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                }
              ]
            },
            {
              "sequence": 1,
              "serviceNo": "sample string 2",
              "typeCode": "sample string 3",
              "typeName": "sample string 4",
              "typeDescription": "sample string 5",
              "reqBedChild": true,
              "roomCount": 7,
              "maxOccupancy": 8,
              "adultCount": 9,
              "childCount": 10,
              "totalPrice": 11.0,
              "totalDiscount": 12.0,
              "avgNightPrice": 13.0,
              "totalNightPrice": 14.0,
              "nettPrice": 15.0,
              "commPrice": 16.0,
              "agentCommission": 17.0,
              "grossPrice": 18.0,
              "rate": [
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                },
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                }
              ],
              "guests": [
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                },
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                }
              ]
            }
          ],
          "cancellationPolicies": [
            {
              "exCancelDays": 1,
              "cancelDateFrom": "sample string 2",
              "cancelDateTo": "sample string 3",
              "roomCategoryCode": "sample string 4",
              "roomCategoryName": "sample string 5",
              "remarks": "sample string 6",
              "chargeType": "sample string 7",
              "currency": "sample string 8",
              "chargeRate": 9.0,
              "description": "sample string 10"
            },
            {
              "exCancelDays": 1,
              "cancelDateFrom": "sample string 2",
              "cancelDateTo": "sample string 3",
              "roomCategoryCode": "sample string 4",
              "roomCategoryName": "sample string 5",
              "remarks": "sample string 6",
              "chargeType": "sample string 7",
              "currency": "sample string 8",
              "chargeRate": 9.0,
              "description": "sample string 10"
            }
          ],
          "roomImage": [
            "sample string 1",
            "sample string 2"
          ],
          "facility": [
            {
              "facility_name": "sample string 1",
              "type": "sample string 2",
              "subtype": "sample string 3",
              "category": "sample string 4",
              "extraFee": true
            },
            {
              "facility_name": "sample string 1",
              "type": "sample string 2",
              "subtype": "sample string 3",
              "category": "sample string 4",
              "extraFee": true
            }
          ],
          "additionalFees": [
            {
              "type": "sample string 1",
              "amount": 2.0,
              "isTotal": true,
              "tax": 4.0,
              "fees": 5.0,
              "id": "sample string 6"
            },
            {
              "type": "sample string 1",
              "amount": 2.0,
              "isTotal": true,
              "tax": 4.0,
              "fees": 5.0,
              "id": "sample string 6"
            }
          ],
          "onTheSpotFees": [
            {
              "description": "sample string 1",
              "amount": 2.0
            },
            {
              "description": "sample string 1",
              "amount": 2.0
            }
          ],
          "supplierName": "sample string 16",
          "checkInInstructions": "sample string 17",
          "remainingRooms": 18,
          "normalBeddings": 19,
          "extraBeds": 20
        },
        "cityName": "sample string 18",
        "cityCode": "sample string 19",
        "countryName": "sample string 20",
        "rating": 21.1,
        "heroImage": "sample string 22",
        "checkInInstructions": "sample string 23",
        "specialCheckInInstructions": "sample string 24",
        "specialRequest": "sample string 25",
        "rateComments": "sample string 26",
        "vatNumber": "sample string 27"
      },
      "cancellationPolicy": [
        {
          "exCancelDays": 1,
          "cancelDateFrom": "sample string 2",
          "cancelDateTo": "sample string 3",
          "roomCategoryCode": "sample string 4",
          "roomCategoryName": "sample string 5",
          "remarks": "sample string 6",
          "chargeType": "sample string 7",
          "currency": "sample string 8",
          "chargeRate": 9.0,
          "description": "sample string 10"
        },
        {
          "exCancelDays": 1,
          "cancelDateFrom": "sample string 2",
          "cancelDateTo": "sample string 3",
          "roomCategoryCode": "sample string 4",
          "roomCategoryName": "sample string 5",
          "remarks": "sample string 6",
          "chargeType": "sample string 7",
          "currency": "sample string 8",
          "chargeRate": 9.0,
          "description": "sample string 10"
        }
      ],
      "cancellationDetail": {
        "cancellationCharge": 1.0,
        "refundableAmount": 2.0,
        "appliedCancellationPolicies": [
          {
            "exCancelDays": 1,
            "cancelDateFrom": "sample string 2",
            "cancelDateTo": "sample string 3",
            "roomCategoryCode": "sample string 4",
            "roomCategoryName": "sample string 5",
            "remarks": "sample string 6",
            "chargeType": "sample string 7",
            "currency": "sample string 8",
            "chargeRate": 9.0,
            "description": "sample string 10"
          },
          {
            "exCancelDays": 1,
            "cancelDateFrom": "sample string 2",
            "cancelDateTo": "sample string 3",
            "roomCategoryCode": "sample string 4",
            "roomCategoryName": "sample string 5",
            "remarks": "sample string 6",
            "chargeType": "sample string 7",
            "currency": "sample string 8",
            "chargeRate": 9.0,
            "description": "sample string 10"
          }
        ]
      },
      "payableBy": "sample string 18",
      "supplierLogo": "sample string 19"
    },
    {
      "customer": {
        "firstName": "sample string 1",
        "lastName": "sample string 2",
        "phoneNumber": "sample string 3",
        "email": "sample string 4"
      },
      "supplierCode": 1,
      "supplierReservationNo": "sample string 2",
      "supplierBookingStatus": "sample string 3",
      "mapperOrderId": "sample string 4",
      "mapperSegmentId": "sample string 5",
      "transactionNo": "sample string 6",
      "cancellationNo": "sample string 9",
      "discount": 10.0,
      "totalPrice": 11.0,
      "originalPrice": 12.0,
      "currency": "sample string 13",
      "bookingDate": "sample string 14",
      "paymentTimeLimit": "sample string 15",
      "bookingStatus": "sample string 16",
      "paymentStatus": "sample string 17",
      "hotelBookingInfo": {
        "documentId": "sample string 1",
        "voucherNo": "sample string 2",
        "voucherDate": "sample string 3",
        "internalCode": "sample string 4",
        "hotelCode": "sample string 5",
        "hotelName": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "address3": "sample string 11",
        "postalCode": "sample string 12",
        "telephone": "sample string 13",
        "facsimile": "sample string 14",
        "checkInDate": "sample string 15",
        "checkOutDate": "sample string 16",
        "canAmend": true,
        "roomInfo": {
          "code": "sample string 1",
          "name": "sample string 2",
          "rateType": "sample string 3",
          "isRefundable": true,
          "description": "sample string 5",
          "totalDiscount": 6.0,
          "totalNightPrice": 7.0,
          "netPrice": 8.0,
          "grossPrice": 9.0,
          "newPrice": 10.0,
          "commPrice": 11.0,
          "totalAdditionalFee": 12.0,
          "currency": "sample string 13",
          "bfType": "sample string 14",
          "bfTypeName": "sample string 15",
          "roomType": {
            "sequence": 1,
            "serviceNo": "sample string 2",
            "typeCode": "sample string 3",
            "typeName": "sample string 4",
            "typeDescription": "sample string 5",
            "reqBedChild": true,
            "roomCount": 7,
            "maxOccupancy": 8,
            "adultCount": 9,
            "childCount": 10,
            "totalPrice": 11.0,
            "totalDiscount": 12.0,
            "avgNightPrice": 13.0,
            "totalNightPrice": 14.0,
            "nettPrice": 15.0,
            "commPrice": 16.0,
            "agentCommission": 17.0,
            "grossPrice": 18.0,
            "rate": [
              {
                "offset": 1,
                "nightPrice": 2.0,
                "roomRate": [
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  },
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  }
                ],
                "roomRateInfo": {
                  "childMinAge": 1,
                  "childMaxAge": 2,
                  "minStayDay": 3,
                  "minStayType": "sample string 4",
                  "minStayRate": 5.0,
                  "promotionName": "sample string 6",
                  "promotionValue": true,
                  "promotionAmount": 8.0,
                  "promoCode": "sample string 9"
                }
              },
              {
                "offset": 1,
                "nightPrice": 2.0,
                "roomRate": [
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  },
                  {
                    "no": 1,
                    "adultCount": 2,
                    "childCount": 3,
                    "childAge1": 4,
                    "childAge2": 5,
                    "roomPrice": 6.0,
                    "discount": 7.0,
                    "minstayPrice": 8.0,
                    "compulsoryPrice": 9.0,
                    "supplementPrice": 10.0,
                    "promotionBfPrice": 11.0,
                    "earlyBirdDiscount": 12.0,
                    "commissionPrice": 13.0,
                    "sRoomType": "sample string 14"
                  }
                ],
                "roomRateInfo": {
                  "childMinAge": 1,
                  "childMaxAge": 2,
                  "minStayDay": 3,
                  "minStayType": "sample string 4",
                  "minStayRate": 5.0,
                  "promotionName": "sample string 6",
                  "promotionValue": true,
                  "promotionAmount": 8.0,
                  "promoCode": "sample string 9"
                }
              }
            ],
            "guests": [
              {
                "guestType": "sample string 1",
                "title": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "gender": "sample string 5",
                "birthDate": "sample string 6",
                "age": 7
              },
              {
                "guestType": "sample string 1",
                "title": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "gender": "sample string 5",
                "birthDate": "sample string 6",
                "age": 7
              }
            ]
          },
          "roomList": [
            {
              "sequence": 1,
              "serviceNo": "sample string 2",
              "typeCode": "sample string 3",
              "typeName": "sample string 4",
              "typeDescription": "sample string 5",
              "reqBedChild": true,
              "roomCount": 7,
              "maxOccupancy": 8,
              "adultCount": 9,
              "childCount": 10,
              "totalPrice": 11.0,
              "totalDiscount": 12.0,
              "avgNightPrice": 13.0,
              "totalNightPrice": 14.0,
              "nettPrice": 15.0,
              "commPrice": 16.0,
              "agentCommission": 17.0,
              "grossPrice": 18.0,
              "rate": [
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                },
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                }
              ],
              "guests": [
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                },
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                }
              ]
            },
            {
              "sequence": 1,
              "serviceNo": "sample string 2",
              "typeCode": "sample string 3",
              "typeName": "sample string 4",
              "typeDescription": "sample string 5",
              "reqBedChild": true,
              "roomCount": 7,
              "maxOccupancy": 8,
              "adultCount": 9,
              "childCount": 10,
              "totalPrice": 11.0,
              "totalDiscount": 12.0,
              "avgNightPrice": 13.0,
              "totalNightPrice": 14.0,
              "nettPrice": 15.0,
              "commPrice": 16.0,
              "agentCommission": 17.0,
              "grossPrice": 18.0,
              "rate": [
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                },
                {
                  "offset": 1,
                  "nightPrice": 2.0,
                  "roomRate": [
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    },
                    {
                      "no": 1,
                      "adultCount": 2,
                      "childCount": 3,
                      "childAge1": 4,
                      "childAge2": 5,
                      "roomPrice": 6.0,
                      "discount": 7.0,
                      "minstayPrice": 8.0,
                      "compulsoryPrice": 9.0,
                      "supplementPrice": 10.0,
                      "promotionBfPrice": 11.0,
                      "earlyBirdDiscount": 12.0,
                      "commissionPrice": 13.0,
                      "sRoomType": "sample string 14"
                    }
                  ],
                  "roomRateInfo": {
                    "childMinAge": 1,
                    "childMaxAge": 2,
                    "minStayDay": 3,
                    "minStayType": "sample string 4",
                    "minStayRate": 5.0,
                    "promotionName": "sample string 6",
                    "promotionValue": true,
                    "promotionAmount": 8.0,
                    "promoCode": "sample string 9"
                  }
                }
              ],
              "guests": [
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                },
                {
                  "guestType": "sample string 1",
                  "title": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "gender": "sample string 5",
                  "birthDate": "sample string 6",
                  "age": 7
                }
              ]
            }
          ],
          "cancellationPolicies": [
            {
              "exCancelDays": 1,
              "cancelDateFrom": "sample string 2",
              "cancelDateTo": "sample string 3",
              "roomCategoryCode": "sample string 4",
              "roomCategoryName": "sample string 5",
              "remarks": "sample string 6",
              "chargeType": "sample string 7",
              "currency": "sample string 8",
              "chargeRate": 9.0,
              "description": "sample string 10"
            },
            {
              "exCancelDays": 1,
              "cancelDateFrom": "sample string 2",
              "cancelDateTo": "sample string 3",
              "roomCategoryCode": "sample string 4",
              "roomCategoryName": "sample string 5",
              "remarks": "sample string 6",
              "chargeType": "sample string 7",
              "currency": "sample string 8",
              "chargeRate": 9.0,
              "description": "sample string 10"
            }
          ],
          "roomImage": [
            "sample string 1",
            "sample string 2"
          ],
          "facility": [
            {
              "facility_name": "sample string 1",
              "type": "sample string 2",
              "subtype": "sample string 3",
              "category": "sample string 4",
              "extraFee": true
            },
            {
              "facility_name": "sample string 1",
              "type": "sample string 2",
              "subtype": "sample string 3",
              "category": "sample string 4",
              "extraFee": true
            }
          ],
          "additionalFees": [
            {
              "type": "sample string 1",
              "amount": 2.0,
              "isTotal": true,
              "tax": 4.0,
              "fees": 5.0,
              "id": "sample string 6"
            },
            {
              "type": "sample string 1",
              "amount": 2.0,
              "isTotal": true,
              "tax": 4.0,
              "fees": 5.0,
              "id": "sample string 6"
            }
          ],
          "onTheSpotFees": [
            {
              "description": "sample string 1",
              "amount": 2.0
            },
            {
              "description": "sample string 1",
              "amount": 2.0
            }
          ],
          "supplierName": "sample string 16",
          "checkInInstructions": "sample string 17",
          "remainingRooms": 18,
          "normalBeddings": 19,
          "extraBeds": 20
        },
        "cityName": "sample string 18",
        "cityCode": "sample string 19",
        "countryName": "sample string 20",
        "rating": 21.1,
        "heroImage": "sample string 22",
        "checkInInstructions": "sample string 23",
        "specialCheckInInstructions": "sample string 24",
        "specialRequest": "sample string 25",
        "rateComments": "sample string 26",
        "vatNumber": "sample string 27"
      },
      "cancellationPolicy": [
        {
          "exCancelDays": 1,
          "cancelDateFrom": "sample string 2",
          "cancelDateTo": "sample string 3",
          "roomCategoryCode": "sample string 4",
          "roomCategoryName": "sample string 5",
          "remarks": "sample string 6",
          "chargeType": "sample string 7",
          "currency": "sample string 8",
          "chargeRate": 9.0,
          "description": "sample string 10"
        },
        {
          "exCancelDays": 1,
          "cancelDateFrom": "sample string 2",
          "cancelDateTo": "sample string 3",
          "roomCategoryCode": "sample string 4",
          "roomCategoryName": "sample string 5",
          "remarks": "sample string 6",
          "chargeType": "sample string 7",
          "currency": "sample string 8",
          "chargeRate": 9.0,
          "description": "sample string 10"
        }
      ],
      "cancellationDetail": {
        "cancellationCharge": 1.0,
        "refundableAmount": 2.0,
        "appliedCancellationPolicies": [
          {
            "exCancelDays": 1,
            "cancelDateFrom": "sample string 2",
            "cancelDateTo": "sample string 3",
            "roomCategoryCode": "sample string 4",
            "roomCategoryName": "sample string 5",
            "remarks": "sample string 6",
            "chargeType": "sample string 7",
            "currency": "sample string 8",
            "chargeRate": 9.0,
            "description": "sample string 10"
          },
          {
            "exCancelDays": 1,
            "cancelDateFrom": "sample string 2",
            "cancelDateTo": "sample string 3",
            "roomCategoryCode": "sample string 4",
            "roomCategoryName": "sample string 5",
            "remarks": "sample string 6",
            "chargeType": "sample string 7",
            "currency": "sample string 8",
            "chargeRate": 9.0,
            "description": "sample string 10"
          }
        ]
      },
      "payableBy": "sample string 18",
      "supplierLogo": "sample string 19"
    }
  ],
  "status": {
    "code": "sample string 1",
    "message": "sample string 2",
    "type": "sample string 3"
  },
  "timestamp": "sample string 40",
  "sessionId": "sample string 41",
  "processingTime": 42,
  "processId": "sample string 43"
}

application/xml, text/xml

Sample:
<BookHotelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asterix.Common.Data.Json">
  <ProcessId>sample string 43</ProcessId>
  <ProcessingTime>42</ProcessingTime>
  <SessionId>sample string 41</SessionId>
  <Status>
    <Code>sample string 1</Code>
    <Message>sample string 2</Message>
    <Type>sample string 3</Type>
  </Status>
  <Timestamp>sample string 40</Timestamp>
  <AgentCommission>21</AgentCommission>
  <BookedBy>sample string 37</BookedBy>
  <BookingDate>sample string 25</BookingDate>
  <BookingHistory>
    <BookingHistory>
      <BookingDate>sample string 14</BookingDate>
      <BookingRequest>sample string 8</BookingRequest>
      <BookingStatus>sample string 16</BookingStatus>
      <CancellationDetail>
        <AppliedCancellationPolicies>
          <CancellationPolicy>
            <CancelDateFrom>sample string 2</CancelDateFrom>
            <CancelDateTo>sample string 3</CancelDateTo>
            <ChargeRate>9</ChargeRate>
            <ChargeType>sample string 7</ChargeType>
            <Currency>sample string 8</Currency>
            <Description>sample string 10</Description>
            <ExCancelDays>1</ExCancelDays>
            <Remarks>sample string 6</Remarks>
            <RoomCategoryCode>sample string 4</RoomCategoryCode>
            <RoomCategoryName>sample string 5</RoomCategoryName>
          </CancellationPolicy>
          <CancellationPolicy>
            <CancelDateFrom>sample string 2</CancelDateFrom>
            <CancelDateTo>sample string 3</CancelDateTo>
            <ChargeRate>9</ChargeRate>
            <ChargeType>sample string 7</ChargeType>
            <Currency>sample string 8</Currency>
            <Description>sample string 10</Description>
            <ExCancelDays>1</ExCancelDays>
            <Remarks>sample string 6</Remarks>
            <RoomCategoryCode>sample string 4</RoomCategoryCode>
            <RoomCategoryName>sample string 5</RoomCategoryName>
          </CancellationPolicy>
        </AppliedCancellationPolicies>
        <CancellationCharge>1</CancellationCharge>
        <RefundableAmount>2</RefundableAmount>
      </CancellationDetail>
      <CancellationNo>sample string 9</CancellationNo>
      <CancellationPolicy>
        <CancellationPolicy>
          <CancelDateFrom>sample string 2</CancelDateFrom>
          <CancelDateTo>sample string 3</CancelDateTo>
          <ChargeRate>9</ChargeRate>
          <ChargeType>sample string 7</ChargeType>
          <Currency>sample string 8</Currency>
          <Description>sample string 10</Description>
          <ExCancelDays>1</ExCancelDays>
          <Remarks>sample string 6</Remarks>
          <RoomCategoryCode>sample string 4</RoomCategoryCode>
          <RoomCategoryName>sample string 5</RoomCategoryName>
        </CancellationPolicy>
        <CancellationPolicy>
          <CancelDateFrom>sample string 2</CancelDateFrom>
          <CancelDateTo>sample string 3</CancelDateTo>
          <ChargeRate>9</ChargeRate>
          <ChargeType>sample string 7</ChargeType>
          <Currency>sample string 8</Currency>
          <Description>sample string 10</Description>
          <ExCancelDays>1</ExCancelDays>
          <Remarks>sample string 6</Remarks>
          <RoomCategoryCode>sample string 4</RoomCategoryCode>
          <RoomCategoryName>sample string 5</RoomCategoryName>
        </CancellationPolicy>
      </CancellationPolicy>
      <Currency>sample string 13</Currency>
      <Customer>
        <Email>sample string 4</Email>
        <FirstName>sample string 1</FirstName>
        <LastName>sample string 2</LastName>
        <PhoneNumber>sample string 3</PhoneNumber>
      </Customer>
      <DetailRequest>sample string 7</DetailRequest>
      <Discount>10</Discount>
      <HotelBookingInfo>
        <Address1>sample string 9</Address1>
        <Address2>sample string 10</Address2>
        <Address3>sample string 11</Address3>
        <CanAmend>true</CanAmend>
        <CheckInDate>sample string 15</CheckInDate>
        <CheckInInstructions>sample string 23</CheckInInstructions>
        <CheckOutDate>sample string 16</CheckOutDate>
        <CityCode>sample string 19</CityCode>
        <CityName>sample string 18</CityName>
        <CountryName>sample string 20</CountryName>
        <DocumentId>sample string 1</DocumentId>
        <Facsimile>sample string 14</Facsimile>
        <HeroImage>sample string 22</HeroImage>
        <HotelCode>sample string 5</HotelCode>
        <HotelName>sample string 8</HotelName>
        <InternalCode>sample string 4</InternalCode>
        <MarketName>sample string 7</MarketName>
        <PostalCode>sample string 12</PostalCode>
        <RateComments>sample string 26</RateComments>
        <Rating>21.1</Rating>
        <RoomInfo>
          <AdditionalFees>
            <AdditionalFee>
              <Amount>2</Amount>
              <FeeId>sample string 6</FeeId>
              <Fees>5</Fees>
              <IsTotal>true</IsTotal>
              <Tax>4</Tax>
              <Type>sample string 1</Type>
            </AdditionalFee>
            <AdditionalFee>
              <Amount>2</Amount>
              <FeeId>sample string 6</FeeId>
              <Fees>5</Fees>
              <IsTotal>true</IsTotal>
              <Tax>4</Tax>
              <Type>sample string 1</Type>
            </AdditionalFee>
          </AdditionalFees>
          <BfType>sample string 14</BfType>
          <BfTypeName>sample string 15</BfTypeName>
          <CancellationPolicies>
            <CancellationPolicy>
              <CancelDateFrom>sample string 2</CancelDateFrom>
              <CancelDateTo>sample string 3</CancelDateTo>
              <ChargeRate>9</ChargeRate>
              <ChargeType>sample string 7</ChargeType>
              <Currency>sample string 8</Currency>
              <Description>sample string 10</Description>
              <ExCancelDays>1</ExCancelDays>
              <Remarks>sample string 6</Remarks>
              <RoomCategoryCode>sample string 4</RoomCategoryCode>
              <RoomCategoryName>sample string 5</RoomCategoryName>
            </CancellationPolicy>
            <CancellationPolicy>
              <CancelDateFrom>sample string 2</CancelDateFrom>
              <CancelDateTo>sample string 3</CancelDateTo>
              <ChargeRate>9</ChargeRate>
              <ChargeType>sample string 7</ChargeType>
              <Currency>sample string 8</Currency>
              <Description>sample string 10</Description>
              <ExCancelDays>1</ExCancelDays>
              <Remarks>sample string 6</Remarks>
              <RoomCategoryCode>sample string 4</RoomCategoryCode>
              <RoomCategoryName>sample string 5</RoomCategoryName>
            </CancellationPolicy>
          </CancellationPolicies>
          <CheckInInstructions>sample string 17</CheckInInstructions>
          <Code>sample string 1</Code>
          <Commission>11</Commission>
          <Currency>sample string 13</Currency>
          <Description>sample string 5</Description>
          <ExtraBeds>20</ExtraBeds>
          <Facility>
            <Facility>
              <AttributeCode>sample string 6</AttributeCode>
              <Category>sample string 4</Category>
              <ExtraFee>true</ExtraFee>
              <FacilityName>sample string 1</FacilityName>
              <Subtype>sample string 3</Subtype>
              <Type>sample string 2</Type>
            </Facility>
            <Facility>
              <AttributeCode>sample string 6</AttributeCode>
              <Category>sample string 4</Category>
              <ExtraFee>true</ExtraFee>
              <FacilityName>sample string 1</FacilityName>
              <Subtype>sample string 3</Subtype>
              <Type>sample string 2</Type>
            </Facility>
          </Facility>
          <GrossPrice>9</GrossPrice>
          <IsRefundable>true</IsRefundable>
          <Name>sample string 2</Name>
          <NetPrice>8</NetPrice>
          <NewPrice>10</NewPrice>
          <NormalBeddings>19</NormalBeddings>
          <OnTheSpotFees>
            <OnTheSpotFee>
              <Amount>2</Amount>
              <Description>sample string 1</Description>
            </OnTheSpotFee>
            <OnTheSpotFee>
              <Amount>2</Amount>
              <Description>sample string 1</Description>
            </OnTheSpotFee>
          </OnTheSpotFees>
          <RateType>sample string 3</RateType>
          <RemainingRooms>18</RemainingRooms>
          <RoomImage xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </RoomImage>
          <RoomList>
            <RoomType>
              <AdultCount>9</AdultCount>
              <AgentCommission>17</AgentCommission>
              <AvgNightPrice>13</AvgNightPrice>
              <ChildCount>10</ChildCount>
              <CommPrice>16</CommPrice>
              <GrossPrice>18</GrossPrice>
              <Guests>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
              </Guests>
              <MaxOccupancy>8</MaxOccupancy>
              <NettPrice>15</NettPrice>
              <Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
              </Rate>
              <ReqBedChild>true</ReqBedChild>
              <RoomCount>7</RoomCount>
              <Sequence>1</Sequence>
              <ServiceNo>sample string 2</ServiceNo>
              <TotalDiscount>12</TotalDiscount>
              <TotalNightPrice>14</TotalNightPrice>
              <TotalPrice>11</TotalPrice>
              <TypeCode>sample string 3</TypeCode>
              <TypeDescription>sample string 5</TypeDescription>
              <TypeName>sample string 4</TypeName>
            </RoomType>
            <RoomType>
              <AdultCount>9</AdultCount>
              <AgentCommission>17</AgentCommission>
              <AvgNightPrice>13</AvgNightPrice>
              <ChildCount>10</ChildCount>
              <CommPrice>16</CommPrice>
              <GrossPrice>18</GrossPrice>
              <Guests>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
              </Guests>
              <MaxOccupancy>8</MaxOccupancy>
              <NettPrice>15</NettPrice>
              <Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
              </Rate>
              <ReqBedChild>true</ReqBedChild>
              <RoomCount>7</RoomCount>
              <Sequence>1</Sequence>
              <ServiceNo>sample string 2</ServiceNo>
              <TotalDiscount>12</TotalDiscount>
              <TotalNightPrice>14</TotalNightPrice>
              <TotalPrice>11</TotalPrice>
              <TypeCode>sample string 3</TypeCode>
              <TypeDescription>sample string 5</TypeDescription>
              <TypeName>sample string 4</TypeName>
            </RoomType>
          </RoomList>
          <RoomType>
            <AdultCount>9</AdultCount>
            <AgentCommission>17</AgentCommission>
            <AvgNightPrice>13</AvgNightPrice>
            <ChildCount>10</ChildCount>
            <CommPrice>16</CommPrice>
            <GrossPrice>18</GrossPrice>
            <Guests>
              <Guest>
                <Age>7</Age>
                <BirthDate>sample string 6</BirthDate>
                <FirstName>sample string 3</FirstName>
                <Gender>sample string 5</Gender>
                <GuestType>sample string 1</GuestType>
                <LastName>sample string 4</LastName>
                <Title>sample string 2</Title>
              </Guest>
              <Guest>
                <Age>7</Age>
                <BirthDate>sample string 6</BirthDate>
                <FirstName>sample string 3</FirstName>
                <Gender>sample string 5</Gender>
                <GuestType>sample string 1</GuestType>
                <LastName>sample string 4</LastName>
                <Title>sample string 2</Title>
              </Guest>
            </Guests>
            <MaxOccupancy>8</MaxOccupancy>
            <NettPrice>15</NettPrice>
            <Rate>
              <Rate>
                <NightPrice>2</NightPrice>
                <Offset>1</Offset>
                <RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                </RoomRate>
                <RoomRateInfo>
                  <ChildMaxAge>2</ChildMaxAge>
                  <ChildMinAge>1</ChildMinAge>
                  <MinStayDay>3</MinStayDay>
                  <MinStayRate>5</MinStayRate>
                  <MinStayType>sample string 4</MinStayType>
                  <PromoCode>sample string 9</PromoCode>
                  <PromotionAmount>8</PromotionAmount>
                  <PromotionName>sample string 6</PromotionName>
                  <PromotionValue>true</PromotionValue>
                </RoomRateInfo>
              </Rate>
              <Rate>
                <NightPrice>2</NightPrice>
                <Offset>1</Offset>
                <RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                </RoomRate>
                <RoomRateInfo>
                  <ChildMaxAge>2</ChildMaxAge>
                  <ChildMinAge>1</ChildMinAge>
                  <MinStayDay>3</MinStayDay>
                  <MinStayRate>5</MinStayRate>
                  <MinStayType>sample string 4</MinStayType>
                  <PromoCode>sample string 9</PromoCode>
                  <PromotionAmount>8</PromotionAmount>
                  <PromotionName>sample string 6</PromotionName>
                  <PromotionValue>true</PromotionValue>
                </RoomRateInfo>
              </Rate>
            </Rate>
            <ReqBedChild>true</ReqBedChild>
            <RoomCount>7</RoomCount>
            <Sequence>1</Sequence>
            <ServiceNo>sample string 2</ServiceNo>
            <TotalDiscount>12</TotalDiscount>
            <TotalNightPrice>14</TotalNightPrice>
            <TotalPrice>11</TotalPrice>
            <TypeCode>sample string 3</TypeCode>
            <TypeDescription>sample string 5</TypeDescription>
            <TypeName>sample string 4</TypeName>
          </RoomType>
          <SupplierName>sample string 16</SupplierName>
          <TotalAdditionalFee>12</TotalAdditionalFee>
          <TotalDiscount>6</TotalDiscount>
          <TotalNightPrice>7</TotalNightPrice>
        </RoomInfo>
        <SpecialCheckInInstructions>sample string 24</SpecialCheckInInstructions>
        <SpecialRequest>sample string 25</SpecialRequest>
        <SupplierHotelCode>sample string 6</SupplierHotelCode>
        <Telephone>sample string 13</Telephone>
        <VatNumber>sample string 27</VatNumber>
        <VoucherDate>sample string 3</VoucherDate>
        <VoucherNo>sample string 2</VoucherNo>
      </HotelBookingInfo>
      <MapperOrderId>sample string 4</MapperOrderId>
      <MapperSegmentId>sample string 5</MapperSegmentId>
      <OriginalPrice>12</OriginalPrice>
      <PayableBy>sample string 18</PayableBy>
      <PaymentStatus>sample string 17</PaymentStatus>
      <PaymentTimeLimit>sample string 15</PaymentTimeLimit>
      <SupplierBookingStatus>sample string 3</SupplierBookingStatus>
      <SupplierCode>1</SupplierCode>
      <SupplierLogo>sample string 19</SupplierLogo>
      <SupplierReservationNo>sample string 2</SupplierReservationNo>
      <TotalPrice>11</TotalPrice>
      <TransactionNo>sample string 6</TransactionNo>
    </BookingHistory>
    <BookingHistory>
      <BookingDate>sample string 14</BookingDate>
      <BookingRequest>sample string 8</BookingRequest>
      <BookingStatus>sample string 16</BookingStatus>
      <CancellationDetail>
        <AppliedCancellationPolicies>
          <CancellationPolicy>
            <CancelDateFrom>sample string 2</CancelDateFrom>
            <CancelDateTo>sample string 3</CancelDateTo>
            <ChargeRate>9</ChargeRate>
            <ChargeType>sample string 7</ChargeType>
            <Currency>sample string 8</Currency>
            <Description>sample string 10</Description>
            <ExCancelDays>1</ExCancelDays>
            <Remarks>sample string 6</Remarks>
            <RoomCategoryCode>sample string 4</RoomCategoryCode>
            <RoomCategoryName>sample string 5</RoomCategoryName>
          </CancellationPolicy>
          <CancellationPolicy>
            <CancelDateFrom>sample string 2</CancelDateFrom>
            <CancelDateTo>sample string 3</CancelDateTo>
            <ChargeRate>9</ChargeRate>
            <ChargeType>sample string 7</ChargeType>
            <Currency>sample string 8</Currency>
            <Description>sample string 10</Description>
            <ExCancelDays>1</ExCancelDays>
            <Remarks>sample string 6</Remarks>
            <RoomCategoryCode>sample string 4</RoomCategoryCode>
            <RoomCategoryName>sample string 5</RoomCategoryName>
          </CancellationPolicy>
        </AppliedCancellationPolicies>
        <CancellationCharge>1</CancellationCharge>
        <RefundableAmount>2</RefundableAmount>
      </CancellationDetail>
      <CancellationNo>sample string 9</CancellationNo>
      <CancellationPolicy>
        <CancellationPolicy>
          <CancelDateFrom>sample string 2</CancelDateFrom>
          <CancelDateTo>sample string 3</CancelDateTo>
          <ChargeRate>9</ChargeRate>
          <ChargeType>sample string 7</ChargeType>
          <Currency>sample string 8</Currency>
          <Description>sample string 10</Description>
          <ExCancelDays>1</ExCancelDays>
          <Remarks>sample string 6</Remarks>
          <RoomCategoryCode>sample string 4</RoomCategoryCode>
          <RoomCategoryName>sample string 5</RoomCategoryName>
        </CancellationPolicy>
        <CancellationPolicy>
          <CancelDateFrom>sample string 2</CancelDateFrom>
          <CancelDateTo>sample string 3</CancelDateTo>
          <ChargeRate>9</ChargeRate>
          <ChargeType>sample string 7</ChargeType>
          <Currency>sample string 8</Currency>
          <Description>sample string 10</Description>
          <ExCancelDays>1</ExCancelDays>
          <Remarks>sample string 6</Remarks>
          <RoomCategoryCode>sample string 4</RoomCategoryCode>
          <RoomCategoryName>sample string 5</RoomCategoryName>
        </CancellationPolicy>
      </CancellationPolicy>
      <Currency>sample string 13</Currency>
      <Customer>
        <Email>sample string 4</Email>
        <FirstName>sample string 1</FirstName>
        <LastName>sample string 2</LastName>
        <PhoneNumber>sample string 3</PhoneNumber>
      </Customer>
      <DetailRequest>sample string 7</DetailRequest>
      <Discount>10</Discount>
      <HotelBookingInfo>
        <Address1>sample string 9</Address1>
        <Address2>sample string 10</Address2>
        <Address3>sample string 11</Address3>
        <CanAmend>true</CanAmend>
        <CheckInDate>sample string 15</CheckInDate>
        <CheckInInstructions>sample string 23</CheckInInstructions>
        <CheckOutDate>sample string 16</CheckOutDate>
        <CityCode>sample string 19</CityCode>
        <CityName>sample string 18</CityName>
        <CountryName>sample string 20</CountryName>
        <DocumentId>sample string 1</DocumentId>
        <Facsimile>sample string 14</Facsimile>
        <HeroImage>sample string 22</HeroImage>
        <HotelCode>sample string 5</HotelCode>
        <HotelName>sample string 8</HotelName>
        <InternalCode>sample string 4</InternalCode>
        <MarketName>sample string 7</MarketName>
        <PostalCode>sample string 12</PostalCode>
        <RateComments>sample string 26</RateComments>
        <Rating>21.1</Rating>
        <RoomInfo>
          <AdditionalFees>
            <AdditionalFee>
              <Amount>2</Amount>
              <FeeId>sample string 6</FeeId>
              <Fees>5</Fees>
              <IsTotal>true</IsTotal>
              <Tax>4</Tax>
              <Type>sample string 1</Type>
            </AdditionalFee>
            <AdditionalFee>
              <Amount>2</Amount>
              <FeeId>sample string 6</FeeId>
              <Fees>5</Fees>
              <IsTotal>true</IsTotal>
              <Tax>4</Tax>
              <Type>sample string 1</Type>
            </AdditionalFee>
          </AdditionalFees>
          <BfType>sample string 14</BfType>
          <BfTypeName>sample string 15</BfTypeName>
          <CancellationPolicies>
            <CancellationPolicy>
              <CancelDateFrom>sample string 2</CancelDateFrom>
              <CancelDateTo>sample string 3</CancelDateTo>
              <ChargeRate>9</ChargeRate>
              <ChargeType>sample string 7</ChargeType>
              <Currency>sample string 8</Currency>
              <Description>sample string 10</Description>
              <ExCancelDays>1</ExCancelDays>
              <Remarks>sample string 6</Remarks>
              <RoomCategoryCode>sample string 4</RoomCategoryCode>
              <RoomCategoryName>sample string 5</RoomCategoryName>
            </CancellationPolicy>
            <CancellationPolicy>
              <CancelDateFrom>sample string 2</CancelDateFrom>
              <CancelDateTo>sample string 3</CancelDateTo>
              <ChargeRate>9</ChargeRate>
              <ChargeType>sample string 7</ChargeType>
              <Currency>sample string 8</Currency>
              <Description>sample string 10</Description>
              <ExCancelDays>1</ExCancelDays>
              <Remarks>sample string 6</Remarks>
              <RoomCategoryCode>sample string 4</RoomCategoryCode>
              <RoomCategoryName>sample string 5</RoomCategoryName>
            </CancellationPolicy>
          </CancellationPolicies>
          <CheckInInstructions>sample string 17</CheckInInstructions>
          <Code>sample string 1</Code>
          <Commission>11</Commission>
          <Currency>sample string 13</Currency>
          <Description>sample string 5</Description>
          <ExtraBeds>20</ExtraBeds>
          <Facility>
            <Facility>
              <AttributeCode>sample string 6</AttributeCode>
              <Category>sample string 4</Category>
              <ExtraFee>true</ExtraFee>
              <FacilityName>sample string 1</FacilityName>
              <Subtype>sample string 3</Subtype>
              <Type>sample string 2</Type>
            </Facility>
            <Facility>
              <AttributeCode>sample string 6</AttributeCode>
              <Category>sample string 4</Category>
              <ExtraFee>true</ExtraFee>
              <FacilityName>sample string 1</FacilityName>
              <Subtype>sample string 3</Subtype>
              <Type>sample string 2</Type>
            </Facility>
          </Facility>
          <GrossPrice>9</GrossPrice>
          <IsRefundable>true</IsRefundable>
          <Name>sample string 2</Name>
          <NetPrice>8</NetPrice>
          <NewPrice>10</NewPrice>
          <NormalBeddings>19</NormalBeddings>
          <OnTheSpotFees>
            <OnTheSpotFee>
              <Amount>2</Amount>
              <Description>sample string 1</Description>
            </OnTheSpotFee>
            <OnTheSpotFee>
              <Amount>2</Amount>
              <Description>sample string 1</Description>
            </OnTheSpotFee>
          </OnTheSpotFees>
          <RateType>sample string 3</RateType>
          <RemainingRooms>18</RemainingRooms>
          <RoomImage xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </RoomImage>
          <RoomList>
            <RoomType>
              <AdultCount>9</AdultCount>
              <AgentCommission>17</AgentCommission>
              <AvgNightPrice>13</AvgNightPrice>
              <ChildCount>10</ChildCount>
              <CommPrice>16</CommPrice>
              <GrossPrice>18</GrossPrice>
              <Guests>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
              </Guests>
              <MaxOccupancy>8</MaxOccupancy>
              <NettPrice>15</NettPrice>
              <Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
              </Rate>
              <ReqBedChild>true</ReqBedChild>
              <RoomCount>7</RoomCount>
              <Sequence>1</Sequence>
              <ServiceNo>sample string 2</ServiceNo>
              <TotalDiscount>12</TotalDiscount>
              <TotalNightPrice>14</TotalNightPrice>
              <TotalPrice>11</TotalPrice>
              <TypeCode>sample string 3</TypeCode>
              <TypeDescription>sample string 5</TypeDescription>
              <TypeName>sample string 4</TypeName>
            </RoomType>
            <RoomType>
              <AdultCount>9</AdultCount>
              <AgentCommission>17</AgentCommission>
              <AvgNightPrice>13</AvgNightPrice>
              <ChildCount>10</ChildCount>
              <CommPrice>16</CommPrice>
              <GrossPrice>18</GrossPrice>
              <Guests>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
                <Guest>
                  <Age>7</Age>
                  <BirthDate>sample string 6</BirthDate>
                  <FirstName>sample string 3</FirstName>
                  <Gender>sample string 5</Gender>
                  <GuestType>sample string 1</GuestType>
                  <LastName>sample string 4</LastName>
                  <Title>sample string 2</Title>
                </Guest>
              </Guests>
              <MaxOccupancy>8</MaxOccupancy>
              <NettPrice>15</NettPrice>
              <Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
                <Rate>
                  <NightPrice>2</NightPrice>
                  <Offset>1</Offset>
                  <RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                    <RoomRate>
                      <AdultCount>2</AdultCount>
                      <ChildAge1>4</ChildAge1>
                      <ChildAge2>5</ChildAge2>
                      <ChildCount>3</ChildCount>
                      <CommissionPrice>13</CommissionPrice>
                      <CompulsoryPrice>9</CompulsoryPrice>
                      <Discount>7</Discount>
                      <EarlyBirdDiscount>12</EarlyBirdDiscount>
                      <MinstayPrice>8</MinstayPrice>
                      <No>1</No>
                      <PromotionBfPrice>11</PromotionBfPrice>
                      <RoomPrice>6</RoomPrice>
                      <SRoomType>sample string 14</SRoomType>
                      <SupplementPrice>10</SupplementPrice>
                    </RoomRate>
                  </RoomRate>
                  <RoomRateInfo>
                    <ChildMaxAge>2</ChildMaxAge>
                    <ChildMinAge>1</ChildMinAge>
                    <MinStayDay>3</MinStayDay>
                    <MinStayRate>5</MinStayRate>
                    <MinStayType>sample string 4</MinStayType>
                    <PromoCode>sample string 9</PromoCode>
                    <PromotionAmount>8</PromotionAmount>
                    <PromotionName>sample string 6</PromotionName>
                    <PromotionValue>true</PromotionValue>
                  </RoomRateInfo>
                </Rate>
              </Rate>
              <ReqBedChild>true</ReqBedChild>
              <RoomCount>7</RoomCount>
              <Sequence>1</Sequence>
              <ServiceNo>sample string 2</ServiceNo>
              <TotalDiscount>12</TotalDiscount>
              <TotalNightPrice>14</TotalNightPrice>
              <TotalPrice>11</TotalPrice>
              <TypeCode>sample string 3</TypeCode>
              <TypeDescription>sample string 5</TypeDescription>
              <TypeName>sample string 4</TypeName>
            </RoomType>
          </RoomList>
          <RoomType>
            <AdultCount>9</AdultCount>
            <AgentCommission>17</AgentCommission>
            <AvgNightPrice>13</AvgNightPrice>
            <ChildCount>10</ChildCount>
            <CommPrice>16</CommPrice>
            <GrossPrice>18</GrossPrice>
            <Guests>
              <Guest>
                <Age>7</Age>
                <BirthDate>sample string 6</BirthDate>
                <FirstName>sample string 3</FirstName>
                <Gender>sample string 5</Gender>
                <GuestType>sample string 1</GuestType>
                <LastName>sample string 4</LastName>
                <Title>sample string 2</Title>
              </Guest>
              <Guest>
                <Age>7</Age>
                <BirthDate>sample string 6</BirthDate>
                <FirstName>sample string 3</FirstName>
                <Gender>sample string 5</Gender>
                <GuestType>sample string 1</GuestType>
                <LastName>sample string 4</LastName>
                <Title>sample string 2</Title>
              </Guest>
            </Guests>
            <MaxOccupancy>8</MaxOccupancy>
            <NettPrice>15</NettPrice>
            <Rate>
              <Rate>
                <NightPrice>2</NightPrice>
                <Offset>1</Offset>
                <RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                </RoomRate>
                <RoomRateInfo>
                  <ChildMaxAge>2</ChildMaxAge>
                  <ChildMinAge>1</ChildMinAge>
                  <MinStayDay>3</MinStayDay>
                  <MinStayRate>5</MinStayRate>
                  <MinStayType>sample string 4</MinStayType>
                  <PromoCode>sample string 9</PromoCode>
                  <PromotionAmount>8</PromotionAmount>
                  <PromotionName>sample string 6</PromotionName>
                  <PromotionValue>true</PromotionValue>
                </RoomRateInfo>
              </Rate>
              <Rate>
                <NightPrice>2</NightPrice>
                <Offset>1</Offset>
                <RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                  <RoomRate>
                    <AdultCount>2</AdultCount>
                    <ChildAge1>4</ChildAge1>
                    <ChildAge2>5</ChildAge2>
                    <ChildCount>3</ChildCount>
                    <CommissionPrice>13</CommissionPrice>
                    <CompulsoryPrice>9</CompulsoryPrice>
                    <Discount>7</Discount>
                    <EarlyBirdDiscount>12</EarlyBirdDiscount>
                    <MinstayPrice>8</MinstayPrice>
                    <No>1</No>
                    <PromotionBfPrice>11</PromotionBfPrice>
                    <RoomPrice>6</RoomPrice>
                    <SRoomType>sample string 14</SRoomType>
                    <SupplementPrice>10</SupplementPrice>
                  </RoomRate>
                </RoomRate>
                <RoomRateInfo>
                  <ChildMaxAge>2</ChildMaxAge>
                  <ChildMinAge>1</ChildMinAge>
                  <MinStayDay>3</MinStayDay>
                  <MinStayRate>5</MinStayRate>
                  <MinStayType>sample string 4</MinStayType>
                  <PromoCode>sample string 9</PromoCode>
                  <PromotionAmount>8</PromotionAmount>
                  <PromotionName>sample string 6</PromotionName>
                  <PromotionValue>true</PromotionValue>
                </RoomRateInfo>
              </Rate>
            </Rate>
            <ReqBedChild>true</ReqBedChild>
            <RoomCount>7</RoomCount>
            <Sequence>1</Sequence>
            <ServiceNo>sample string 2</ServiceNo>
            <TotalDiscount>12</TotalDiscount>
            <TotalNightPrice>14</TotalNightPrice>
            <TotalPrice>11</TotalPrice>
            <TypeCode>sample string 3</TypeCode>
            <TypeDescription>sample string 5</TypeDescription>
            <TypeName>sample string 4</TypeName>
          </RoomType>
          <SupplierName>sample string 16</SupplierName>
          <TotalAdditionalFee>12</TotalAdditionalFee>
          <TotalDiscount>6</TotalDiscount>
          <TotalNightPrice>7</TotalNightPrice>
        </RoomInfo>
        <SpecialCheckInInstructions>sample string 24</SpecialCheckInInstructions>
        <SpecialRequest>sample string 25</SpecialRequest>
        <SupplierHotelCode>sample string 6</SupplierHotelCode>
        <Telephone>sample string 13</Telephone>
        <VatNumber>sample string 27</VatNumber>
        <VoucherDate>sample string 3</VoucherDate>
        <VoucherNo>sample string 2</VoucherNo>
      </HotelBookingInfo>
      <MapperOrderId>sample string 4</MapperOrderId>
      <MapperSegmentId>sample string 5</MapperSegmentId>
      <OriginalPrice>12</OriginalPrice>
      <PayableBy>sample string 18</PayableBy>
      <PaymentStatus>sample string 17</PaymentStatus>
      <PaymentTimeLimit>sample string 15</PaymentTimeLimit>
      <SupplierBookingStatus>sample string 3</SupplierBookingStatus>
      <SupplierCode>1</SupplierCode>
      <SupplierLogo>sample string 19</SupplierLogo>
      <SupplierReservationNo>sample string 2</SupplierReservationNo>
      <TotalPrice>11</TotalPrice>
      <TransactionNo>sample string 6</TransactionNo>
    </BookingHistory>
  </BookingHistory>
  <BookingRequest>sample string 36</BookingRequest>
  <BookingStatus>sample string 28</BookingStatus>
  <CanAmend>true</CanAmend>
  <CancellationCharge>18</CancellationCharge>
  <CancellationDetail>
    <AppliedCancellationPolicies>
      <CancellationPolicy>
        <CancelDateFrom>sample string 2</CancelDateFrom>
        <CancelDateTo>sample string 3</CancelDateTo>
        <ChargeRate>9</ChargeRate>
        <ChargeType>sample string 7</ChargeType>
        <Currency>sample string 8</Currency>
        <Description>sample string 10</Description>
        <ExCancelDays>1</ExCancelDays>
        <Remarks>sample string 6</Remarks>
        <RoomCategoryCode>sample string 4</RoomCategoryCode>
        <RoomCategoryName>sample string 5</RoomCategoryName>
      </CancellationPolicy>
      <CancellationPolicy>
        <CancelDateFrom>sample string 2</CancelDateFrom>
        <CancelDateTo>sample string 3</CancelDateTo>
        <ChargeRate>9</ChargeRate>
        <ChargeType>sample string 7</ChargeType>
        <Currency>sample string 8</Currency>
        <Description>sample string 10</Description>
        <ExCancelDays>1</ExCancelDays>
        <Remarks>sample string 6</Remarks>
        <RoomCategoryCode>sample string 4</RoomCategoryCode>
        <RoomCategoryName>sample string 5</RoomCategoryName>
      </CancellationPolicy>
    </AppliedCancellationPolicies>
    <CancellationCharge>1</CancellationCharge>
    <RefundableAmount>2</RefundableAmount>
  </CancellationDetail>
  <CancellationNo>sample string 7</CancellationNo>
  <CancellationPolicy>
    <CancellationPolicy>
      <CancelDateFrom>sample string 2</CancelDateFrom>
      <CancelDateTo>sample string 3</CancelDateTo>
      <ChargeRate>9</ChargeRate>
      <ChargeType>sample string 7</ChargeType>
      <Currency>sample string 8</Currency>
      <Description>sample string 10</Description>
      <ExCancelDays>1</ExCancelDays>
      <Remarks>sample string 6</Remarks>
      <RoomCategoryCode>sample string 4</RoomCategoryCode>
      <RoomCategoryName>sample string 5</RoomCategoryName>
    </CancellationPolicy>
    <CancellationPolicy>
      <CancelDateFrom>sample string 2</CancelDateFrom>
      <CancelDateTo>sample string 3</CancelDateTo>
      <ChargeRate>9</ChargeRate>
      <ChargeType>sample string 7</ChargeType>
      <Currency>sample string 8</Currency>
      <Description>sample string 10</Description>
      <ExCancelDays>1</ExCancelDays>
      <Remarks>sample string 6</Remarks>
      <RoomCategoryCode>sample string 4</RoomCategoryCode>
      <RoomCategoryName>sample string 5</RoomCategoryName>
    </CancellationPolicy>
  </CancellationPolicy>
  <Commission>22</Commission>
  <CredentialType>sample string 35</CredentialType>
  <Currency>sample string 24</Currency>
  <Customer>
    <Email>sample string 4</Email>
    <FirstName>sample string 1</FirstName>
    <LastName>sample string 2</LastName>
    <PhoneNumber>sample string 3</PhoneNumber>
  </Customer>
  <DetailRequest>sample string 34</DetailRequest>
  <Discount>11</Discount>
  <HandlingFee>17</HandlingFee>
  <HotelBookingInfo>
    <Address1>sample string 9</Address1>
    <Address2>sample string 10</Address2>
    <Address3>sample string 11</Address3>
    <CanAmend>true</CanAmend>
    <CheckInDate>sample string 15</CheckInDate>
    <CheckInInstructions>sample string 23</CheckInInstructions>
    <CheckOutDate>sample string 16</CheckOutDate>
    <CityCode>sample string 19</CityCode>
    <CityName>sample string 18</CityName>
    <CountryName>sample string 20</CountryName>
    <DocumentId>sample string 1</DocumentId>
    <Facsimile>sample string 14</Facsimile>
    <HeroImage>sample string 22</HeroImage>
    <HotelCode>sample string 5</HotelCode>
    <HotelName>sample string 8</HotelName>
    <InternalCode>sample string 4</InternalCode>
    <MarketName>sample string 7</MarketName>
    <PostalCode>sample string 12</PostalCode>
    <RateComments>sample string 26</RateComments>
    <Rating>21.1</Rating>
    <RoomInfo>
      <AdditionalFees>
        <AdditionalFee>
          <Amount>2</Amount>
          <FeeId>sample string 6</FeeId>
          <Fees>5</Fees>
          <IsTotal>true</IsTotal>
          <Tax>4</Tax>
          <Type>sample string 1</Type>
        </AdditionalFee>
        <AdditionalFee>
          <Amount>2</Amount>
          <FeeId>sample string 6</FeeId>
          <Fees>5</Fees>
          <IsTotal>true</IsTotal>
          <Tax>4</Tax>
          <Type>sample string 1</Type>
        </AdditionalFee>
      </AdditionalFees>
      <BfType>sample string 14</BfType>
      <BfTypeName>sample string 15</BfTypeName>
      <CancellationPolicies>
        <CancellationPolicy>
          <CancelDateFrom>sample string 2</CancelDateFrom>
          <CancelDateTo>sample string 3</CancelDateTo>
          <ChargeRate>9</ChargeRate>
          <ChargeType>sample string 7</ChargeType>
          <Currency>sample string 8</Currency>
          <Description>sample string 10</Description>
          <ExCancelDays>1</ExCancelDays>
          <Remarks>sample string 6</Remarks>
          <RoomCategoryCode>sample string 4</RoomCategoryCode>
          <RoomCategoryName>sample string 5</RoomCategoryName>
        </CancellationPolicy>
        <CancellationPolicy>
          <CancelDateFrom>sample string 2</CancelDateFrom>
          <CancelDateTo>sample string 3</CancelDateTo>
          <ChargeRate>9</ChargeRate>
          <ChargeType>sample string 7</ChargeType>
          <Currency>sample string 8</Currency>
          <Description>sample string 10</Description>
          <ExCancelDays>1</ExCancelDays>
          <Remarks>sample string 6</Remarks>
          <RoomCategoryCode>sample string 4</RoomCategoryCode>
          <RoomCategoryName>sample string 5</RoomCategoryName>
        </CancellationPolicy>
      </CancellationPolicies>
      <CheckInInstructions>sample string 17</CheckInInstructions>
      <Code>sample string 1</Code>
      <Commission>11</Commission>
      <Currency>sample string 13</Currency>
      <Description>sample string 5</Description>
      <ExtraBeds>20</ExtraBeds>
      <Facility>
        <Facility>
          <AttributeCode>sample string 6</AttributeCode>
          <Category>sample string 4</Category>
          <ExtraFee>true</ExtraFee>
          <FacilityName>sample string 1</FacilityName>
          <Subtype>sample string 3</Subtype>
          <Type>sample string 2</Type>
        </Facility>
        <Facility>
          <AttributeCode>sample string 6</AttributeCode>
          <Category>sample string 4</Category>
          <ExtraFee>true</ExtraFee>
          <FacilityName>sample string 1</FacilityName>
          <Subtype>sample string 3</Subtype>
          <Type>sample string 2</Type>
        </Facility>
      </Facility>
      <GrossPrice>9</GrossPrice>
      <IsRefundable>true</IsRefundable>
      <Name>sample string 2</Name>
      <NetPrice>8</NetPrice>
      <NewPrice>10</NewPrice>
      <NormalBeddings>19</NormalBeddings>
      <OnTheSpotFees>
        <OnTheSpotFee>
          <Amount>2</Amount>
          <Description>sample string 1</Description>
        </OnTheSpotFee>
        <OnTheSpotFee>
          <Amount>2</Amount>
          <Description>sample string 1</Description>
        </OnTheSpotFee>
      </OnTheSpotFees>
      <RateType>sample string 3</RateType>
      <RemainingRooms>18</RemainingRooms>
      <RoomImage xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </RoomImage>
      <RoomList>
        <RoomType>
          <AdultCount>9</AdultCount>
          <AgentCommission>17</AgentCommission>
          <AvgNightPrice>13</AvgNightPrice>
          <ChildCount>10</ChildCount>
          <CommPrice>16</CommPrice>
          <GrossPrice>18</GrossPrice>
          <Guests>
            <Guest>
              <Age>7</Age>
              <BirthDate>sample string 6</BirthDate>
              <FirstName>sample string 3</FirstName>
              <Gender>sample string 5</Gender>
              <GuestType>sample string 1</GuestType>
              <LastName>sample string 4</LastName>
              <Title>sample string 2</Title>
            </Guest>
            <Guest>
              <Age>7</Age>
              <BirthDate>sample string 6</BirthDate>
              <FirstName>sample string 3</FirstName>
              <Gender>sample string 5</Gender>
              <GuestType>sample string 1</GuestType>
              <LastName>sample string 4</LastName>
              <Title>sample string 2</Title>
            </Guest>
          </Guests>
          <MaxOccupancy>8</MaxOccupancy>
          <NettPrice>15</NettPrice>
          <Rate>
            <Rate>
              <NightPrice>2</NightPrice>
              <Offset>1</Offset>
              <RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
              </RoomRate>
              <RoomRateInfo>
                <ChildMaxAge>2</ChildMaxAge>
                <ChildMinAge>1</ChildMinAge>
                <MinStayDay>3</MinStayDay>
                <MinStayRate>5</MinStayRate>
                <MinStayType>sample string 4</MinStayType>
                <PromoCode>sample string 9</PromoCode>
                <PromotionAmount>8</PromotionAmount>
                <PromotionName>sample string 6</PromotionName>
                <PromotionValue>true</PromotionValue>
              </RoomRateInfo>
            </Rate>
            <Rate>
              <NightPrice>2</NightPrice>
              <Offset>1</Offset>
              <RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
              </RoomRate>
              <RoomRateInfo>
                <ChildMaxAge>2</ChildMaxAge>
                <ChildMinAge>1</ChildMinAge>
                <MinStayDay>3</MinStayDay>
                <MinStayRate>5</MinStayRate>
                <MinStayType>sample string 4</MinStayType>
                <PromoCode>sample string 9</PromoCode>
                <PromotionAmount>8</PromotionAmount>
                <PromotionName>sample string 6</PromotionName>
                <PromotionValue>true</PromotionValue>
              </RoomRateInfo>
            </Rate>
          </Rate>
          <ReqBedChild>true</ReqBedChild>
          <RoomCount>7</RoomCount>
          <Sequence>1</Sequence>
          <ServiceNo>sample string 2</ServiceNo>
          <TotalDiscount>12</TotalDiscount>
          <TotalNightPrice>14</TotalNightPrice>
          <TotalPrice>11</TotalPrice>
          <TypeCode>sample string 3</TypeCode>
          <TypeDescription>sample string 5</TypeDescription>
          <TypeName>sample string 4</TypeName>
        </RoomType>
        <RoomType>
          <AdultCount>9</AdultCount>
          <AgentCommission>17</AgentCommission>
          <AvgNightPrice>13</AvgNightPrice>
          <ChildCount>10</ChildCount>
          <CommPrice>16</CommPrice>
          <GrossPrice>18</GrossPrice>
          <Guests>
            <Guest>
              <Age>7</Age>
              <BirthDate>sample string 6</BirthDate>
              <FirstName>sample string 3</FirstName>
              <Gender>sample string 5</Gender>
              <GuestType>sample string 1</GuestType>
              <LastName>sample string 4</LastName>
              <Title>sample string 2</Title>
            </Guest>
            <Guest>
              <Age>7</Age>
              <BirthDate>sample string 6</BirthDate>
              <FirstName>sample string 3</FirstName>
              <Gender>sample string 5</Gender>
              <GuestType>sample string 1</GuestType>
              <LastName>sample string 4</LastName>
              <Title>sample string 2</Title>
            </Guest>
          </Guests>
          <MaxOccupancy>8</MaxOccupancy>
          <NettPrice>15</NettPrice>
          <Rate>
            <Rate>
              <NightPrice>2</NightPrice>
              <Offset>1</Offset>
              <RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
              </RoomRate>
              <RoomRateInfo>
                <ChildMaxAge>2</ChildMaxAge>
                <ChildMinAge>1</ChildMinAge>
                <MinStayDay>3</MinStayDay>
                <MinStayRate>5</MinStayRate>
                <MinStayType>sample string 4</MinStayType>
                <PromoCode>sample string 9</PromoCode>
                <PromotionAmount>8</PromotionAmount>
                <PromotionName>sample string 6</PromotionName>
                <PromotionValue>true</PromotionValue>
              </RoomRateInfo>
            </Rate>
            <Rate>
              <NightPrice>2</NightPrice>
              <Offset>1</Offset>
              <RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
                <RoomRate>
                  <AdultCount>2</AdultCount>
                  <ChildAge1>4</ChildAge1>
                  <ChildAge2>5</ChildAge2>
                  <ChildCount>3</ChildCount>
                  <CommissionPrice>13</CommissionPrice>
                  <CompulsoryPrice>9</CompulsoryPrice>
                  <Discount>7</Discount>
                  <EarlyBirdDiscount>12</EarlyBirdDiscount>
                  <MinstayPrice>8</MinstayPrice>
                  <No>1</No>
                  <PromotionBfPrice>11</PromotionBfPrice>
                  <RoomPrice>6</RoomPrice>
                  <SRoomType>sample string 14</SRoomType>
                  <SupplementPrice>10</SupplementPrice>
                </RoomRate>
              </RoomRate>
              <RoomRateInfo>
                <ChildMaxAge>2</ChildMaxAge>
                <ChildMinAge>1</ChildMinAge>
                <MinStayDay>3</MinStayDay>
                <MinStayRate>5</MinStayRate>
                <MinStayType>sample string 4</MinStayType>
                <PromoCode>sample string 9</PromoCode>
                <PromotionAmount>8</PromotionAmount>
                <PromotionName>sample string 6</PromotionName>
                <PromotionValue>true</PromotionValue>
              </RoomRateInfo>
            </Rate>
          </Rate>
          <ReqBedChild>true</ReqBedChild>
          <RoomCount>7</RoomCount>
          <Sequence>1</Sequence>
          <ServiceNo>sample string 2</ServiceNo>
          <TotalDiscount>12</TotalDiscount>
          <TotalNightPrice>14</TotalNightPrice>
          <TotalPrice>11</TotalPrice>
          <TypeCode>sample string 3</TypeCode>
          <TypeDescription>sample string 5</TypeDescription>
          <TypeName>sample string 4</TypeName>
        </RoomType>
      </RoomList>
      <RoomType>
        <AdultCount>9</AdultCount>
        <AgentCommission>17</AgentCommission>
        <AvgNightPrice>13</AvgNightPrice>
        <ChildCount>10</ChildCount>
        <CommPrice>16</CommPrice>
        <GrossPrice>18</GrossPrice>
        <Guests>
          <Guest>
            <Age>7</Age>
            <BirthDate>sample string 6</BirthDate>
            <FirstName>sample string 3</FirstName>
            <Gender>sample string 5</Gender>
            <GuestType>sample string 1</GuestType>
            <LastName>sample string 4</LastName>
            <Title>sample string 2</Title>
          </Guest>
          <Guest>
            <Age>7</Age>
            <BirthDate>sample string 6</BirthDate>
            <FirstName>sample string 3</FirstName>
            <Gender>sample string 5</Gender>
            <GuestType>sample string 1</GuestType>
            <LastName>sample string 4</LastName>
            <Title>sample string 2</Title>
          </Guest>
        </Guests>
        <MaxOccupancy>8</MaxOccupancy>
        <NettPrice>15</NettPrice>
        <Rate>
          <Rate>
            <NightPrice>2</NightPrice>
            <Offset>1</Offset>
            <RoomRate>
              <RoomRate>
                <AdultCount>2</AdultCount>
                <ChildAge1>4</ChildAge1>
                <ChildAge2>5</ChildAge2>
                <ChildCount>3</ChildCount>
                <CommissionPrice>13</CommissionPrice>
                <CompulsoryPrice>9</CompulsoryPrice>
                <Discount>7</Discount>
                <EarlyBirdDiscount>12</EarlyBirdDiscount>
                <MinstayPrice>8</MinstayPrice>
                <No>1</No>
                <PromotionBfPrice>11</PromotionBfPrice>
                <RoomPrice>6</RoomPrice>
                <SRoomType>sample string 14</SRoomType>
                <SupplementPrice>10</SupplementPrice>
              </RoomRate>
              <RoomRate>
                <AdultCount>2</AdultCount>
                <ChildAge1>4</ChildAge1>
                <ChildAge2>5</ChildAge2>
                <ChildCount>3</ChildCount>
                <CommissionPrice>13</CommissionPrice>
                <CompulsoryPrice>9</CompulsoryPrice>
                <Discount>7</Discount>
                <EarlyBirdDiscount>12</EarlyBirdDiscount>
                <MinstayPrice>8</MinstayPrice>
                <No>1</No>
                <PromotionBfPrice>11</PromotionBfPrice>
                <RoomPrice>6</RoomPrice>
                <SRoomType>sample string 14</SRoomType>
                <SupplementPrice>10</SupplementPrice>
              </RoomRate>
            </RoomRate>
            <RoomRateInfo>
              <ChildMaxAge>2</ChildMaxAge>
              <ChildMinAge>1</ChildMinAge>
              <MinStayDay>3</MinStayDay>
              <MinStayRate>5</MinStayRate>
              <MinStayType>sample string 4</MinStayType>
              <PromoCode>sample string 9</PromoCode>
              <PromotionAmount>8</PromotionAmount>
              <PromotionName>sample string 6</PromotionName>
              <PromotionValue>true</PromotionValue>
            </RoomRateInfo>
          </Rate>
          <Rate>
            <NightPrice>2</NightPrice>
            <Offset>1</Offset>
            <RoomRate>
              <RoomRate>
                <AdultCount>2</AdultCount>
                <ChildAge1>4</ChildAge1>
                <ChildAge2>5</ChildAge2>
                <ChildCount>3</ChildCount>
                <CommissionPrice>13</CommissionPrice>
                <CompulsoryPrice>9</CompulsoryPrice>
                <Discount>7</Discount>
                <EarlyBirdDiscount>12</EarlyBirdDiscount>
                <MinstayPrice>8</MinstayPrice>
                <No>1</No>
                <PromotionBfPrice>11</PromotionBfPrice>
                <RoomPrice>6</RoomPrice>
                <SRoomType>sample string 14</SRoomType>
                <SupplementPrice>10</SupplementPrice>
              </RoomRate>
              <RoomRate>
                <AdultCount>2</AdultCount>
                <ChildAge1>4</ChildAge1>
                <ChildAge2>5</ChildAge2>
                <ChildCount>3</ChildCount>
                <CommissionPrice>13</CommissionPrice>
                <CompulsoryPrice>9</CompulsoryPrice>
                <Discount>7</Discount>
                <EarlyBirdDiscount>12</EarlyBirdDiscount>
                <MinstayPrice>8</MinstayPrice>
                <No>1</No>
                <PromotionBfPrice>11</PromotionBfPrice>
                <RoomPrice>6</RoomPrice>
                <SRoomType>sample string 14</SRoomType>
                <SupplementPrice>10</SupplementPrice>
              </RoomRate>
            </RoomRate>
            <RoomRateInfo>
              <ChildMaxAge>2</ChildMaxAge>
              <ChildMinAge>1</ChildMinAge>
              <MinStayDay>3</MinStayDay>
              <MinStayRate>5</MinStayRate>
              <MinStayType>sample string 4</MinStayType>
              <PromoCode>sample string 9</PromoCode>
              <PromotionAmount>8</PromotionAmount>
              <PromotionName>sample string 6</PromotionName>
              <PromotionValue>true</PromotionValue>
            </RoomRateInfo>
          </Rate>
        </Rate>
        <ReqBedChild>true</ReqBedChild>
        <RoomCount>7</RoomCount>
        <Sequence>1</Sequence>
        <ServiceNo>sample string 2</ServiceNo>
        <TotalDiscount>12</TotalDiscount>
        <TotalNightPrice>14</TotalNightPrice>
        <TotalPrice>11</TotalPrice>
        <TypeCode>sample string 3</TypeCode>
        <TypeDescription>sample string 5</TypeDescription>
        <TypeName>sample string 4</TypeName>
      </RoomType>
      <SupplierName>sample string 16</SupplierName>
      <TotalAdditionalFee>12</TotalAdditionalFee>
      <TotalDiscount>6</TotalDiscount>
      <TotalNightPrice>7</TotalNightPrice>
    </RoomInfo>
    <SpecialCheckInInstructions>sample string 24</SpecialCheckInInstructions>
    <SpecialRequest>sample string 25</SpecialRequest>
    <SupplierHotelCode>sample string 6</SupplierHotelCode>
    <Telephone>sample string 13</Telephone>
    <VatNumber>sample string 27</VatNumber>
    <VoucherDate>sample string 3</VoucherDate>
    <VoucherNo>sample string 2</VoucherNo>
  </HotelBookingInfo>
  <MapperOrderId>sample string 4</MapperOrderId>
  <MapperSegmentId>sample string 5</MapperSegmentId>
  <Markup>10</Markup>
  <OriginalPrice>13</OriginalPrice>
  <PayableBy>sample string 32</PayableBy>
  <PaymentAmount>19</PaymentAmount>
  <PaymentDate>sample string 26</PaymentDate>
  <PaymentList>
    <PaymentChannel>
      <Amount>3</Amount>
      <PGChannelCode>sample string 2</PGChannelCode>
      <PGCode>sample string 1</PGCode>
      <PaymentDate>sample string 4</PaymentDate>
    </PaymentChannel>
    <PaymentChannel>
      <Amount>3</Amount>
      <PGChannelCode>sample string 2</PGChannelCode>
      <PGCode>sample string 1</PGCode>
      <PaymentDate>sample string 4</PaymentDate>
    </PaymentChannel>
  </PaymentList>
  <PaymentStatus>sample string 29</PaymentStatus>
  <PaymentTimeLimit>sample string 27</PaymentTimeLimit>
  <PriceChanged>true</PriceChanged>
  <PriceDifference>15</PriceDifference>
  <PrincipalCommission>20</PrincipalCommission>
  <PromoAmount>30</PromoAmount>
  <PromoCode>sample string 31</PromoCode>
  <RateInfoResponse>sample string 38</RateInfoResponse>
  <RequestHash>sample string 39</RequestHash>
  <RequestPrice>14</RequestPrice>
  <SupplierBookingStatus>sample string 3</SupplierBookingStatus>
  <SupplierCode>1</SupplierCode>
  <SupplierLogo>sample string 33</SupplierLogo>
  <SupplierPrice>9</SupplierPrice>
  <SupplierReservationNo>sample string 2</SupplierReservationNo>
  <SystemCommission>23</SystemCommission>
  <TotalPrice>12</TotalPrice>
  <TransactionNo>sample string 6</TransactionNo>
</BookHotelResponse>