Skip to content

PERSON PUSH V001

Service Reference Name: S_PERSON_PUSH_V001

General

Push notification with basic person information. Its main purpose is to notify that a certain person has changed and so only the PERSON-OBJID are returned."

References

  • S_PERSON_GET_V001 - If more information is needed afterwards, it can be requested through this service by objID.

  • S_PERSON_COMPLETE_PUSH_V001 - If more information is required within the notification itself, please use this notification instead.

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_PERSON_PUSH_V001Notification xmlns="PushNotifications"><!--Optional--><AUTOTASK>
        <TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
        <PERSON-OBJID>Base: string Pattern: ([0-9])*</PERSON-OBJID>
      </AUTOTASK>
    </S_PERSON_PUSH_V001Notification>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Message

Name Type
S_PERSON_PUSH_V001Notification
AUTOTASK Node
TASK-OBJID Base: string Pattern: ([0-9])*
PERSON-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_PERSON_PUSH_V001Response xmlns="PushNotifications">
      <S_PERSON_PUSH_V001Result>
        <Success>string</Success>
        <ErrorMsg>string</ErrorMsg>
      </S_PERSON_PUSH_V001Result>
    </S_PERSON_PUSH_V001Response>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Response

Name Type
S_PERSON_PUSH_V001Response
S_PERSON_PUSH_V001Result Node
Success string
ErrorMsg string