InterFax


Click here for a complete list of operations.

GetPPCardTransactions3

Returns transactions of the given PP card, starting from firstResult with a limit equal to numOfResults. Supports both main and switch transactions

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
username:
password:
ppCardId:
firstResult:
numOfResults:
needsLastBalance:

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 /dfs.asmx HTTP/1.1
Host: ws-pilot.interfax.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.interfax.cc/GetPPCardTransactions3"

<?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>
    <GetPPCardTransactions3 xmlns="http://www.interfax.cc">
      <username>string</username>
      <password>string</password>
      <ppCardId>int</ppCardId>
      <firstResult>int</firstResult>
      <numOfResults>int</numOfResults>
      <needsLastBalance>boolean</needsLastBalance>
    </GetPPCardTransactions3>
  </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>
    <GetPPCardTransactions3Response xmlns="http://www.interfax.cc">
      <GetPPCardTransactions3Result>
        <Transactions>
          <PPCardTransaction2>
            <TransactionID>long</TransactionID>
            <SubmitTime>dateTime</SubmitTime>
            <CompletionTime>dateTime</CompletionTime>
            <UserID>string</UserID>
            <Subject>string</Subject>
            <JobID>string</JobID>
            <DestinationFax>string</DestinationFax>
            <Units>decimal</Units>
            <CostPerUnit>decimal</CostPerUnit>
          </PPCardTransaction2>
          <PPCardTransaction2>
            <TransactionID>long</TransactionID>
            <SubmitTime>dateTime</SubmitTime>
            <CompletionTime>dateTime</CompletionTime>
            <UserID>string</UserID>
            <Subject>string</Subject>
            <JobID>string</JobID>
            <DestinationFax>string</DestinationFax>
            <Units>decimal</Units>
            <CostPerUnit>decimal</CostPerUnit>
          </PPCardTransaction2>
        </Transactions>
        <TotalNumOfTransactions>int</TotalNumOfTransactions>
        <Currency>string</Currency>
        <FirstResult>int</FirstResult>
        <NumOfResults>int</NumOfResults>
        <ResultCode>int</ResultCode>
        <LastBalance>decimal</LastBalance>
      </GetPPCardTransactions3Result>
    </GetPPCardTransactions3Response>
  </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 /dfs.asmx HTTP/1.1
Host: ws-pilot.interfax.net
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>
    <GetPPCardTransactions3 xmlns="http://www.interfax.cc">
      <username>string</username>
      <password>string</password>
      <ppCardId>int</ppCardId>
      <firstResult>int</firstResult>
      <numOfResults>int</numOfResults>
      <needsLastBalance>boolean</needsLastBalance>
    </GetPPCardTransactions3>
  </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>
    <GetPPCardTransactions3Response xmlns="http://www.interfax.cc">
      <GetPPCardTransactions3Result>
        <Transactions>
          <PPCardTransaction2>
            <TransactionID>long</TransactionID>
            <SubmitTime>dateTime</SubmitTime>
            <CompletionTime>dateTime</CompletionTime>
            <UserID>string</UserID>
            <Subject>string</Subject>
            <JobID>string</JobID>
            <DestinationFax>string</DestinationFax>
            <Units>decimal</Units>
            <CostPerUnit>decimal</CostPerUnit>
          </PPCardTransaction2>
          <PPCardTransaction2>
            <TransactionID>long</TransactionID>
            <SubmitTime>dateTime</SubmitTime>
            <CompletionTime>dateTime</CompletionTime>
            <UserID>string</UserID>
            <Subject>string</Subject>
            <JobID>string</JobID>
            <DestinationFax>string</DestinationFax>
            <Units>decimal</Units>
            <CostPerUnit>decimal</CostPerUnit>
          </PPCardTransaction2>
        </Transactions>
        <TotalNumOfTransactions>int</TotalNumOfTransactions>
        <Currency>string</Currency>
        <FirstResult>int</FirstResult>
        <NumOfResults>int</NumOfResults>
        <ResultCode>int</ResultCode>
        <LastBalance>decimal</LastBalance>
      </GetPPCardTransactions3Result>
    </GetPPCardTransactions3Response>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /dfs.asmx/GetPPCardTransactions3?username=string&password=string&ppCardId=string&firstResult=string&numOfResults=string&needsLastBalance=string HTTP/1.1
Host: ws-pilot.interfax.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<PPCardTransactionsOfPPCardTransaction2 xmlns="http://www.interfax.cc">
  <Transactions>
    <PPCardTransaction2>
      <TransactionID>long</TransactionID>
      <SubmitTime>dateTime</SubmitTime>
      <CompletionTime>dateTime</CompletionTime>
      <UserID>string</UserID>
      <Subject>string</Subject>
      <JobID>string</JobID>
      <DestinationFax>string</DestinationFax>
      <Units>decimal</Units>
      <CostPerUnit>decimal</CostPerUnit>
    </PPCardTransaction2>
    <PPCardTransaction2>
      <TransactionID>long</TransactionID>
      <SubmitTime>dateTime</SubmitTime>
      <CompletionTime>dateTime</CompletionTime>
      <UserID>string</UserID>
      <Subject>string</Subject>
      <JobID>string</JobID>
      <DestinationFax>string</DestinationFax>
      <Units>decimal</Units>
      <CostPerUnit>decimal</CostPerUnit>
    </PPCardTransaction2>
  </Transactions>
  <TotalNumOfTransactions>int</TotalNumOfTransactions>
  <Currency>string</Currency>
  <FirstResult>int</FirstResult>
  <NumOfResults>int</NumOfResults>
  <ResultCode>int</ResultCode>
  <LastBalance>decimal</LastBalance>
</PPCardTransactionsOfPPCardTransaction2>

HTTP POST

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

POST /dfs.asmx/GetPPCardTransactions3 HTTP/1.1
Host: ws-pilot.interfax.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

username=string&password=string&ppCardId=string&firstResult=string&numOfResults=string&needsLastBalance=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<PPCardTransactionsOfPPCardTransaction2 xmlns="http://www.interfax.cc">
  <Transactions>
    <PPCardTransaction2>
      <TransactionID>long</TransactionID>
      <SubmitTime>dateTime</SubmitTime>
      <CompletionTime>dateTime</CompletionTime>
      <UserID>string</UserID>
      <Subject>string</Subject>
      <JobID>string</JobID>
      <DestinationFax>string</DestinationFax>
      <Units>decimal</Units>
      <CostPerUnit>decimal</CostPerUnit>
    </PPCardTransaction2>
    <PPCardTransaction2>
      <TransactionID>long</TransactionID>
      <SubmitTime>dateTime</SubmitTime>
      <CompletionTime>dateTime</CompletionTime>
      <UserID>string</UserID>
      <Subject>string</Subject>
      <JobID>string</JobID>
      <DestinationFax>string</DestinationFax>
      <Units>decimal</Units>
      <CostPerUnit>decimal</CostPerUnit>
    </PPCardTransaction2>
  </Transactions>
  <TotalNumOfTransactions>int</TotalNumOfTransactions>
  <Currency>string</Currency>
  <FirstResult>int</FirstResult>
  <NumOfResults>int</NumOfResults>
  <ResultCode>int</ResultCode>
  <LastBalance>decimal</LastBalance>
</PPCardTransactionsOfPPCardTransaction2>