POST api/RepositoryPurchase/GetKeyValues
Request Information
URI Parameters
None.
Body Parameters
GetPortfolioEvolutionRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LanguageCode | string |
None. |
|
| StartDate | date |
None. |
|
| ImportDate | date |
None. |
|
| IdBuildingList | Collection of integer |
None. |
|
| TargetAreaUnitCode | string |
None. |
|
| TargetCurrency | string |
None. |
|
| CurrencyRateDate | date |
None. |
|
| filter | Dictionary of string [key] and Object [value] |
None. |
|
| mappings | Dictionary of string [key] and string [value] |
None. |
|
| additionalFields | Dictionary of string [key] and string [value] |
None. |
|
| columnHeaders | Collection of string |
None. |
|
| mandatoryColumns | Collection of integer |
None. |
|
| Format | ExportFormat |
None. |
|
| draw | integer |
None. |
|
| columns | Collection of AlhDataTableServerSideColumnRequestModel |
None. |
|
| order | Collection of AlhDataTableServerSideOrderModel |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| search | AlhDataTableServerSideSearchRequestModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"LanguageCode": "sample string 1",
"StartDate": "2025-12-12T12:50:17.0387448+01:00",
"ImportDate": "2025-12-12T12:50:17.0387448+01:00",
"IdBuildingList": [
1,
2
],
"TargetAreaUnitCode": "sample string 4",
"TargetCurrency": "sample string 5",
"CurrencyRateDate": "2025-12-12T12:50:17.0387448+01:00",
"filter": {
"sample string 1": {},
"sample string 3": {}
},
"mappings": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"additionalFields": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"columnHeaders": [
"sample string 1",
"sample string 2"
],
"mandatoryColumns": [
1,
2
],
"Format": 0,
"draw": 7,
"columns": [
{
"data": "sample string 1",
"name": "sample string 2",
"searchable": true,
"orderable": true,
"search": {
"value": "sample string 1",
"regex": true
}
},
{
"data": "sample string 1",
"name": "sample string 2",
"searchable": true,
"orderable": true,
"search": {
"value": "sample string 1",
"regex": true
}
}
],
"order": [
{
"column": 1,
"dir": "sample string 2"
},
{
"column": 1,
"dir": "sample string 2"
}
],
"start": 8,
"length": 9,
"search": {
"value": "sample string 1",
"regex": true
}
}
Response Information
Resource Description
GetColumnsAsArrayResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Dictionary of string [key] and Collection of Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": {
"sample string 1": [
{},
{}
],
"sample string 2": [
{},
{}
]
}
}