TimbradoNomina


Click here for a complete list of operations.

cancelar_cfdi_v40

Test

The test form is only available for requests from the local machine.

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 /TimbradoNomina.asmx HTTP/1.1
Host: timbradonomina.sistemasperseo.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/cancelar_cfdi_v40"

<?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>
    <cancelar_cfdi_v40 xmlns="http://tempuri.org/">
      <pac>int</pac>
      <isTest>boolean</isTest>
      <p_ws_username>string</p_ws_username>
      <p_ws_password>string</p_ws_password>
      <rfcEmisor>string</rfcEmisor>
      <rfcReceptor>string</rfcReceptor>
      <uuid>string</uuid>
      <tipo1>string</tipo1>
      <tipoC>string</tipoC>
      <emailEmisor>string</emailEmisor>
      <emailReceptor>string</emailReceptor>
      <uuidRelacionado>string</uuidRelacionado>
      <totalComprobante>decimal</totalComprobante>
      <pve>string</pve>
      <uuidRelacionMotivoCancelacion>string</uuidRelacionMotivoCancelacion>
      <motivoCancelacion>string</motivoCancelacion>
      <b64Key>string</b64Key>
      <b64Cert>string</b64Cert>
      <codigo>string</codigo>
      <mensaje>string</mensaje>
    </cancelar_cfdi_v40>
  </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>
    <cancelar_cfdi_v40Response xmlns="http://tempuri.org/">
      <cancelar_cfdi_v40Result>string</cancelar_cfdi_v40Result>
      <codigo>string</codigo>
      <mensaje>string</mensaje>
    </cancelar_cfdi_v40Response>
  </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 /TimbradoNomina.asmx HTTP/1.1
Host: timbradonomina.sistemasperseo.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>
    <cancelar_cfdi_v40 xmlns="http://tempuri.org/">
      <pac>int</pac>
      <isTest>boolean</isTest>
      <p_ws_username>string</p_ws_username>
      <p_ws_password>string</p_ws_password>
      <rfcEmisor>string</rfcEmisor>
      <rfcReceptor>string</rfcReceptor>
      <uuid>string</uuid>
      <tipo1>string</tipo1>
      <tipoC>string</tipoC>
      <emailEmisor>string</emailEmisor>
      <emailReceptor>string</emailReceptor>
      <uuidRelacionado>string</uuidRelacionado>
      <totalComprobante>decimal</totalComprobante>
      <pve>string</pve>
      <uuidRelacionMotivoCancelacion>string</uuidRelacionMotivoCancelacion>
      <motivoCancelacion>string</motivoCancelacion>
      <b64Key>string</b64Key>
      <b64Cert>string</b64Cert>
      <codigo>string</codigo>
      <mensaje>string</mensaje>
    </cancelar_cfdi_v40>
  </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>
    <cancelar_cfdi_v40Response xmlns="http://tempuri.org/">
      <cancelar_cfdi_v40Result>string</cancelar_cfdi_v40Result>
      <codigo>string</codigo>
      <mensaje>string</mensaje>
    </cancelar_cfdi_v40Response>
  </soap12:Body>
</soap12:Envelope>