Authorization: ********************curl --location 'https://api.crol.mx/api/Contabilidad/AnalisisIVARetenidoPorPagar?fecha1=&fecha2=' \
--header 'Authorization: <api-key>'{
"data": [
{
"fecha": "2019-08-24T14:15:22.123Z",
"folio": "string",
"contacto": "string",
"rfc": "string",
"subtotal": 0,
"impuesto1Ret": 0,
"total": 0,
"cuenta": "string",
"formaPago": "string",
"referenciaPago": "string",
"referencia": "string",
"transaccionId": 0,
"fechaInicio": "2019-08-24T14:15:22.123Z",
"fechaFin": "2019-08-24T14:15:22.123Z",
"hoy": "2019-08-24T14:15:22.123Z"
}
],
"resultado": true,
"error": {
"error": null,
"errorMensaje": "string",
"errorCodigo": 0
}
}