Reports


Click here for a complete list of operations.

GetFundingReport

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 /Reports.asmx HTTP/1.1
Host: webservices.flexcommute.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.flexcommute.com/webservice/GetFundingReport"

<?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:Header>
    <Authentication xmlns="http://www.flexcommute.com/webservice/">
      <Username>string</Username>
      <Password>string</Password>
      <IdMember>long</IdMember>
      <IdImpersonatingUser>int</IdImpersonatingUser>
    </Authentication>
  </soap:Header>
  <soap:Body>
    <GetFundingReport xmlns="http://www.flexcommute.com/webservice/">
      <criteria>
        <TPAID>string</TPAID>
        <TPACompanyID>string</TPACompanyID>
        <BenefitMonth>dateTime</BenefitMonth>
        <IncludeTransactionItems>boolean</IncludeTransactionItems>
      </criteria>
    </GetFundingReport>
  </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>
    <GetFundingReportResponse xmlns="http://www.flexcommute.com/webservice/">
      <GetFundingReportResult TPAID="string" TPACompanyID="string" BenefitMonth="dateTime" ReportDate="dateTime" Message="string">
        <TransportationFunding>
          <TotalTransitAmount>decimal</TotalTransitAmount>
          <TotalParkingAmount>decimal</TotalParkingAmount>
          <TotalBikingAmount>decimal</TotalBikingAmount>
          <TotalAdjustmentAmount>decimal</TotalAdjustmentAmount>
          <TotalAmountDue>decimal</TotalAmountDue>
          <TotalVoucherFee>decimal</TotalVoucherFee>
          <TotalCompanyTransitSubsidyAmount>decimal</TotalCompanyTransitSubsidyAmount>
          <TotalCompanyParkingSubsidyAmount>decimal</TotalCompanyParkingSubsidyAmount>
          <TotalCompanyBikingSubsidyAmount>decimal</TotalCompanyBikingSubsidyAmount>
        </TransportationFunding>
        <OrderBreakDown Note="string">
          <TransitPreTaxAmountBill>decimal</TransitPreTaxAmountBill>
          <TransitPreTaxAmountNoBill>decimal</TransitPreTaxAmountNoBill>
          <TransitPostTaxAmountBill>decimal</TransitPostTaxAmountBill>
          <TransitPostTaxAmountNoBill>decimal</TransitPostTaxAmountNoBill>
          <ParkingPreTaxAmountBill>decimal</ParkingPreTaxAmountBill>
          <ParkingPreTaxAmountNoBill>decimal</ParkingPreTaxAmountNoBill>
          <ParkingPostTaxAmountBill>decimal</ParkingPostTaxAmountBill>
          <ParkingPostTaxAmountNoBill>decimal</ParkingPostTaxAmountNoBill>
          <BikingPreTaxAmountBill>decimal</BikingPreTaxAmountBill>
          <BikingPreTaxAmountNoBill>decimal</BikingPreTaxAmountNoBill>
        </OrderBreakDown>
        <AdjustmentItems>
          <AdjustmentItem>
            <IdAdjustment>string</IdAdjustment>
            <AdjustmentType>string</AdjustmentType>
            <TransactionType>string</TransactionType>
            <BenefitMonth>string</BenefitMonth>
            <ReferenceNumber>string</ReferenceNumber>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <AdjustmentAmount>decimal</AdjustmentAmount>
            <TPAEmployeeID>string</TPAEmployeeID>
            <Reason>string</Reason>
            <Division>string</Division>
          </AdjustmentItem>
          <AdjustmentItem>
            <IdAdjustment>string</IdAdjustment>
            <AdjustmentType>string</AdjustmentType>
            <TransactionType>string</TransactionType>
            <BenefitMonth>string</BenefitMonth>
            <ReferenceNumber>string</ReferenceNumber>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <AdjustmentAmount>decimal</AdjustmentAmount>
            <TPAEmployeeID>string</TPAEmployeeID>
            <Reason>string</Reason>
            <Division>string</Division>
          </AdjustmentItem>
        </AdjustmentItems>
        <TransactionItems>
          <TransactionItem>
            <TPAEmployeeID>string</TPAEmployeeID>
            <ReferenceNumber>string</ReferenceNumber>
            <TransactionType>string</TransactionType>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <PreTaxAmount>decimal</PreTaxAmount>
            <PostTaxAmount>decimal</PostTaxAmount>
            <Total>decimal</Total>
          </TransactionItem>
          <TransactionItem>
            <TPAEmployeeID>string</TPAEmployeeID>
            <ReferenceNumber>string</ReferenceNumber>
            <TransactionType>string</TransactionType>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <PreTaxAmount>decimal</PreTaxAmount>
            <PostTaxAmount>decimal</PostTaxAmount>
            <Total>decimal</Total>
          </TransactionItem>
        </TransactionItems>
        <ParticipantFee>
          <TotalNumberOfParticipants>int</TotalNumberOfParticipants>
          <FeePerParticipant>decimal</FeePerParticipant>
          <TotalParticpantFee>decimal</TotalParticpantFee>
        </ParticipantFee>
      </GetFundingReportResult>
    </GetFundingReportResponse>
  </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 /Reports.asmx HTTP/1.1
Host: webservices.flexcommute.com
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:Header>
    <Authentication xmlns="http://www.flexcommute.com/webservice/">
      <Username>string</Username>
      <Password>string</Password>
      <IdMember>long</IdMember>
      <IdImpersonatingUser>int</IdImpersonatingUser>
    </Authentication>
  </soap12:Header>
  <soap12:Body>
    <GetFundingReport xmlns="http://www.flexcommute.com/webservice/">
      <criteria>
        <TPAID>string</TPAID>
        <TPACompanyID>string</TPACompanyID>
        <BenefitMonth>dateTime</BenefitMonth>
        <IncludeTransactionItems>boolean</IncludeTransactionItems>
      </criteria>
    </GetFundingReport>
  </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>
    <GetFundingReportResponse xmlns="http://www.flexcommute.com/webservice/">
      <GetFundingReportResult TPAID="string" TPACompanyID="string" BenefitMonth="dateTime" ReportDate="dateTime" Message="string">
        <TransportationFunding>
          <TotalTransitAmount>decimal</TotalTransitAmount>
          <TotalParkingAmount>decimal</TotalParkingAmount>
          <TotalBikingAmount>decimal</TotalBikingAmount>
          <TotalAdjustmentAmount>decimal</TotalAdjustmentAmount>
          <TotalAmountDue>decimal</TotalAmountDue>
          <TotalVoucherFee>decimal</TotalVoucherFee>
          <TotalCompanyTransitSubsidyAmount>decimal</TotalCompanyTransitSubsidyAmount>
          <TotalCompanyParkingSubsidyAmount>decimal</TotalCompanyParkingSubsidyAmount>
          <TotalCompanyBikingSubsidyAmount>decimal</TotalCompanyBikingSubsidyAmount>
        </TransportationFunding>
        <OrderBreakDown Note="string">
          <TransitPreTaxAmountBill>decimal</TransitPreTaxAmountBill>
          <TransitPreTaxAmountNoBill>decimal</TransitPreTaxAmountNoBill>
          <TransitPostTaxAmountBill>decimal</TransitPostTaxAmountBill>
          <TransitPostTaxAmountNoBill>decimal</TransitPostTaxAmountNoBill>
          <ParkingPreTaxAmountBill>decimal</ParkingPreTaxAmountBill>
          <ParkingPreTaxAmountNoBill>decimal</ParkingPreTaxAmountNoBill>
          <ParkingPostTaxAmountBill>decimal</ParkingPostTaxAmountBill>
          <ParkingPostTaxAmountNoBill>decimal</ParkingPostTaxAmountNoBill>
          <BikingPreTaxAmountBill>decimal</BikingPreTaxAmountBill>
          <BikingPreTaxAmountNoBill>decimal</BikingPreTaxAmountNoBill>
        </OrderBreakDown>
        <AdjustmentItems>
          <AdjustmentItem>
            <IdAdjustment>string</IdAdjustment>
            <AdjustmentType>string</AdjustmentType>
            <TransactionType>string</TransactionType>
            <BenefitMonth>string</BenefitMonth>
            <ReferenceNumber>string</ReferenceNumber>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <AdjustmentAmount>decimal</AdjustmentAmount>
            <TPAEmployeeID>string</TPAEmployeeID>
            <Reason>string</Reason>
            <Division>string</Division>
          </AdjustmentItem>
          <AdjustmentItem>
            <IdAdjustment>string</IdAdjustment>
            <AdjustmentType>string</AdjustmentType>
            <TransactionType>string</TransactionType>
            <BenefitMonth>string</BenefitMonth>
            <ReferenceNumber>string</ReferenceNumber>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <AdjustmentAmount>decimal</AdjustmentAmount>
            <TPAEmployeeID>string</TPAEmployeeID>
            <Reason>string</Reason>
            <Division>string</Division>
          </AdjustmentItem>
        </AdjustmentItems>
        <TransactionItems>
          <TransactionItem>
            <TPAEmployeeID>string</TPAEmployeeID>
            <ReferenceNumber>string</ReferenceNumber>
            <TransactionType>string</TransactionType>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <PreTaxAmount>decimal</PreTaxAmount>
            <PostTaxAmount>decimal</PostTaxAmount>
            <Total>decimal</Total>
          </TransactionItem>
          <TransactionItem>
            <TPAEmployeeID>string</TPAEmployeeID>
            <ReferenceNumber>string</ReferenceNumber>
            <TransactionType>string</TransactionType>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <PreTaxAmount>decimal</PreTaxAmount>
            <PostTaxAmount>decimal</PostTaxAmount>
            <Total>decimal</Total>
          </TransactionItem>
        </TransactionItems>
        <ParticipantFee>
          <TotalNumberOfParticipants>int</TotalNumberOfParticipants>
          <FeePerParticipant>decimal</FeePerParticipant>
          <TotalParticpantFee>decimal</TotalParticpantFee>
        </ParticipantFee>
      </GetFundingReportResult>
    </GetFundingReportResponse>
  </soap12:Body>
</soap12:Envelope>