POST api/BuildingsInfosMap/BuildingInfoMaps

Request Information

URI Parameters

None.

Body Parameters

GetBuildingsInfoMapRequestModel
NameDescriptionTypeAdditional information
SourceTable

string

None.

StartYear

decimal number

None.

EndYear

decimal number

None.

ImportDate

date

None.

PortfolioCode

string

None.

IdOwnerList

Collection of string

None.

IdBuildingNatureList

Collection of string

None.

GeographicalZonesList

Collection of string

None.

IdBuildingList

Collection of string

None.

IdSaleTypeList

Collection of string

None.

IdSaleProgresStateList

Collection of string

None.

User

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:
{
  "SourceTable": "sample string 1",
  "StartYear": 2.0,
  "EndYear": 3.0,
  "ImportDate": "2025-12-12T14:10:53.6063347+01:00",
  "PortfolioCode": "sample string 5",
  "IdOwnerList": [
    "sample string 1",
    "sample string 2"
  ],
  "IdBuildingNatureList": [
    "sample string 1",
    "sample string 2"
  ],
  "GeographicalZonesList": [
    "sample string 1",
    "sample string 2"
  ],
  "IdBuildingList": [
    "sample string 1",
    "sample string 2"
  ],
  "IdSaleTypeList": [
    "sample string 1",
    "sample string 2"
  ],
  "IdSaleProgresStateList": [
    "sample string 1",
    "sample string 2"
  ],
  "User": "sample string 6",
  "TargetCurrency": "sample string 7",
  "CurrencyRateDate": "2025-12-12T14:10:53.6063347+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": 9,
  "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": 10,
  "length": 11,
  "search": {
    "value": "sample string 1",
    "regex": true
  }
}

Response Information

Resource Description

GetColumnsAsArrayResponseModel
NameDescriptionTypeAdditional 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": [
      {},
      {}
    ]
  }
}