GET | /cac_GetReporteCobros/ |
---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /jsv/reply/GetReporteCobros HTTP/1.1
Host: contentapi.ihct.mx
Content-Type: text/jsv
Content-Length: length
{
id_club: 0,
dateini: 0001-01-01,
dateend: 0001-01-01
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { data: [ { idclub: 0, club: String, fecha: 0001-01-01, nuevas: 0, nuevascobradas: 0, prcntnuevas: String, periodicas: 0, periodicascobradas: 0, prcntperiodicas: String, compracreditos: 0, compracreditoscomprados: 0, prcntcreditos: String, sinsaldo: 0, errorcarrier: 0, total: 0 } ], TimeResponse: 0 }