GET api/{database}/DueCustomerInvoiceStatistics/ByDate/{referenceDate}?enityId={enityId}

Gets the specified DueCustomerInvoiceStatistics.



Request Information

Parameters

NameDescriptionAdditional information
referenceDate The referenceDate.

Define this parameter in the request URI.

enityId The enityId.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ageCategories": null,
  "invoices": null,
  "lastInvoiceDate": "sample string 1"
}

application/xml, text/xml

Sample:
<DueCustomerInvoiceStatistics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Sales.Statistics">
  <AgeCategories xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" i:nil="true" />
  <Invoices xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" i:nil="true" />
  <LastInvoiceDate>sample string 1</LastInvoiceDate>
</DueCustomerInvoiceStatistics>