GET api/RecaudoFisco/Validar
Valida un recibo, el mismo se valida por los siguientes parametros 1.- Fecha vencimiento 2.- Si esta vencido a la Fecha 3.- Monto
Request Information
URI Parameters
None.
Body Parameters
Recibo
ReciboValor| Name | Description | Type | Additional information |
|---|---|---|---|
| nrorecibo | string |
None. |
|
| fechavenc | date |
None. |
|
| monto | decimal number |
None. |
|
| nit | string |
None. |
Request Formats
application/json, text/json
{
"nrorecibo": "sample string 1",
"fechavenc": "2025-12-06T00:37:01.0345132-05:00",
"monto": 3.0,
"nit": "sample string 4"
}
application/xml, text/xml
<ReciboValor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FiscoWebApi.Models"> <fechavenc>2025-12-06T00:37:01.0345132-05:00</fechavenc> <monto>3</monto> <nit>sample string 4</nit> <nrorecibo>sample string 1</nrorecibo> </ReciboValor>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Json con la estructura siguiente {/// "NroRecibo": "100200002692", "Nit": "77193536", "ValorImp": 139122, "ValorDesImp": 0, "ValorSan": 0, "ValorDesSan": 0, "ValorInt": 0, "ValorDesInt": 0, "Total": 139122, "Status": "ACTIVO", "Contribuyente": "EVER ENRIQUE CASTRILLO CHAPARRO", "Msj": "OK", "TipoRecibo": "REGISTRO DE PAGO PARA EL IMPUESTO DE REGISTRO", "IsError": false///}
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.