TimbreCFDI


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

ObtenerTFD

Metodo ObtenerTFD: obtiene el TFD del CFDI recibido (en produccion)

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 /TimbreCFDI/TimbreCFDI.asmx HTTP/1.1
Host: invoiceone.mx
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ObtenerTFD"

<?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:Header>
    <SoapHeaderAplicativoGratuito xmlns="http://tempuri.org/">
      <Id_TicketAplicativoGratuito>guid</Id_TicketAplicativoGratuito>
      <Id_Token>guid</Id_Token>
      <FechaCreacion>long</FechaCreacion>
      <FechaExpira>long</FechaExpira>
      <InfoCfdi>
        <Id_Num_Emisor>guid</Id_Num_Emisor>
        <Id_Num_Receptor>guid</Id_Num_Receptor>
        <Id_Usuario>guid</Id_Usuario>
        <Id_Oficina>guid</Id_Oficina>
        <ImporteLetra>string</ImporteLetra>
        <Id_TipoFormaPago>int</Id_TipoFormaPago>
        <Id_Folio>guid</Id_Folio>
        <Id_TipoCFDI>int</Id_TipoCFDI>
        <Id_Moneda>int</Id_Moneda>
        <Bit_Pagada>boolean</Bit_Pagada>
        <Folio>int</Folio>
        <FormaPagoTexto>string</FormaPagoTexto>
        <ComentarioConcepto>string</ComentarioConcepto>
        <Id_tickets_Lista>string</Id_tickets_Lista>
        <Id_tickets_HASH>string</Id_tickets_HASH>
        <NumeroCliente>string</NumeroCliente>
        <NumeroOrden>string</NumeroOrden>
        <NumeroProveedor>string</NumeroProveedor>
        <NombreAgenteVentas>string</NombreAgenteVentas>
        <NombreComprador>string</NombreComprador>
        <NombreComercial>string</NombreComercial>
        <Observaciones>string</Observaciones>
      </InfoCfdi>
    </SoapHeaderAplicativoGratuito>
  </soap:Header>
  <soap:Body>
    <ObtenerTFD xmlns="http://tempuri.org/">
      <nombreUsuario>string</nombreUsuario>
      <contrasena>string</contrasena>
      <xmlComprobante>string</xmlComprobante>
    </ObtenerTFD>
  </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>
    <ObtenerTFDResponse xmlns="http://tempuri.org/">
      <ObtenerTFDResult>
        <Xml>string</Xml>
        <XmlAcuse>string</XmlAcuse>
      </ObtenerTFDResult>
    </ObtenerTFDResponse>
  </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 /TimbreCFDI/TimbreCFDI.asmx HTTP/1.1
Host: invoiceone.mx
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:Header>
    <SoapHeaderAplicativoGratuito xmlns="http://tempuri.org/">
      <Id_TicketAplicativoGratuito>guid</Id_TicketAplicativoGratuito>
      <Id_Token>guid</Id_Token>
      <FechaCreacion>long</FechaCreacion>
      <FechaExpira>long</FechaExpira>
      <InfoCfdi>
        <Id_Num_Emisor>guid</Id_Num_Emisor>
        <Id_Num_Receptor>guid</Id_Num_Receptor>
        <Id_Usuario>guid</Id_Usuario>
        <Id_Oficina>guid</Id_Oficina>
        <ImporteLetra>string</ImporteLetra>
        <Id_TipoFormaPago>int</Id_TipoFormaPago>
        <Id_Folio>guid</Id_Folio>
        <Id_TipoCFDI>int</Id_TipoCFDI>
        <Id_Moneda>int</Id_Moneda>
        <Bit_Pagada>boolean</Bit_Pagada>
        <Folio>int</Folio>
        <FormaPagoTexto>string</FormaPagoTexto>
        <ComentarioConcepto>string</ComentarioConcepto>
        <Id_tickets_Lista>string</Id_tickets_Lista>
        <Id_tickets_HASH>string</Id_tickets_HASH>
        <NumeroCliente>string</NumeroCliente>
        <NumeroOrden>string</NumeroOrden>
        <NumeroProveedor>string</NumeroProveedor>
        <NombreAgenteVentas>string</NombreAgenteVentas>
        <NombreComprador>string</NombreComprador>
        <NombreComercial>string</NombreComercial>
        <Observaciones>string</Observaciones>
      </InfoCfdi>
    </SoapHeaderAplicativoGratuito>
  </soap12:Header>
  <soap12:Body>
    <ObtenerTFD xmlns="http://tempuri.org/">
      <nombreUsuario>string</nombreUsuario>
      <contrasena>string</contrasena>
      <xmlComprobante>string</xmlComprobante>
    </ObtenerTFD>
  </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>
    <ObtenerTFDResponse xmlns="http://tempuri.org/">
      <ObtenerTFDResult>
        <Xml>string</Xml>
        <XmlAcuse>string</XmlAcuse>
      </ObtenerTFDResult>
    </ObtenerTFDResponse>
  </soap12:Body>
</soap12:Envelope>