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
- EffectiveDate
- null
valuedaterequired
isMinSystemDatebooleanrequired
endDate object
oneOf
- ExpirationDate
- null
valuedaterequired
AssetProperties
{
"source": "string",
"simple": "Unknown Type: object,null",
"precise": {
"TAUX_ROTATION_ANNUEL": [
{
"startDate": "2020-01-02",
"endDate": "2024-01-03",
"rawValue": "17,00"
}
]
}
}