AssetProperties
sourcestring
simple object
property name*string
precise string
Each key represents the code of a property, mapped to its corresponding list of time-based values
property name* UpsertPublicAssetPrecisePropertiesDatum
rawValuestringrequired
startDate object
valuestring<date>required
isMinSystemDatebooleanrequired
endDate object
valuestring<date>required
AssetProperties
{
"source": "string",
"simple": {},
"precise": {
"TAUX_ROTATION_ANNUEL": [
{
"startDate": "2020-01-02",
"endDate": "2024-01-03",
"rawValue": "17,00"
}
]
}
}