GET api/{database}/IncomeStatement?fiscalYear={fiscalYear}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| fiscalYear | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
| $expand | Statements/Details | 
                         Define this parameter in the request URI.  | 
        
Response Information
Response body formats
application/json, text/json
            Sample:
        
{
  "fiscalYear": 1,
  "lastTransactionPeriod": 2,
  "statements": null
}
        application/xml, text/xml
            Sample:
<IncomeStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Base.Statistics"> <FiscalYear>1</FiscalYear> <LastTransactionPeriod>2</LastTransactionPeriod> <Statements i:nil="true" /> </IncomeStatement>