Skip to content

GUEST DEBTOR PUSH V001

Service Reference Name: S_GUEST_DEBTOR_PUSH_V001

General

Push notification with needed guest 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_GUEST_DEBTOR_PUSH_V001 xmlns="PushNotifications"><!--Optional--><AUTOTASK>
        <TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
        <GUEST-OBJID>Base: string Pattern: ([0-9])*</GUEST-OBJID>
        <GUEST-CENTRALID>Base: string Pattern: ([0-9])*</GUEST-CENTRALID>
        <address>string</address>
        <gsttype>string</gsttype>
        <debtorallowed>string</debtorallowed>
        <debtorno>Base: string Pattern: ([-+]){0,1}([0-9])*</debtorno>
        <language>string</language>
        <street>Base: string minLength: 0 maxLength: 80</street>
        <postcode>Base: string minLength: 0 maxLength: 15</postcode>
        <pobox>Base: string minLength: 0 maxLength: 30</pobox>
        <city>Base: string minLength: 0 maxLength: 50</city>
        <country>string</country>
        <Region>string</Region>
        <District>string</District>
        <phone>Base: string minLength: 0 maxLength: 30</phone>
        <faxno1>Base: string minLength: 0 maxLength: 30</faxno1>
        <email1>Base: string minLength: 0 maxLength: 100</email1>
        <billingcode>Base: string minLength: 0 maxLength: 17</billingcode>
        <name1>string</name1>
        <name2>Base: string minLength: 0 maxLength: 100</name2><!--Optional--><BankAccounts><!--Optional--><BankAccount>
            <bankname>Base: string minLength: 0 maxLength: 64</bankname>
            <country>Base: string minLength: 0 maxLength: 9</country>
            <accountno>Base: string minLength: 0 maxLength: 40</accountno>
          </BankAccount>
        </BankAccounts><!--Optional--><ExternalIDs><!--Optional--><EXTERNALID>
            <externaltype>string</externaltype>
            <externalid>string</externalid>
          </EXTERNALID>
        </ExternalIDs>
      </AUTOTASK>
    </S_GUEST_DEBTOR_PUSH_V001>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Message

Name Type
S_GUEST_DEBTOR_PUSH_V001
AUTOTASK Node
TASK-OBJID Base: string Pattern: ([0-9])*
GUEST-OBJID Base: string Pattern: ([0-9])*
GUEST-CENTRALID Base: string Pattern: ([0-9])*
address string
gsttype string
debtorallowed string
debtorno Base: string Pattern: ([-+]){0,1}([0-9])*
language string
street Base: string minLength: 0 maxLength: 80
postcode Base: string minLength: 0 maxLength: 15
pobox Base: string minLength: 0 maxLength: 30
city Base: string minLength: 0 maxLength: 50
country string
Region string
District string
phone Base: string minLength: 0 maxLength: 30
faxno1 Base: string minLength: 0 maxLength: 30
email1 Base: string minLength: 0 maxLength: 100
billingcode Base: string minLength: 0 maxLength: 17
name1 string
name2 Base: string minLength: 0 maxLength: 100
BankAccounts Node
BankAccount Node
bankname Base: string minLength: 0 maxLength: 64
country Base: string minLength: 0 maxLength: 9
accountno Base: string minLength: 0 maxLength: 40
ExternalIDs Node
EXTERNALID Node
externaltype string
externalid 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_GUEST_DEBTOR_PUSH_V001Response xmlns="PushNotifications">
      <S_GUEST_DEBTOR_PUSH_V001Result>
        <Success>string</Success>
        <ErrorMsg>string</ErrorMsg>
      </S_GUEST_DEBTOR_PUSH_V001Result>
    </S_GUEST_DEBTOR_PUSH_V001Response>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Response

Name Type
S_GUEST_DEBTOR_PUSH_V001Response
S_GUEST_DEBTOR_PUSH_V001Result Node
Success string
ErrorMsg string