Inhouse Web Services

<back to all web services

GetReporteCobros

The following routes are available for this service:
GET/cac_GetReporteCobros/

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/GetReporteCobros HTTP/1.1 
Host: contentapi.ihct.mx 
Content-Type: application/xml
Content-Length: length

<GetReporteCobros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.WSContenido.Actions.Dto">
  <dateend>0001-01-01T00:00:00</dateend>
  <dateini>0001-01-01T00:00:00</dateini>
  <id_club>0</id_club>
</GetReporteCobros>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ReporteCobros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.WSContenido.Actions.Dto">
  <TimeResponse>0</TimeResponse>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Web.WSContenido.Database">
    <d2p1:get_res_transact>
      <d2p1:club>String</d2p1:club>
      <d2p1:compracreditos>0</d2p1:compracreditos>
      <d2p1:compracreditoscomprados>0</d2p1:compracreditoscomprados>
      <d2p1:errorcarrier>0</d2p1:errorcarrier>
      <d2p1:fecha>0001-01-01T00:00:00</d2p1:fecha>
      <d2p1:idclub>0</d2p1:idclub>
      <d2p1:nuevas>0</d2p1:nuevas>
      <d2p1:nuevascobradas>0</d2p1:nuevascobradas>
      <d2p1:periodicas>0</d2p1:periodicas>
      <d2p1:periodicascobradas>0</d2p1:periodicascobradas>
      <d2p1:prcntcreditos>String</d2p1:prcntcreditos>
      <d2p1:prcntnuevas>String</d2p1:prcntnuevas>
      <d2p1:prcntperiodicas>String</d2p1:prcntperiodicas>
      <d2p1:sinsaldo>0</d2p1:sinsaldo>
      <d2p1:total>0</d2p1:total>
    </d2p1:get_res_transact>
  </data>
</ReporteCobros>