SERVICE POSTING COMPLETE PUSH V001
Service Reference Name: S_SERVICE_POSTING_COMPLETE_PUSH_V001
General
Push notification with complete service posting 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_SERVICE_POSTING_COMPLETE_PUSH_V001Request xmlns="PushNotifications"><!--Optional--><AUTOTASK>
<TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
<SERVICE-POSTING-OBJID>Base: string Pattern: ([0-9])*</SERVICE-POSTING-OBJID>
<service>string</service>
<hoteldate>Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2})|</hoteldate>
<quantity>Base: string Pattern: ([-+]){0,1}([0-9])*\.{0,1}([0-9])*</quantity>
<priceperunit>Base: string Pattern: ([-+]){0,1}([0-9])*\.{0,1}([0-9])*</priceperunit>
<amount>Base: string Pattern: ([-+]){0,1}([0-9])*\.{0,1}([0-9])*</amount>
<currency>string</currency>
</AUTOTASK>
</S_SERVICE_POSTING_COMPLETE_PUSH_V001Request>
</soapenv:Body>
</soapenv:Envelope>
Attributes Message
Name | Type |
---|---|
S_SERVICE_POSTING_COMPLETE_PUSH_V001Request | |
AUTOTASK | Node |
TASK-OBJID | Base: string Pattern: ([0-9])* |
SERVICE-POSTING-OBJID | Base: string Pattern: ([0-9])* |
service | string |
hoteldate | Base: string Pattern: ([0-9]{4})-([0-9]{2})-([0-9]{2}) |
quantity | Base: string Pattern: ([-+]){0,1}([0-9]).{0,1}([0-9]) |
priceperunit | Base: string Pattern: ([-+]){0,1}([0-9]).{0,1}([0-9]) |
amount | Base: string Pattern: ([-+]){0,1}([0-9]).{0,1}([0-9]) |
currency | 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_SERVICE_POSTING_COMPLETE_PUSH_V001Response xmlns="PushNotifications">
<S_SERVICE_POSTING_COMPLETE_PUSH_V001Result>
<Success>string</Success>
<ErrorMsg>string</ErrorMsg>
</S_SERVICE_POSTING_COMPLETE_PUSH_V001Result>
</S_SERVICE_POSTING_COMPLETE_PUSH_V001Response>
</soapenv:Body>
</soapenv:Envelope>
Attributes Response
Name | Type |
---|---|
S_SERVICE_POSTING_COMPLETE_PUSH_V001Response | |
S_SERVICE_POSTING_COMPLETE_PUSH_V001Result | Node |
Success | string |
ErrorMsg | string |