GET api/{database}/IncomeStatementLine/WithBreakdownTree/{fiscalYear}/{statementId}

No Documentation Found.



Request Information

Parameters

NameDescriptionAdditional information
fiscalYear No Documentation Found.

Define this parameter in the request URI.

statementId No Documentation Found.

Define this parameter in the request URI.

$expand Details

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "breakdown": {
    "sample string 1": null,
    "sample string 2": null,
    "sample string 3": null
  },
  "breakdownTree": {
    "type": 0,
    "code": "sample string 1",
    "description": "sample string 2",
    "total": 3.0,
    "children": null,
    "totalsPerPeriod": null
  },
  "description": "sample string 1",
  "details": null,
  "fiscalYear": 2,
  "formula": "sample string 3",
  "internalId": 4,
  "isFormulaValid": true,
  "statementId": "sample string 6",
  "total": 7.0
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.