Skip to content

ROOM PUSH COMPLETE V001

Service Reference Name: S_ROOM_PUSH_COMPLETE_V001

General

Push notification for any changes that happends to the housekeeping status of a room

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_ROOM_PUSH_COMPLETE_V001 xmlns="PushNotifications"><!--Optional--><AUTOTASK>
        <TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID>
        <ROOM-OBJID>Base: string Pattern: ([0-9])*</ROOM-OBJID>
        <hotel>Base: string Pattern: ([-+]){0,1}([0-9])*</hotel>
        <room>string</room>
        <roomtype>string</roomtype>
        <category>string</category>
        <roomlocation>Base: string minLength: 0 maxLength: 2</roomlocation>
        <isroomstatusok>Base: string Pattern: ([-+]){0,1}([0-9])*</isroomstatusok>
        <maintenancestatus>string</maintenancestatus>
        <ismaintenancestatusok>Base: string Pattern: ([-+]){0,1}([0-9])*</ismaintenancestatusok>
        <doorlockid>string</doorlockid>
        <housekeepingstatus>Base: string minLength: 0 maxLength: 2</housekeepingstatus>
        <beds>Base: string Pattern: ([-+]){0,1}([0-9])*</beds>
        <bedtype>Base: string minLength: 0 maxLength: 2</bedtype>
        <extrabeds>Base: string Pattern: ([-+]){0,1}([0-9])*</extrabeds>
        <feature1>Base: string minLength: 0 maxLength: 2</feature1>
        <feature2>Base: string minLength: 0 maxLength: 2</feature2>
        <feature3>Base: string minLength: 0 maxLength: 2</feature3>
        <floor>Base: string minLength: 0 maxLength: 2</floor>
        <building>Base: string minLength: 0 maxLength: 10</building>
        <sequenceroomrack>Base: string minLength: 0 maxLength: 10</sequenceroomrack>
        <hskarea>Base: string minLength: 0 maxLength: 4</hskarea>
        <hskcleaningpoints>Base: string Pattern: ([-+]){0,1}([0-9])*</hskcleaningpoints>
        <hskarrivalcleaningpoints>Base: string Pattern: ([-+]){0,1}([0-9])*</hskarrivalcleaningpoints>
        <hskdeparturecleaningpoints>Base: string Pattern: ([-+]){0,1}([0-9])*</hskdeparturecleaningpoints>
        <plan>Base: string minLength: 0 maxLength: 20</plan>
        <lot>Base: string minLength: 0 maxLength: 20</lot>
        <splitpoints>Base: string Pattern: ([-+]){0,1}([0-9])*</splitpoints>
      </AUTOTASK>
    </S_ROOM_PUSH_COMPLETE_V001>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Message

Name Type
S_ROOM_PUSH_COMPLETE_V001
AUTOTASK Node
TASK-OBJID Base: string Pattern: ([0-9])*
ROOM-OBJID Base: string Pattern: ([0-9])*
hotel Base: string Pattern: ([-+]){0,1}([0-9])*
room string
roomtype string
category string
roomlocation Base: string minLength: 0 maxLength: 2
isroomstatusok Base: string Pattern: ([-+]){0,1}([0-9])*
maintenancestatus string
ismaintenancestatusok Base: string Pattern: ([-+]){0,1}([0-9])*
doorlockid string
housekeepingstatus Base: string minLength: 0 maxLength: 2
beds Base: string Pattern: ([-+]){0,1}([0-9])*
bedtype Base: string minLength: 0 maxLength: 2
extrabeds Base: string Pattern: ([-+]){0,1}([0-9])*
feature1 Base: string minLength: 0 maxLength: 2
feature2 Base: string minLength: 0 maxLength: 2
feature3 Base: string minLength: 0 maxLength: 2
floor Base: string minLength: 0 maxLength: 2
building Base: string minLength: 0 maxLength: 10
sequenceroomrack Base: string minLength: 0 maxLength: 10
hskarea Base: string minLength: 0 maxLength: 4
hskcleaningpoints Base: string Pattern: ([-+]){0,1}([0-9])*
hskarrivalcleaningpoints Base: string Pattern: ([-+]){0,1}([0-9])*
hskdeparturecleaningpoints Base: string Pattern: ([-+]){0,1}([0-9])*
plan Base: string minLength: 0 maxLength: 20
lot Base: string minLength: 0 maxLength: 20
splitpoints 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_ROOM_PUSH_COMPLETE_V001Response xmlns="PushNotifications">
      <S_ROOM_PUSH_COMPLETE_V001Result>
        <Success>string</Success>
        <ErrorMsg>string</ErrorMsg>
      </S_ROOM_PUSH_COMPLETE_V001Result>
    </S_ROOM_PUSH_COMPLETE_V001Response>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Response

Name Type
S_ROOM_PUSH_COMPLETE_V001Response
S_ROOM_PUSH_COMPLETE_V001Result Node
Success string
ErrorMsg string