Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://Spectra.SI.Booking.ServiceContracts/2007/02" xmlns:ns1="http://www.opentravel.org/OTA/2003/05" xmlns:ns2="http://Spectra.SI.Booking.DataContracts/2007/09">
  3. <x:Header>
  4. <ns2:Requestor>
  5. <ns2:Content>
  6. <ns2:Username>novicell</ns2:Username>
  7. <ns2:Password>45Yfkj2wes</ns2:Password>
  8. <ns2:LangaugeIdent>da-DK</ns2:LangaugeIdent>
  9. </ns2:Content>
  10. <ns2:DataExchangeInformation />
  11. </ns2:Requestor>
  12. </x:Header>
  13. <x:Body>
  14. <ns:CreateReservation>
  15. <OTA_HotelResRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PrimaryLangID="en-US" Target="Production" Version="2.002" TransactionIdentifier="4d3e0d6d55f74">
  16. <HotelReservations>
  17. <HotelReservation>
  18. <RoomStays>
  19. <RoomStay>
  20. <RoomTypes>
  21. <RoomType RoomTypeCode="SUPS" NumberOfUnits="1" />
  22. </RoomTypes>
  23. <RatePlans>
  24. <RatePlan RatePlanCode="BAR17" />
  25. </RatePlans>
  26. <GuestCounts>
  27. <GuestCount AgeQualifyingCode="10" Count="1" />
  28. </GuestCounts>
  29. <TimeSpan Start="2019-09-03" End="2019-09-04" />
  30. <!--<BasicPropertyInfo HotelCode="VFC" />-->
  31. <!--
  32. <ServiceRPHs>
  33. <ServiceRPH RPH="1" />
  34. </ServiceRPHs>
  35. -->
  36. </RoomStay>
  37. </RoomStays>
  38. <!--
  39. <Services>
  40. <Service Quantity="1" ServiceInventoryCode="2-1-4" ServiceRPH="1" />
  41. </Services>
  42. -->
  43. <ResGlobalInfo>
  44. <HotelReservationIDs>
  45. <HotelReservationID ResID_Type="14" ResID_Value="110011" ResID_Source="NovicellBookingCode" ResID_SourceContext="AdsConfirmNumber" />
  46. </HotelReservationIDs>
  47. <Profiles>
  48. <ProfileInfo>
  49. <UniqueID ID="1" Type="1" />
  50. <Profile ShareAllMarketInd="Yes" ShareAllSynchInd="Yes" ProfileType="1">
  51. <Customer>
  52. <PersonName>
  53. <GivenName>Test</GivenName>
  54. <Surname>Test</Surname>
  55. </PersonName>
  56. <Telephone PhoneTechType="1" PhoneNumber="40523850" DefaultInd="false" />
  57. <Email DefaultInd="false">fnr@novicell.dk</Email>
  58. <Address FormattedInd="false" DefaultInd="false">
  59. <CityName>Test</CityName>
  60. <PostalCode>0000</PostalCode>
  61. <County>Denmark</County>
  62. <StateProv StateCode="00000" />
  63. <CountryName Code="DK" />
  64. </Address>
  65. </Customer>
  66. </Profile>
  67. </ProfileInfo>
  68. </Profiles>
  69. </ResGlobalInfo>
  70. </HotelReservation>
  71. </HotelReservations>
  72. </OTA_HotelResRQ>
  73. </ns:CreateReservation>
  74. </x:Body>
  75. </x:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement