AUTOTASK AVAILABILITY CHANGED V001
Service Reference Name: AUTOTASK_AVAILABILITY_CHANGED_V001
Deprecated
This has been deprecated. Please refer to:
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>
    <AUTOTASK_AVAILABILITY_CHANGED_V001 xmlns="PushNotifications"><!--Optional--><AUTOTASK>
        <TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
        <hotel>Base: string Pattern: ([-+]){0,1}([0-9])*</hotel>
        <datefrom>Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2})|</datefrom>
        <dateto>Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2})|</dateto>
      </AUTOTASK>
    </AUTOTASK_AVAILABILITY_CHANGED_V001>
  </soapenv:Body>
</soapenv:Envelope>
Attributes Message
| Name | Type | 
|---|---|
| AUTOTASK_AVAILABILITY_CHANGED_V001 | |
| AUTOTASK | Node | 
| TASK-OBJID | Base: string Pattern: ([0-9])* | 
| hotel | Base: string Pattern: ([-+]){0,1}([0-9])* | 
| datefrom | Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2}) | 
| dateto | Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2}) | 
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>
    <AUTOTASK_AVAILABILITY_CHANGED_V001Response xmlns="PushNotifications">
      <AUTOTASK_AVAILABILITY_CHANGED_V001Result>
        <Success>string</Success>
        <ErrorMsg>string</ErrorMsg>
      </AUTOTASK_AVAILABILITY_CHANGED_V001Result>
    </AUTOTASK_AVAILABILITY_CHANGED_V001Response>
  </soapenv:Body>
</soapenv:Envelope>
Attributes Response
| Name | Type | 
|---|---|
| AUTOTASK_AVAILABILITY_CHANGED_V001Response | |
| AUTOTASK_AVAILABILITY_CHANGED_V001Result | Node | 
| Success | string | 
| ErrorMsg | string |