SERVICE PUSH V001
Service Reference Name: S_SERVICE_PUSH_V001
Push notification with basic service information. Its main purpose is to notify that a certain service has changed and so only the SERVICE-OBJID, SERVICE-CENTRALID and hotel are returned.
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_SERVICE_PUSH_V001 xmlns="PushNotifications"><!--Optional--><AUTOTASK>
<TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
<SERVICE-OBJID>Base: string Pattern: ([0-9])*</SERVICE-OBJID>
<SERVICE-CENTRALID>Base: string Pattern: ([0-9])*</SERVICE-CENTRALID>
<hotel>Base: string Pattern: ([-+]){0,1}([0-9])*</hotel>
</AUTOTASK>
</S_SERVICE_PUSH_V001>
</soapenv:Body>
</soapenv:Envelope>
Attributes Message
Name | Type |
---|---|
S_SERVICE_PUSH_V001 | |
AUTOTASK | Node |
TASK-OBJID | Base: string Pattern: ([0-9])* |
SERVICE-OBJID | Base: string Pattern: ([0-9])* |
SERVICE-CENTRALID | Base: string Pattern: ([0-9])* |
hotel | Base: string Pattern: ([-+]){0,1}([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_SERVICE_PUSH_V001Response xmlns="PushNotifications">
<S_SERVICE_PUSH_V001Result>
<Success>string</Success>
<ErrorMsg>string</ErrorMsg>
</S_SERVICE_PUSH_V001Result>
</S_SERVICE_PUSH_V001Response>
</soapenv:Body>
</soapenv:Envelope>
Attributes Response
Name | Type |
---|---|
S_SERVICE_PUSH_V001Response | |
S_SERVICE_PUSH_V001Result | Node |
Success | string |
ErrorMsg | string |