RemotePatrimonyIndicatorsFilters
This parameter is part of authorization mechanism. Should not be filled.
true
This parameter is part of authorization mechanism. Should not be filled.
["ABC","DEF"]
Filter to keep assets BUILDING that belong to buildings groups.
["ABC","DEF"]
Filter to keep assets that have expiration date which is at most n years in the past of requested date.
3
List of types concerned by indicators.
["BUILDING","RENTED_UNIT"]
Filter to keep assets that have effective date after this date (strictly after).
2023-10-28
Filter to keep assets that DO not have data on properties OR have data but none valid at requestedDate.
["DPE","OPEX"]
Code of client. Will be filled with parameter.
STONAL
properties object
Filter to keep assets that have these properties which have at least one value in List
property name* string[]
Filter objects that are valid for this date (included). Filled with parameter.
2023-10-25
{
"allAssets": true,
"authorizedAssetCodes": [
"ABC",
"DEF"
],
"buildingGroupCodes": [
"ABC",
"DEF"
],
"certificateCodes": 3,
"holderTypeCodes": [
"BUILDING",
"RENTED_UNIT"
],
"minimumEffectiveDate": "2023-10-28",
"missingProperties": [
"DPE",
"OPEX"
],
"organizationCode": "STONAL",
"properties": [
"DPE",
"OPEX"
],
"requestedDate": "2023-10-25"
}