POST api/ChartNetAssetValueGainsLosses/GetHeaders
Request Information
URI Parameters
None.
Body Parameters
LanguageRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Language": "sample string 1"
}
Response Information
Resource Description
GetHeadersResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Columns | Collection of AlhTableColumn |
None. |
|
| FixedColumnsCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Columns": [
{
"data": "sample string 1",
"name": "sample string 2",
"title": "sample string 3",
"summable": true,
"type": "sample string 5",
"isKey": true,
"isPercent": true,
"tooltip": "sample string 8",
"NbDigitsAfterComa": 9,
"Editable": true,
"GroupKey": "sample string 11"
},
{
"data": "sample string 1",
"name": "sample string 2",
"title": "sample string 3",
"summable": true,
"type": "sample string 5",
"isKey": true,
"isPercent": true,
"tooltip": "sample string 8",
"NbDigitsAfterComa": 9,
"Editable": true,
"GroupKey": "sample string 11"
}
],
"FixedColumnsCount": 1
}