BookingExportService


ここ をクリックすると操作の完全な一覧が表示されます。

triggerConfirmationEvent

テスト

テスト フォームは、ローカル コンピューターからの要求に対してのみ使用できます。

SOAP 1.1

以下は SOAP 1.1 の要求および応答のサンプルです。表示されるプレースホルダーを実際の値で置き換える必要があります。

POST /BookingExportService.asmx HTTP/1.1
Host: hisbizhrs.his-j.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: ""

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <triggerConfirmationEvent xmlns="http://ws.rendering.hrs.com/">
      <confirmation xmlns="">
        <destination>string</destination>
        <type>string</type>
        <showMultipleConfirmationMessage>boolean</showMultipleConfirmationMessage>
        <process>
          <processKey>unsignedLong</processKey>
          <booking>
            <bookingNumber>long</bookingNumber>
            <bookingPassword>string</bookingPassword>
            <previousBookingNumber>long</previousBookingNumber>
            <followingBookingNumber>long</followingBookingNumber>
            <externalBooking xsi:nil="true" />
            <bookingDate>date</bookingDate>
            <bookingTime>time</bookingTime>
            <bookingState>string</bookingState>
            <reservationType>string</reservationType>
            <cancellation xsi:nil="true" />
            <isHandbooking>boolean</isHandbooking>
            <totalPriceInclusive>long</totalPriceInclusive>
            <totalPrice>long</totalPrice>
            <creditCard xsi:nil="true" />
            <bookingSource />
            <bookedBy xsi:nil="true" />
            <lastChange xsi:nil="true" />
            <currency>string</currency>
            <exchangeRate>unsignedLong</exchangeRate>
            <arrival>date</arrival>
            <departure>date</departure>
            <pax xsi:nil="true" />
            <roomnights>unsignedInt</roomnights>
            <roomCount xsi:nil="true" />
            <roomList xsi:nil="true" />
            <paymentType>short</paymentType>
            <bookingConditions xsi:nil="true" />
            <confirmationLanguage>string</confirmationLanguage>
            <creationDate>dateTime</creationDate>
            <newsletterRegistered>boolean</newsletterRegistered>
            <acontoState>boolean</acontoState>
            <billingAddress xsi:nil="true" />
            <additionalInfo xsi:nil="true" />
            <ciBookingInformation xsi:nil="true" />
            <customerReference />
            <messages xsi:nil="true" />
            <requests xsi:nil="true" />
            <freeServices xsi:nil="true" />
            <conditionally>boolean</conditionally>
            <rateAdjustment>boolean</rateAdjustment>
          </booking>
          <booking>
            <bookingNumber>long</bookingNumber>
            <bookingPassword>string</bookingPassword>
            <previousBookingNumber>long</previousBookingNumber>
            <followingBookingNumber>long</followingBookingNumber>
            <externalBooking xsi:nil="true" />
            <bookingDate>date</bookingDate>
            <bookingTime>time</bookingTime>
            <bookingState>string</bookingState>
            <reservationType>string</reservationType>
            <cancellation xsi:nil="true" />
            <isHandbooking>boolean</isHandbooking>
            <totalPriceInclusive>long</totalPriceInclusive>
            <totalPrice>long</totalPrice>
            <creditCard xsi:nil="true" />
            <bookingSource />
            <bookedBy xsi:nil="true" />
            <lastChange xsi:nil="true" />
            <currency>string</currency>
            <exchangeRate>unsignedLong</exchangeRate>
            <arrival>date</arrival>
            <departure>date</departure>
            <pax xsi:nil="true" />
            <roomnights>unsignedInt</roomnights>
            <roomCount xsi:nil="true" />
            <roomList xsi:nil="true" />
            <paymentType>short</paymentType>
            <bookingConditions xsi:nil="true" />
            <confirmationLanguage>string</confirmationLanguage>
            <creationDate>dateTime</creationDate>
            <newsletterRegistered>boolean</newsletterRegistered>
            <acontoState>boolean</acontoState>
            <billingAddress xsi:nil="true" />
            <additionalInfo xsi:nil="true" />
            <ciBookingInformation xsi:nil="true" />
            <customerReference />
            <messages xsi:nil="true" />
            <requests xsi:nil="true" />
            <freeServices xsi:nil="true" />
            <conditionally>boolean</conditionally>
            <rateAdjustment>boolean</rateAdjustment>
          </booking>
          <customer>
            <number>unsignedLong</number>
            <companyKey>unsignedLong</companyKey>
            <clientID>unsignedLong</clientID>
            <type>unsignedInt</type>
            <salutation>unsignedInt</salutation>
            <language xsi:nil="true" />
            <address xsi:nil="true" />
            <taxNumber>string</taxNumber>
            <showTaxNumberCustomer>boolean</showTaxNumberCustomer>
            <showTaxNumberHotel>boolean</showTaxNumberHotel>
          </customer>
          <hotel>
            <hotelNumber>unsignedLong</hotelNumber>
            <hsaState>string</hsaState>
            <address xsi:nil="true" />
            <nativeAddress xsi:nil="true" />
            <coordinates xsi:nil="true" />
            <countryID>nonNegativeInteger</countryID>
            <language>nonNegativeInteger</language>
            <category>int</category>
            <directions xsi:nil="true" />
            <frontDeskHours xsi:nil="true" />
            <externalInfo>string</externalInfo>
            <earliestCheckIn>time</earliestCheckIn>
            <amenities xsi:nil="true" />
          </hotel>
          <availability>
            <rate xsi:nil="true" />
            <rate xsi:nil="true" />
          </availability>
        </process>
        <i18n>
          <label name="string" />
          <label name="string" />
        </i18n>
      </confirmation>
    </triggerConfirmationEvent>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <triggerConfirmationEventResponse xmlns="http://ws.rendering.hrs.com/">
      <return xmlns="">boolean</return>
    </triggerConfirmationEventResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下は、SOAP 1.2 の要求および応答のサンプルです。表示される プレースホルダーを実際の値で置き換える必要があります。

POST /BookingExportService.asmx HTTP/1.1
Host: hisbizhrs.his-j.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <triggerConfirmationEvent xmlns="http://ws.rendering.hrs.com/">
      <confirmation xmlns="">
        <destination>string</destination>
        <type>string</type>
        <showMultipleConfirmationMessage>boolean</showMultipleConfirmationMessage>
        <process>
          <processKey>unsignedLong</processKey>
          <booking>
            <bookingNumber>long</bookingNumber>
            <bookingPassword>string</bookingPassword>
            <previousBookingNumber>long</previousBookingNumber>
            <followingBookingNumber>long</followingBookingNumber>
            <externalBooking xsi:nil="true" />
            <bookingDate>date</bookingDate>
            <bookingTime>time</bookingTime>
            <bookingState>string</bookingState>
            <reservationType>string</reservationType>
            <cancellation xsi:nil="true" />
            <isHandbooking>boolean</isHandbooking>
            <totalPriceInclusive>long</totalPriceInclusive>
            <totalPrice>long</totalPrice>
            <creditCard xsi:nil="true" />
            <bookingSource />
            <bookedBy xsi:nil="true" />
            <lastChange xsi:nil="true" />
            <currency>string</currency>
            <exchangeRate>unsignedLong</exchangeRate>
            <arrival>date</arrival>
            <departure>date</departure>
            <pax xsi:nil="true" />
            <roomnights>unsignedInt</roomnights>
            <roomCount xsi:nil="true" />
            <roomList xsi:nil="true" />
            <paymentType>short</paymentType>
            <bookingConditions xsi:nil="true" />
            <confirmationLanguage>string</confirmationLanguage>
            <creationDate>dateTime</creationDate>
            <newsletterRegistered>boolean</newsletterRegistered>
            <acontoState>boolean</acontoState>
            <billingAddress xsi:nil="true" />
            <additionalInfo xsi:nil="true" />
            <ciBookingInformation xsi:nil="true" />
            <customerReference />
            <messages xsi:nil="true" />
            <requests xsi:nil="true" />
            <freeServices xsi:nil="true" />
            <conditionally>boolean</conditionally>
            <rateAdjustment>boolean</rateAdjustment>
          </booking>
          <booking>
            <bookingNumber>long</bookingNumber>
            <bookingPassword>string</bookingPassword>
            <previousBookingNumber>long</previousBookingNumber>
            <followingBookingNumber>long</followingBookingNumber>
            <externalBooking xsi:nil="true" />
            <bookingDate>date</bookingDate>
            <bookingTime>time</bookingTime>
            <bookingState>string</bookingState>
            <reservationType>string</reservationType>
            <cancellation xsi:nil="true" />
            <isHandbooking>boolean</isHandbooking>
            <totalPriceInclusive>long</totalPriceInclusive>
            <totalPrice>long</totalPrice>
            <creditCard xsi:nil="true" />
            <bookingSource />
            <bookedBy xsi:nil="true" />
            <lastChange xsi:nil="true" />
            <currency>string</currency>
            <exchangeRate>unsignedLong</exchangeRate>
            <arrival>date</arrival>
            <departure>date</departure>
            <pax xsi:nil="true" />
            <roomnights>unsignedInt</roomnights>
            <roomCount xsi:nil="true" />
            <roomList xsi:nil="true" />
            <paymentType>short</paymentType>
            <bookingConditions xsi:nil="true" />
            <confirmationLanguage>string</confirmationLanguage>
            <creationDate>dateTime</creationDate>
            <newsletterRegistered>boolean</newsletterRegistered>
            <acontoState>boolean</acontoState>
            <billingAddress xsi:nil="true" />
            <additionalInfo xsi:nil="true" />
            <ciBookingInformation xsi:nil="true" />
            <customerReference />
            <messages xsi:nil="true" />
            <requests xsi:nil="true" />
            <freeServices xsi:nil="true" />
            <conditionally>boolean</conditionally>
            <rateAdjustment>boolean</rateAdjustment>
          </booking>
          <customer>
            <number>unsignedLong</number>
            <companyKey>unsignedLong</companyKey>
            <clientID>unsignedLong</clientID>
            <type>unsignedInt</type>
            <salutation>unsignedInt</salutation>
            <language xsi:nil="true" />
            <address xsi:nil="true" />
            <taxNumber>string</taxNumber>
            <showTaxNumberCustomer>boolean</showTaxNumberCustomer>
            <showTaxNumberHotel>boolean</showTaxNumberHotel>
          </customer>
          <hotel>
            <hotelNumber>unsignedLong</hotelNumber>
            <hsaState>string</hsaState>
            <address xsi:nil="true" />
            <nativeAddress xsi:nil="true" />
            <coordinates xsi:nil="true" />
            <countryID>nonNegativeInteger</countryID>
            <language>nonNegativeInteger</language>
            <category>int</category>
            <directions xsi:nil="true" />
            <frontDeskHours xsi:nil="true" />
            <externalInfo>string</externalInfo>
            <earliestCheckIn>time</earliestCheckIn>
            <amenities xsi:nil="true" />
          </hotel>
          <availability>
            <rate xsi:nil="true" />
            <rate xsi:nil="true" />
          </availability>
        </process>
        <i18n>
          <label name="string" />
          <label name="string" />
        </i18n>
      </confirmation>
    </triggerConfirmationEvent>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <triggerConfirmationEventResponse xmlns="http://ws.rendering.hrs.com/">
      <return xmlns="">boolean</return>
    </triggerConfirmationEventResponse>
  </soap12:Body>
</soap12:Envelope>