Please enable JavaScript to view this site.

WebOffice  2.66 Complete Guide

Navigation: Support Menu > Invoicing > Invoicing Log

Sample Invoicing XML-file

Scroll Prev Top Next More

Below is a sample invoice report for the month October 2017 (ForMonth="201710"") for two companies; "Test" and "Test2"

The Company Test with parking ID 41 has a "Professional" license with 5 additional licenses.

The Company Test has 948 MP 104 terminals, 512 CWT terminals, and 11 WTP terminals

The company Test used 16561 email forwarding messages and 26036 SMS forwarding messages. The reason for forwarding is specified in the MessageForwarding element

The Number of EVM transactions are listed per terminal under the TransactionsPerTerminal element.
In the example only 2 terminals are equipped with a EMV reader. Both use a 3C Xenoa or Xenteo reader

Note that the 3C readers are listed as 3CTransactions

Example

<?xml version="1.0" encoding="utf-16"?>
<InvoiceData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" DateCreatedUtc="2017-11-06T21:03:14.3226558Z" ForMonth="201805" SubsidiaryKey="4" SubsidiaryName="Test4" NumberOfCompanies="2" xmlns="http://schema.caleaccess.com/CWO/Invoice/2/">
<Companies>
  <Company ParkingId="41" CompanyName="Test" CompanyDescription="" CountryKey="209" CountryName="Sweden" CwoPackageKey="3" CwoPackageName="Enterprise">
    <Licenses Comment="List of add on licenses that are not included in the selected CWO Package" NumberOf="2">
      <License Id="36" Name="Push Export" />
      <License Id="12" Name="Off Line File Import" />
    </Licenses>
    <Terminals NumberOf="3">
      <Terminal Type="MP104" NumberOf="948" />
      <Terminal Type="CWT" NumberOf="512" />
      <Terminal Type="WTP" NumberOf="11" />
    </Terminals>
    <MessageForwardings EmailTotal="16561" SMSTotal="26036">
      <MessageForwarding Type="Purchase Receipt" SMSCount="26036" EmailCount="16241" />
      <MessageForwarding Type="Event Forwarding" SMSCount="0" EmailCount="320" />
    </MessageForwardings>
    <TransactionsPerTerminals NumberOfTerminalsWithSixTransactions="2">
      <SixTransactions TerminalId="BA010" Total="243" />
      <SixTransactions TerminalId="BA151" Total="182" />
    </TransactionsPerTerminals>
  </Company>
  <Company ParkingId="42" CompanyName="Test2" CompanyDescription="" CountryKey="209" CountryName="Sweden" CwoPackageKey="3" CwoPackageName="Comprehensive">
    <Licenses Comment="List of add on licenses that are not included in the selected CWO Package" NumberOf="1">
      <License Id="20" Name="Push Export" />
    </Licenses>
    <Terminals NumberOf="3">
      <Terminal Type="MP104" NumberOf="148" />
      <Terminal Type="CWT" NumberOf="212" />
      <Terminal Type="WTP" NumberOf="2" />
    </Terminals>
    <MessageForwardings EmailTotal="12148" SMSTotal="20458">
      <MessageForwarding Type="Purchase Receipt" SMSCount="20000" EmailCount="12000" />
      <MessageForwarding Type="Event Forwarding" SMSCount="458" EmailCount="148" />
    </MessageForwardings>
    <TransactionsPerTerminals NumberOfTerminalsWithSixTransactions="2">
      <SixTransactions TerminalId="PU110" Total="243" />
      <SixTransactions TerminalId="PU111" Total="182" />
    </TransactionsPerTerminals>
  </Company>
</Companies>
</InvoiceData>