Skip to content

RESERVATION DELETED PUSH V001

Service Reference Name: S_RESERVATION_DELETED_PUSH_V001

General

Push notification of a deleted reservation.

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_RESERVATION_DELETED_PUSH_V001 xmlns="PushNotifications">
      <AUTOTASK>
        <TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
        <RESERVATION-OBJID>Base: string Pattern: ([0-9])*</RESERVATION-OBJID>
      </AUTOTASK>
    </S_RESERVATION_DELETED_PUSH_V001>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Message

Name Type
S_RESERVATION_DELETED_PUSH_V001
AUTOTASK Node
TASK-OBJID Base: string Pattern: ([0-9])*
RESERVATION-OBJID Base: string Pattern: ([0-9])*

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_RESERVATION_DELETED_PUSH_V001Response xmlns="PushNotifications"><!--Optional--><S_RESERVATION_DELETED_PUSH_V001Result>
        <Success>string</Success>
        <ErrorMsg>string</ErrorMsg>
      </S_RESERVATION_DELETED_PUSH_V001Result>
    </S_RESERVATION_DELETED_PUSH_V001Response>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Response

Name Type
S_RESERVATION_DELETED_PUSH_V001Response
S_RESERVATION_DELETED_PUSH_V001Result Node
Success string
ErrorMsg string