GET api/{database}/IncomeStatement/{fiscalYear}?periodConfiguration={periodConfiguration}

Gets the specified IncomeStatement.



Request Information

Parameters

NameDescriptionAdditional information
fiscalYear The fiscalYear.

Define this parameter in the request URI.

periodConfiguration The periodConfiguration. Accepted values are: Value Description 1 PerWeek 2 PerMonth 3 PerQuarter 4 FiscalYearPeriods 5 PerFiscalYear

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>