DELETE Facturas
Request Information
URI Parameters
None.
Body Parameters
Cancelacion| Name | Description | Type | Additional information |
|---|---|---|---|
| CLIENTE_CLAVE | string |
None. |
|
| BLOQUE_BAVEL | string |
None. |
|
| FACTURA_FOLIO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CLIENTE_CLAVE": "sample string 1",
"BLOQUE_BAVEL": "sample string 2",
"FACTURA_FOLIO": "sample string 3"
}
application/xml, text/xml
Sample:
<Cancelacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspelSae.WebApi.Models"> <BLOQUE_BAVEL>sample string 2</BLOQUE_BAVEL> <CLIENTE_CLAVE>sample string 1</CLIENTE_CLAVE> <FACTURA_FOLIO>sample string 3</FACTURA_FOLIO> </Cancelacion>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>