Inhouse Web Services

<back to all web services

GetReporteCobros

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

HTTP + SOAP11

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

POST /soap11 HTTP/1.1 
Host: contentapi.ihct.mx 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: GetReporteCobros

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<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>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<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>

    </soap:Body>
</soap:Envelope>