PlatformService


Haga clic aquí para obtener una lista completa de operaciones.

GetLastCorreosPaymentByNifAndResult

Método para obtener el último pago realizado en CorreosID por un determinado cif y evitando un cierto tipo de operación

Prueba

El formulario de prueba sólo está disponible para solicitudes del equipo local.

SOAP 1.1

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.1. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /NotificationServices/PlatformService.asmx HTTP/1.1
Host: neos.ivnosys.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://articsoluciones.net/segurnotes/GetLastCorreosPaymentByNifAndResult"

<?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>
    <GetLastCorreosPaymentByNifAndResult xmlns="http://articsoluciones.net/segurnotes">
      <sessionId>string</sessionId>
      <nif>string</nif>
      <result>int</result>
    </GetLastCorreosPaymentByNifAndResult>
  </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>
    <GetLastCorreosPaymentByNifAndResultResponse xmlns="http://articsoluciones.net/segurnotes">
      <GetLastCorreosPaymentByNifAndResultResult>
        <_dateDt>dateTime</_dateDt>
        <_date>string</_date>
        <nif>string</nif>
        <concept>string</concept>
        <conceptAmount>double</conceptAmount>
        <taxName>string</taxName>
        <taxRate>double</taxRate>
        <taxAmount>double</taxAmount>
        <totalAmount>double</totalAmount>
        <reference>string</reference>
        <billTo>
          <name>string</name>
          <lastName>string</lastName>
          <type>string</type>
          <nif>string</nif>
          <adress>string</adress>
          <postalCode>string</postalCode>
          <city>string</city>
          <email>string</email>
          <language>string</language>
          <countryCode>string</countryCode>
          <countryCodeStr>string</countryCodeStr>
        </billTo>
        <fiscalidad>IVA or ISI_ANDORRA or IPSI_MELILLA or IPSI_CEUTA or NO_SUJETO or IGIC</fiscalidad>
        <ncifs>int</ncifs>
        <idSapConcept>string</idSapConcept>
        <ticket>string</ticket>
        <idMedioPago>string</idMedioPago>
        <creationLicenseResult>int</creationLicenseResult>
        <token>string</token>
        <satisSurveyChecked>string</satisSurveyChecked>
      </GetLastCorreosPaymentByNifAndResultResult>
    </GetLastCorreosPaymentByNifAndResultResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

A continuación se muestra un ejemplo de solicitud y respuesta para SOAP 1.2. Es necesario reemplazar los marcadores de posición que aparecen con valores reales.

POST /NotificationServices/PlatformService.asmx HTTP/1.1
Host: neos.ivnosys.com
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>
    <GetLastCorreosPaymentByNifAndResult xmlns="http://articsoluciones.net/segurnotes">
      <sessionId>string</sessionId>
      <nif>string</nif>
      <result>int</result>
    </GetLastCorreosPaymentByNifAndResult>
  </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>
    <GetLastCorreosPaymentByNifAndResultResponse xmlns="http://articsoluciones.net/segurnotes">
      <GetLastCorreosPaymentByNifAndResultResult>
        <_dateDt>dateTime</_dateDt>
        <_date>string</_date>
        <nif>string</nif>
        <concept>string</concept>
        <conceptAmount>double</conceptAmount>
        <taxName>string</taxName>
        <taxRate>double</taxRate>
        <taxAmount>double</taxAmount>
        <totalAmount>double</totalAmount>
        <reference>string</reference>
        <billTo>
          <name>string</name>
          <lastName>string</lastName>
          <type>string</type>
          <nif>string</nif>
          <adress>string</adress>
          <postalCode>string</postalCode>
          <city>string</city>
          <email>string</email>
          <language>string</language>
          <countryCode>string</countryCode>
          <countryCodeStr>string</countryCodeStr>
        </billTo>
        <fiscalidad>IVA or ISI_ANDORRA or IPSI_MELILLA or IPSI_CEUTA or NO_SUJETO or IGIC</fiscalidad>
        <ncifs>int</ncifs>
        <idSapConcept>string</idSapConcept>
        <ticket>string</ticket>
        <idMedioPago>string</idMedioPago>
        <creationLicenseResult>int</creationLicenseResult>
        <token>string</token>
        <satisSurveyChecked>string</satisSurveyChecked>
      </GetLastCorreosPaymentByNifAndResultResult>
    </GetLastCorreosPaymentByNifAndResultResponse>
  </soap12:Body>
</soap12:Envelope>