ServicioSSIntegral
Click here for a complete list of operations.
EliminarFactura
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 /ServicioSSIntegral.asmx HTTP/1.1
Host: factura.ssintegral.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://factura.ssintegral.com/EliminarFactura"
<?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>
<EliminarFactura xmlns="https://factura.ssintegral.com/">
<Nit>string</Nit>
<ClaveAcceso>string</ClaveAcceso>
<NumeroDocumento>string</NumeroDocumento>
<Resolucion>string</Resolucion>
<tipoDocumento>Factura or NotaCredito or NotaDebito</tipoDocumento>
<server>string</server>
</EliminarFactura>
</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>
<EliminarFacturaResponse xmlns="https://factura.ssintegral.com/">
<EliminarFacturaResult>
<CUFE>string</CUFE>
<CUDE>string</CUDE>
<QR>string</QR>
<xml>base64Binary</xml>
<FacturaPDF>base64Binary</FacturaPDF>
<ResponseDIAN>base64Binary</ResponseDIAN>
<Descripcion>string</Descripcion>
<DatosResolucion>
<ExtensionData />
<OperationCode>string</OperationCode>
<OperationDescription>string</OperationDescription>
<ResponseList>
<NumberRangeResponse xsi:nil="true" />
<NumberRangeResponse xsi:nil="true" />
</ResponseList>
</DatosResolucion>
<RespuestaHabilitacion>
<ExtensionData />
<ErrorMessageList>
<XmlParamsResponseTrackId xsi:nil="true" />
<XmlParamsResponseTrackId xsi:nil="true" />
</ErrorMessageList>
<ZipKey>string</ZipKey>
</RespuestaHabilitacion>
<RespuestaProduccion>
<ExtensionData />
<ErrorMessage>
<string>string</string>
<string>string</string>
</ErrorMessage>
<IsValid>boolean</IsValid>
<StatusCode>string</StatusCode>
<StatusDescription>string</StatusDescription>
<StatusMessage>string</StatusMessage>
<XmlBase64Bytes>base64Binary</XmlBase64Bytes>
<XmlBytes>base64Binary</XmlBytes>
<XmlDocumentKey>string</XmlDocumentKey>
<XmlFileName>string</XmlFileName>
</RespuestaProduccion>
<CUNE>string</CUNE>
<StatusCode>string</StatusCode>
<StatusDescription>string</StatusDescription>
<StatusMessage>string</StatusMessage>
<XmlFileName>string</XmlFileName>
<ErrorMessage>string</ErrorMessage>
<CUDS>string</CUDS>
</EliminarFacturaResult>
</EliminarFacturaResponse>
</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 /ServicioSSIntegral.asmx HTTP/1.1
Host: factura.ssintegral.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>
<EliminarFactura xmlns="https://factura.ssintegral.com/">
<Nit>string</Nit>
<ClaveAcceso>string</ClaveAcceso>
<NumeroDocumento>string</NumeroDocumento>
<Resolucion>string</Resolucion>
<tipoDocumento>Factura or NotaCredito or NotaDebito</tipoDocumento>
<server>string</server>
</EliminarFactura>
</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>
<EliminarFacturaResponse xmlns="https://factura.ssintegral.com/">
<EliminarFacturaResult>
<CUFE>string</CUFE>
<CUDE>string</CUDE>
<QR>string</QR>
<xml>base64Binary</xml>
<FacturaPDF>base64Binary</FacturaPDF>
<ResponseDIAN>base64Binary</ResponseDIAN>
<Descripcion>string</Descripcion>
<DatosResolucion>
<ExtensionData />
<OperationCode>string</OperationCode>
<OperationDescription>string</OperationDescription>
<ResponseList>
<NumberRangeResponse xsi:nil="true" />
<NumberRangeResponse xsi:nil="true" />
</ResponseList>
</DatosResolucion>
<RespuestaHabilitacion>
<ExtensionData />
<ErrorMessageList>
<XmlParamsResponseTrackId xsi:nil="true" />
<XmlParamsResponseTrackId xsi:nil="true" />
</ErrorMessageList>
<ZipKey>string</ZipKey>
</RespuestaHabilitacion>
<RespuestaProduccion>
<ExtensionData />
<ErrorMessage>
<string>string</string>
<string>string</string>
</ErrorMessage>
<IsValid>boolean</IsValid>
<StatusCode>string</StatusCode>
<StatusDescription>string</StatusDescription>
<StatusMessage>string</StatusMessage>
<XmlBase64Bytes>base64Binary</XmlBase64Bytes>
<XmlBytes>base64Binary</XmlBytes>
<XmlDocumentKey>string</XmlDocumentKey>
<XmlFileName>string</XmlFileName>
</RespuestaProduccion>
<CUNE>string</CUNE>
<StatusCode>string</StatusCode>
<StatusDescription>string</StatusDescription>
<StatusMessage>string</StatusMessage>
<XmlFileName>string</XmlFileName>
<ErrorMessage>string</ErrorMessage>
<CUDS>string</CUDS>
</EliminarFacturaResult>
</EliminarFacturaResponse>
</soap12:Body>
</soap12:Envelope>