GET jxc_api/ServiceForward/GetIncomeSheetPerYearAmount

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and Dictionary of string [key] and decimal number [value] [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {
    "sample string 1": 2.0,
    "sample string 3": 4.0
  },
  "sample string 2": {
    "sample string 1": 2.0,
    "sample string 3": 4.0
  }
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringArrayOfKeyValueOfstringdecimalty7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringArrayOfKeyValueOfstringdecimalty7Ep6D1>
    <Key>sample string 1</Key>
    <Value>
      <KeyValueOfstringdecimal>
        <Key>sample string 1</Key>
        <Value>2</Value>
      </KeyValueOfstringdecimal>
      <KeyValueOfstringdecimal>
        <Key>sample string 3</Key>
        <Value>4</Value>
      </KeyValueOfstringdecimal>
    </Value>
  </KeyValueOfstringArrayOfKeyValueOfstringdecimalty7Ep6D1>
  <KeyValueOfstringArrayOfKeyValueOfstringdecimalty7Ep6D1>
    <Key>sample string 2</Key>
    <Value>
      <KeyValueOfstringdecimal>
        <Key>sample string 1</Key>
        <Value>2</Value>
      </KeyValueOfstringdecimal>
      <KeyValueOfstringdecimal>
        <Key>sample string 3</Key>
        <Value>4</Value>
      </KeyValueOfstringdecimal>
    </Value>
  </KeyValueOfstringArrayOfKeyValueOfstringdecimalty7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfKeyValueOfstringdecimalty7Ep6D1>