Recordatorios


Click here for a complete list of operations.

Vb_Recordatorios_Completo

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
P_USERID:
P_TIPO:
P_VTWEG:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/IEL_Recordatorios/Recordatorios.asmx HTTP/1.1
Host: 409777.notvwxz6.asia
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/IEL_Recordatorios/Recordatorios/Vb_Recordatorios_Completo"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Vb_Recordatorios_Completo xmlns="http://tempuri.org/IEL_Recordatorios/Recordatorios">
      <P_USERID>string</P_USERID>
      <P_TIPO>string</P_TIPO>
      <P_VTWEG>string</P_VTWEG>
    </Vb_Recordatorios_Completo>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Vb_Recordatorios_CompletoResponse xmlns="http://tempuri.org/IEL_Recordatorios/Recordatorios">
      <Vb_Recordatorios_CompletoResult>
        <RDRecordatorios_Completo>
          <IDORREC>string</IDORREC>
          <IDORD>string</IDORD>
          <DOCRE>string</DOCRE>
          <DOCSA>string</DOCSA>
          <USERN>string</USERN>
          <KUNNR>string</KUNNR>
          <NAME1>string</NAME1>
          <PURCHC>string</PURCHC>
          <MATNR>string</MATNR>
          <MAKTX>string</MAKTX>
          <CANT>string</CANT>
          <MEINS>string</MEINS>
          <LABST>string</LABST>
          <EMPAQUE>string</EMPAQUE>
          <STAT>string</STAT>
          <TIPO>string</TIPO>
          <Usr_Asesor>string</Usr_Asesor>
          <Usr_Asesor_N>string</Usr_Asesor_N>
          <Usr_SubGerente>string</Usr_SubGerente>
          <Usr_SubGerente_N>string</Usr_SubGerente_N>
          <Usr_Gerente>string</Usr_Gerente>
          <Usr_Gerente_N>string</Usr_Gerente_N>
          <Usr_GerReg>string</Usr_GerReg>
          <Usr_GerReg_N>string</Usr_GerReg_N>
          <Usr_Subdirector>string</Usr_Subdirector>
          <Usr_Subdirector_N>string</Usr_Subdirector_N>
          <Usr_Director>string</Usr_Director>
          <Usr_Director_N>string</Usr_Director_N>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </RDRecordatorios_Completo>
        <RDRecordatorios_Completo>
          <IDORREC>string</IDORREC>
          <IDORD>string</IDORD>
          <DOCRE>string</DOCRE>
          <DOCSA>string</DOCSA>
          <USERN>string</USERN>
          <KUNNR>string</KUNNR>
          <NAME1>string</NAME1>
          <PURCHC>string</PURCHC>
          <MATNR>string</MATNR>
          <MAKTX>string</MAKTX>
          <CANT>string</CANT>
          <MEINS>string</MEINS>
          <LABST>string</LABST>
          <EMPAQUE>string</EMPAQUE>
          <STAT>string</STAT>
          <TIPO>string</TIPO>
          <Usr_Asesor>string</Usr_Asesor>
          <Usr_Asesor_N>string</Usr_Asesor_N>
          <Usr_SubGerente>string</Usr_SubGerente>
          <Usr_SubGerente_N>string</Usr_SubGerente_N>
          <Usr_Gerente>string</Usr_Gerente>
          <Usr_Gerente_N>string</Usr_Gerente_N>
          <Usr_GerReg>string</Usr_GerReg>
          <Usr_GerReg_N>string</Usr_GerReg_N>
          <Usr_Subdirector>string</Usr_Subdirector>
          <Usr_Subdirector_N>string</Usr_Subdirector_N>
          <Usr_Director>string</Usr_Director>
          <Usr_Director_N>string</Usr_Director_N>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </RDRecordatorios_Completo>
      </Vb_Recordatorios_CompletoResult>
    </Vb_Recordatorios_CompletoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/IEL_Recordatorios/Recordatorios.asmx HTTP/1.1
Host: 409777.notvwxz6.asia
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Vb_Recordatorios_Completo xmlns="http://tempuri.org/IEL_Recordatorios/Recordatorios">
      <P_USERID>string</P_USERID>
      <P_TIPO>string</P_TIPO>
      <P_VTWEG>string</P_VTWEG>
    </Vb_Recordatorios_Completo>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Vb_Recordatorios_CompletoResponse xmlns="http://tempuri.org/IEL_Recordatorios/Recordatorios">
      <Vb_Recordatorios_CompletoResult>
        <RDRecordatorios_Completo>
          <IDORREC>string</IDORREC>
          <IDORD>string</IDORD>
          <DOCRE>string</DOCRE>
          <DOCSA>string</DOCSA>
          <USERN>string</USERN>
          <KUNNR>string</KUNNR>
          <NAME1>string</NAME1>
          <PURCHC>string</PURCHC>
          <MATNR>string</MATNR>
          <MAKTX>string</MAKTX>
          <CANT>string</CANT>
          <MEINS>string</MEINS>
          <LABST>string</LABST>
          <EMPAQUE>string</EMPAQUE>
          <STAT>string</STAT>
          <TIPO>string</TIPO>
          <Usr_Asesor>string</Usr_Asesor>
          <Usr_Asesor_N>string</Usr_Asesor_N>
          <Usr_SubGerente>string</Usr_SubGerente>
          <Usr_SubGerente_N>string</Usr_SubGerente_N>
          <Usr_Gerente>string</Usr_Gerente>
          <Usr_Gerente_N>string</Usr_Gerente_N>
          <Usr_GerReg>string</Usr_GerReg>
          <Usr_GerReg_N>string</Usr_GerReg_N>
          <Usr_Subdirector>string</Usr_Subdirector>
          <Usr_Subdirector_N>string</Usr_Subdirector_N>
          <Usr_Director>string</Usr_Director>
          <Usr_Director_N>string</Usr_Director_N>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </RDRecordatorios_Completo>
        <RDRecordatorios_Completo>
          <IDORREC>string</IDORREC>
          <IDORD>string</IDORD>
          <DOCRE>string</DOCRE>
          <DOCSA>string</DOCSA>
          <USERN>string</USERN>
          <KUNNR>string</KUNNR>
          <NAME1>string</NAME1>
          <PURCHC>string</PURCHC>
          <MATNR>string</MATNR>
          <MAKTX>string</MAKTX>
          <CANT>string</CANT>
          <MEINS>string</MEINS>
          <LABST>string</LABST>
          <EMPAQUE>string</EMPAQUE>
          <STAT>string</STAT>
          <TIPO>string</TIPO>
          <Usr_Asesor>string</Usr_Asesor>
          <Usr_Asesor_N>string</Usr_Asesor_N>
          <Usr_SubGerente>string</Usr_SubGerente>
          <Usr_SubGerente_N>string</Usr_SubGerente_N>
          <Usr_Gerente>string</Usr_Gerente>
          <Usr_Gerente_N>string</Usr_Gerente_N>
          <Usr_GerReg>string</Usr_GerReg>
          <Usr_GerReg_N>string</Usr_GerReg_N>
          <Usr_Subdirector>string</Usr_Subdirector>
          <Usr_Subdirector_N>string</Usr_Subdirector_N>
          <Usr_Director>string</Usr_Director>
          <Usr_Director_N>string</Usr_Director_N>
          <MYERR>string</MYERR>
          <FNMSG>string</FNMSG>
        </RDRecordatorios_Completo>
      </Vb_Recordatorios_CompletoResult>
    </Vb_Recordatorios_CompletoResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /WebServices/IEL_Recordatorios/Recordatorios.asmx/Vb_Recordatorios_Completo?P_USERID=string&P_TIPO=string&P_VTWEG=string HTTP/1.1
Host: 409777.notvwxz6.asia
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRDRecordatorios_Completo xmlns="http://tempuri.org/IEL_Recordatorios/Recordatorios">
  <RDRecordatorios_Completo>
    <IDORREC>string</IDORREC>
    <IDORD>string</IDORD>
    <DOCRE>string</DOCRE>
    <DOCSA>string</DOCSA>
    <USERN>string</USERN>
    <KUNNR>string</KUNNR>
    <NAME1>string</NAME1>
    <PURCHC>string</PURCHC>
    <MATNR>string</MATNR>
    <MAKTX>string</MAKTX>
    <CANT>string</CANT>
    <MEINS>string</MEINS>
    <LABST>string</LABST>
    <EMPAQUE>string</EMPAQUE>
    <STAT>string</STAT>
    <TIPO>string</TIPO>
    <Usr_Asesor>string</Usr_Asesor>
    <Usr_Asesor_N>string</Usr_Asesor_N>
    <Usr_SubGerente>string</Usr_SubGerente>
    <Usr_SubGerente_N>string</Usr_SubGerente_N>
    <Usr_Gerente>string</Usr_Gerente>
    <Usr_Gerente_N>string</Usr_Gerente_N>
    <Usr_GerReg>string</Usr_GerReg>
    <Usr_GerReg_N>string</Usr_GerReg_N>
    <Usr_Subdirector>string</Usr_Subdirector>
    <Usr_Subdirector_N>string</Usr_Subdirector_N>
    <Usr_Director>string</Usr_Director>
    <Usr_Director_N>string</Usr_Director_N>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </RDRecordatorios_Completo>
  <RDRecordatorios_Completo>
    <IDORREC>string</IDORREC>
    <IDORD>string</IDORD>
    <DOCRE>string</DOCRE>
    <DOCSA>string</DOCSA>
    <USERN>string</USERN>
    <KUNNR>string</KUNNR>
    <NAME1>string</NAME1>
    <PURCHC>string</PURCHC>
    <MATNR>string</MATNR>
    <MAKTX>string</MAKTX>
    <CANT>string</CANT>
    <MEINS>string</MEINS>
    <LABST>string</LABST>
    <EMPAQUE>string</EMPAQUE>
    <STAT>string</STAT>
    <TIPO>string</TIPO>
    <Usr_Asesor>string</Usr_Asesor>
    <Usr_Asesor_N>string</Usr_Asesor_N>
    <Usr_SubGerente>string</Usr_SubGerente>
    <Usr_SubGerente_N>string</Usr_SubGerente_N>
    <Usr_Gerente>string</Usr_Gerente>
    <Usr_Gerente_N>string</Usr_Gerente_N>
    <Usr_GerReg>string</Usr_GerReg>
    <Usr_GerReg_N>string</Usr_GerReg_N>
    <Usr_Subdirector>string</Usr_Subdirector>
    <Usr_Subdirector_N>string</Usr_Subdirector_N>
    <Usr_Director>string</Usr_Director>
    <Usr_Director_N>string</Usr_Director_N>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </RDRecordatorios_Completo>
</ArrayOfRDRecordatorios_Completo>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /WebServices/IEL_Recordatorios/Recordatorios.asmx/Vb_Recordatorios_Completo HTTP/1.1
Host: 409777.notvwxz6.asia
Content-Type: application/x-www-form-urlencoded
Content-Length: length

P_USERID=string&P_TIPO=string&P_VTWEG=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRDRecordatorios_Completo xmlns="http://tempuri.org/IEL_Recordatorios/Recordatorios">
  <RDRecordatorios_Completo>
    <IDORREC>string</IDORREC>
    <IDORD>string</IDORD>
    <DOCRE>string</DOCRE>
    <DOCSA>string</DOCSA>
    <USERN>string</USERN>
    <KUNNR>string</KUNNR>
    <NAME1>string</NAME1>
    <PURCHC>string</PURCHC>
    <MATNR>string</MATNR>
    <MAKTX>string</MAKTX>
    <CANT>string</CANT>
    <MEINS>string</MEINS>
    <LABST>string</LABST>
    <EMPAQUE>string</EMPAQUE>
    <STAT>string</STAT>
    <TIPO>string</TIPO>
    <Usr_Asesor>string</Usr_Asesor>
    <Usr_Asesor_N>string</Usr_Asesor_N>
    <Usr_SubGerente>string</Usr_SubGerente>
    <Usr_SubGerente_N>string</Usr_SubGerente_N>
    <Usr_Gerente>string</Usr_Gerente>
    <Usr_Gerente_N>string</Usr_Gerente_N>
    <Usr_GerReg>string</Usr_GerReg>
    <Usr_GerReg_N>string</Usr_GerReg_N>
    <Usr_Subdirector>string</Usr_Subdirector>
    <Usr_Subdirector_N>string</Usr_Subdirector_N>
    <Usr_Director>string</Usr_Director>
    <Usr_Director_N>string</Usr_Director_N>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </RDRecordatorios_Completo>
  <RDRecordatorios_Completo>
    <IDORREC>string</IDORREC>
    <IDORD>string</IDORD>
    <DOCRE>string</DOCRE>
    <DOCSA>string</DOCSA>
    <USERN>string</USERN>
    <KUNNR>string</KUNNR>
    <NAME1>string</NAME1>
    <PURCHC>string</PURCHC>
    <MATNR>string</MATNR>
    <MAKTX>string</MAKTX>
    <CANT>string</CANT>
    <MEINS>string</MEINS>
    <LABST>string</LABST>
    <EMPAQUE>string</EMPAQUE>
    <STAT>string</STAT>
    <TIPO>string</TIPO>
    <Usr_Asesor>string</Usr_Asesor>
    <Usr_Asesor_N>string</Usr_Asesor_N>
    <Usr_SubGerente>string</Usr_SubGerente>
    <Usr_SubGerente_N>string</Usr_SubGerente_N>
    <Usr_Gerente>string</Usr_Gerente>
    <Usr_Gerente_N>string</Usr_Gerente_N>
    <Usr_GerReg>string</Usr_GerReg>
    <Usr_GerReg_N>string</Usr_GerReg_N>
    <Usr_Subdirector>string</Usr_Subdirector>
    <Usr_Subdirector_N>string</Usr_Subdirector_N>
    <Usr_Director>string</Usr_Director>
    <Usr_Director_N>string</Usr_Director_N>
    <MYERR>string</MYERR>
    <FNMSG>string</FNMSG>
  </RDRecordatorios_Completo>
</ArrayOfRDRecordatorios_Completo>