Veetro Web Service Methods


Click here for a complete list of operations.

GetBillableEntities

[Permission: Employee, Credentials: Finances.UnbilledCharges]
Returns an array of all Entities who have uninvoiced/billable Entries. BillableEntity inherits from Entity and includes an additional BillableItems array and TotalAmountBillable property.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.

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 /xml HTTP/1.1
Host: admin.worketc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schema.veetro.com/GetBillableEntities"

<?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>
    <GetBillableEntities xmlns="http://schema.veetro.com" />
  </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>
    <GetBillableEntitiesResponse xmlns="http://schema.veetro.com">
      <GetBillableEntitiesResult>
        <BillableEntity>
          <TotalAmountBillable>double</TotalAmountBillable>
          <BillableItems>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillableItems>
        </BillableEntity>
        <BillableEntity>
          <TotalAmountBillable>double</TotalAmountBillable>
          <BillableItems>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillableItems>
        </BillableEntity>
      </GetBillableEntitiesResult>
    </GetBillableEntitiesResponse>
  </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 /xml HTTP/1.1
Host: admin.worketc.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:Body>
    <GetBillableEntities xmlns="http://schema.veetro.com" />
  </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>
    <GetBillableEntitiesResponse xmlns="http://schema.veetro.com">
      <GetBillableEntitiesResult>
        <BillableEntity>
          <TotalAmountBillable>double</TotalAmountBillable>
          <BillableItems>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillableItems>
        </BillableEntity>
        <BillableEntity>
          <TotalAmountBillable>double</TotalAmountBillable>
          <BillableItems>
            <Entry xsi:nil="true" />
            <Entry xsi:nil="true" />
          </BillableItems>
        </BillableEntity>
      </GetBillableEntitiesResult>
    </GetBillableEntitiesResponse>
  </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 /xml/GetBillableEntities? HTTP/1.1
Host: admin.worketc.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfBillableEntity xmlns="http://schema.veetro.com">
  <BillableEntity>
    <TotalAmountBillable>double</TotalAmountBillable>
    <BillableItems>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillableItems>
  </BillableEntity>
  <BillableEntity>
    <TotalAmountBillable>double</TotalAmountBillable>
    <BillableItems>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillableItems>
  </BillableEntity>
</ArrayOfBillableEntity>

HTTP POST

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

POST /xml/GetBillableEntities HTTP/1.1
Host: admin.worketc.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfBillableEntity xmlns="http://schema.veetro.com">
  <BillableEntity>
    <TotalAmountBillable>double</TotalAmountBillable>
    <BillableItems>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillableItems>
  </BillableEntity>
  <BillableEntity>
    <TotalAmountBillable>double</TotalAmountBillable>
    <BillableItems>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
      <Entry>
        <EntryID>int</EntryID>
        <LeadID>int</LeadID>
        <Leads d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Name>string</Name>
        <DescriptionHtml>string</DescriptionHtml>
        <ParsedDesHtml>string</ParsedDesHtml>
        <ParsedDesPlain>string</ParsedDesPlain>
        <DateParseDesHtml>dateTime</DateParseDesHtml>
        <Relation d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SupplierBalance>double</SupplierBalance>
        <DateCreated>dateTime</DateCreated>
        <DateLastInvoiced>dateTime</DateLastInvoiced>
        <NextInvoiceDate>dateTime</NextInvoiceDate>
        <Qty>double</Qty>
        <SortOrder>int</SortOrder>
        <Activity_Temp>int</Activity_Temp>
        <DateEnd_Temp>dateTime</DateEnd_Temp>
        <Unit>None or Minute or Hour or Day or Week or Month or Year or Kilogram or Litre or Gallon or Pound or Item or MegaByte or GigaByte or Instance or User or BiWeek or Word or Line or Student or Class or Foot or Metre or Pair or Inch or Cm or Kit or Piece or Mile or Kilometer or Ct or Voucher or Page or SquareFoot or Tonne or TroyOunce or Case or Location or Each or SquareYard or SquareMeter or Second</Unit>
        <Price>double</Price>
        <Shipping d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <WholesalePrice>double</WholesalePrice>
        <CatalogItemID>int</CatalogItemID>
        <CurrencyIso4217>string</CurrencyIso4217>
        <EntryID_Parent>int</EntryID_Parent>
        <EntryID_ProjectRoot>int</EntryID_ProjectRoot>
        <EntryID_CopiedFrom>int</EntryID_CopiedFrom>
        <Owner d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SubscriptionInterval>double</SubscriptionInterval>
        <SubscriptionIntervalType>None or Minute or Hour or Day or Week or Month or Year</SubscriptionIntervalType>
        <SubscriptionUnits>int</SubscriptionUnits>
        <Flags>None or Billable or Invoiced or Journal or Canceled or Project or Calendar_Item or Event or ToDo or Support_Case or Product or Subscription or Notifications_Sent or Disbursement or Client_Access or QuoteOnly or Track_Supplier_Payments or All_Employees or Project_Milestone or Never_Invoice or Inactive or IsTemplate or Pending or IsGrouped or IsCompanyConfidential or AutoUpdateStageFromProgress or IsDraft</Flags>
        <DateCanceled>dateTime</DateCanceled>
        <DateLastModified>dateTime</DateLastModified>
        <Tags d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CustomFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <CommissionValue>double</CommissionValue>
        <CommissionType>None or Fixed_Amount or Percentage</CommissionType>
        <CommissionFlags>None or Pay_For_Every_Renewal</CommissionFlags>
        <ActivityID_Default>int</ActivityID_Default>
        <Delete>boolean</Delete>
        <RemoveParentLinks>boolean</RemoveParentLinks>
        <ByPassLoadSpecifically>boolean</ByPassLoadSpecifically>
      </Entry>
    </BillableItems>
  </BillableEntity>
</ArrayOfBillableEntity>