Skip to main content

AssetProperties

sourcestring | nullnullable
simple object | null
property name*string
precise string | null

Each key represents the code of a property, mapped to its corresponding list of time-based values

property name* UpsertPublicAssetPrecisePropertiesDatum
rawValuestringrequired
startDate object
oneOf
valuedaterequired
isMinSystemDatebooleanrequired
endDate object
oneOf
valuedaterequired
AssetProperties
{
"source": "string",
"simple": "Unknown Type: object,null",
"precise": {
"TAUX_ROTATION_ANNUEL": [
{
"startDate": "2020-01-02",
"endDate": "2024-01-03",
"rawValue": "17,00"
}
]
}
}