Skip to content

INVOICE FISCAL PUSH V001

Service Reference Name: S_INVOICE_FISCAL_PUSH_V001

General

Push notification with fiscal invoice 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_INVOICE_FISCAL_PUSH_V001 xmlns="PushNotifications"><!--Optional--><AUTOTASK>
        <TASK-OBJID>Base: string Pattern: ([0-9])*</TASK-OBJID><!--Optional--><INVOICE>
          <INVOICE-OBJID>Base: string Pattern: ([0-9])*</INVOICE-OBJID>
          <invoiceno>Base: string Pattern: ([0-9])*</invoiceno>
          <invoicenoset>Base: string minLength: 0 maxLength: 2</invoicenoset>
          <hotel>Base: string Pattern: ([-+]){0,1}([0-9])*</hotel>
          <operator>Base: string minLength: 0 maxLength: 3</operator>
          <ATTRIBUTES><!--Optional--><ATTRIBUTE>
              <Key>string</Key>
              <Value>string</Value>
            </ATTRIBUTE>
          </ATTRIBUTES><!--Optional--><PRINTDOCUMENT>
            <PdfBase64>string</PdfBase64>
          </PRINTDOCUMENT>
        </INVOICE>
      </AUTOTASK>
    </S_INVOICE_FISCAL_PUSH_V001>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Message

Name Type
S_INVOICE_FISCAL_PUSH_V001
AUTOTASK Node
TASK-OBJID Base: string Pattern: ([0-9])*
INVOICE Node
INVOICE-OBJID Base: string Pattern: ([0-9])*
invoiceno Base: string Pattern: ([0-9])*
invoicenoset Base: string minLength: 0 maxLength: 2
hotel Base: string Pattern: ([-+]){0,1}([0-9])*
operator Base: string minLength: 0 maxLength: 3
ATTRIBUTES Node
ATTRIBUTE Node
Key string
Value string
PRINTDOCUMENT Node
PdfBase64 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_INVOICE_FISCAL_PUSH_V001Response xmlns="PushNotifications">
      <S_INVOICE_FISCAL_PUSH_V001Result>
        <Success>string</Success>
        <ErrorMsg>string</ErrorMsg>
      </S_INVOICE_FISCAL_PUSH_V001Result>
    </S_INVOICE_FISCAL_PUSH_V001Response>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Response

Name Type
S_INVOICE_FISCAL_PUSH_V001Response
S_INVOICE_FISCAL_PUSH_V001Result Node
Success string
ErrorMsg string