GUESTJOURNEY RESERVATION PUSH V002

Service Reference Name: S_GUESTJOURNEY_RESERVATION_PUSH_V002

General

    Generic notification for GuestJourney Reservation.
    Includes the action name of the notification and some base information
    

Direction

SIHOT.PMS → IF Partner

Message

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soapenv:Header />
  <soapenv:Body>
    <S_GUESTJOURNEY_RESERVATION_PUSH_V002 xmlns="PushNotifications"><!--Optional--><AUTOTASK>
        <TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
        <ACTION>string</ACTION>
        <RESERVATION-OBJID>Base: string Pattern: ([0-9])*</RESERVATION-OBJID>
        <RESERVATION-CENTRALID>Base: string Pattern: ([0-9])*</RESERVATION-CENTRALID>
        <hotel>Base: string Pattern: ([-+]){0,1}([0-9])*</hotel>
        <HOTEL-UUID>string</HOTEL-UUID>
      </AUTOTASK>
    </S_GUESTJOURNEY_RESERVATION_PUSH_V002>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Message

Name Type
S_GUESTJOURNEY_RESERVATION_PUSH_V002
AUTOTASK Node
TASK-OBJID Base: string Pattern: ([0-9])*
ACTION string
RESERVATION-OBJID Base: string Pattern: ([0-9])*
RESERVATION-CENTRALID Base: string Pattern: ([0-9])*
hotel Base: string Pattern: ([-+]){0,1}([0-9])*
HOTEL-UUID string

Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soapenv:Header />
  <soapenv:Body>
    <S_GUESTJOURNEY_RESERVATION_PUSH_V002Response xmlns="PushNotifications">
      <S_GUESTJOURNEY_RESERVATION_PUSH_V002Result>
        <Success>string</Success>
        <ErrorMsg>string</ErrorMsg>
      </S_GUESTJOURNEY_RESERVATION_PUSH_V002Result>
    </S_GUESTJOURNEY_RESERVATION_PUSH_V002Response>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Response

Name Type
S_GUESTJOURNEY_RESERVATION_PUSH_V002Response
S_GUESTJOURNEY_RESERVATION_PUSH_V002Result Node
Success string
ErrorMsg string