ProxyWebService


Click here for a complete list of operations.

DataBoxCreditInfo

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /isds/ProxyWebService.asmx HTTP/1.1
Host: ids02-oudu.ginis.cloud
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://isds.czechpoint.cz/DataBoxCreditInfo"

<?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>
    <DataBoxCreditInfo xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
      <dbID>string</dbID>
      <ciFromDate>dateTime</ciFromDate>
      <ciToDate>dateTime</ciToDate>
    </DataBoxCreditInfo>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
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>
    <DataBoxCreditInfoResponse xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <cookieContainer>string</cookieContainer>
      <currentCredit>string</currentCredit>
      <notifEmail>string</notifEmail>
      <ciRecords>
        <tCiRecord>
          <ciEventTime xmlns="http://isds.czechpoint.cz/v20">dateTime</ciEventTime>
          <ciEventType xmlns="http://isds.czechpoint.cz/v20">integer</ciEventType>
          <ciCreditChange xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditChange>
          <ciCreditAfter xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditAfter>
        </tCiRecord>
        <tCiRecord>
          <ciEventTime xmlns="http://isds.czechpoint.cz/v20">dateTime</ciEventTime>
          <ciEventType xmlns="http://isds.czechpoint.cz/v20">integer</ciEventType>
          <ciCreditChange xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditChange>
          <ciCreditAfter xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditAfter>
        </tCiRecord>
      </ciRecords>
    </DataBoxCreditInfoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /isds/ProxyWebService.asmx HTTP/1.1
Host: ids02-oudu.ginis.cloud
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <DataBoxCreditInfo xmlns="http://isds.czechpoint.cz/">
      <UserName>string</UserName>
      <Password>string</Password>
      <WsUrl>string</WsUrl>
      <certificateHash>string</certificateHash>
      <isdsAuthenticationType>BASIC or COOKIE</isdsAuthenticationType>
      <ixslpc>string</ixslpc>
      <cookieContainer>string</cookieContainer>
      <dbID>string</dbID>
      <ciFromDate>dateTime</ciFromDate>
      <ciToDate>dateTime</ciToDate>
    </DataBoxCreditInfo>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <DataBoxCreditInfoResponse xmlns="http://isds.czechpoint.cz/">
      <dbStatus xmlns="http://isds.czechpoint.cz/v20">
        <dbStatusCode>string</dbStatusCode>
        <dbStatusMessage>string</dbStatusMessage>
        <dbStatusRefNumber>string</dbStatusRefNumber>
      </dbStatus>
      <cookieContainer>string</cookieContainer>
      <currentCredit>string</currentCredit>
      <notifEmail>string</notifEmail>
      <ciRecords>
        <tCiRecord>
          <ciEventTime xmlns="http://isds.czechpoint.cz/v20">dateTime</ciEventTime>
          <ciEventType xmlns="http://isds.czechpoint.cz/v20">integer</ciEventType>
          <ciCreditChange xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditChange>
          <ciCreditAfter xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditAfter>
        </tCiRecord>
        <tCiRecord>
          <ciEventTime xmlns="http://isds.czechpoint.cz/v20">dateTime</ciEventTime>
          <ciEventType xmlns="http://isds.czechpoint.cz/v20">integer</ciEventType>
          <ciCreditChange xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditChange>
          <ciCreditAfter xmlns="http://isds.czechpoint.cz/v20">integer</ciCreditAfter>
        </tCiRecord>
      </ciRecords>
    </DataBoxCreditInfoResponse>
  </soap12:Body>
</soap12:Envelope>