GET api/{database}/PurchaseBySupplierStatisticsSummary/ForInvoices/{fiscalyear}?entityId={entityId}&doStatisticsPerPeriod={doStatisticsPerPeriod}&startDate={startDate}&endDate={endDate}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| entityId | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| doStatisticsPerPeriod | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| startDate | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| endDate | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| fiscalyear | No documentation available. | 
                         Define this parameter in the request URI.  | 
        
Response Information
Response body formats
application/json, text/json
            Sample:
        
{
  "details": null,
  "fiscalYear": 1,
  "total": 2.0
}
        application/xml, text/xml
            Sample:
<PurchaseBySupplierStatisticsSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Purchase.Statistics"> <Details xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Base.Statistics" i:nil="true" /> <FiscalYear>1</FiscalYear> <Total>2</Total> </PurchaseBySupplierStatisticsSummary>