Asset
uidstring
Unique identifier for the asset (typically UUID)
Default value:
##defaultExample:
519c00c9-29b1-4e16-8ed2-61bb4a8d6249externalIdsstring
Map of external system identifiers. Values can be null to delete a specific external ID.
Default value:
##defaultExample:
{"CODE":"001"}temporaryIdstring
typestring
Type of asset
Default value:
##defaultExample:
BUILDINGnamestring
deletedAtstring
Date when the asset was deleted. ISO 8601 format
Default value:
##defaultExample:
2025-11-19T16:30:00ZeffectiveDatestring
Date when the asset is effective. ISO 8601 format
Default value:
##defaultExample:
2024-11-19groupedBy object[]
List of all assets grouping the current asset
Array [
uidstring
externalIds object
property name*string
temporaryIdstring
]
groupingAssetsToAdd object[]
List of assets to add to list of assets grouping the current asset
Array [
uidstring
externalIds object
property name*string
temporaryIdstring
]
groups object[]
List of all assets grouped by the current asset
Array [
uidstring
externalIds object
property name*string
temporaryIdstring
]
properties object
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
parent object
uidstring
externalIds object
property name*string
temporaryIdstring
expirationDatestring
Asset
{
"uid": "519c00c9-29b1-4e16-8ed2-61bb4a8d6249",
"externalIds": {
"CODE": "001"
},
"temporaryId": "string",
"type": "BUILDING",
"name": "string",
"deletedAt": "2025-11-19T16:30:00Z",
"effectiveDate": "2024-11-19",
"groupedBy": [
{
"uid": "string",
"externalIds": {},
"temporaryId": "string"
}
],
"groupingAssetsToAdd": [
{
"uid": "string",
"externalIds": {},
"temporaryId": "string"
}
],
"groups": [
{
"uid": "string",
"externalIds": {},
"temporaryId": "string"
}
],
"properties": {
"source": "string",
"simple": {},
"precise": {
"TAUX_ROTATION_ANNUEL": [
{
"startDate": "2020-01-02",
"endDate": "2024-01-03",
"rawValue": "17,00"
}
]
}
},
"parent": {
"uid": "string",
"externalIds": {},
"temporaryId": "string"
},
"expirationDate": "string"
}