- 07 Feb 2025
- 2 Minutes to read
- Print
- DarkLight
Update an energy label
- Updated on 07 Feb 2025
- 2 Minutes to read
- Print
- DarkLight
[PREVIEW] Update an energy label of existing real estate object.
Description
Update an existing energy label of an object. Both the 'reference' and the 'externalIdentifier' can be used to identify the object. Preferably only the reference is used. If this is not available, the externalIdentifier can be used. If both properties are used it is important that both are correct and match with the same entity (object). If this is not the case, the request will return with an error code.
Use Case
After retrieving the energy label of an object with the Get an energy label operation the user notices that the value is outdated and should be changed. The user can call the put operation to change the value.
Request fields
The request contains the following fields:
Field | Description |
---|---|
reference | The relationship number within Bloxs. This is unique (per client specific environment) for all objects. The relationship number is generated by the Bloxs system. |
externalIdentifier | The unique identifier within the system of the requesting party. This identifier is not generated by the Bloxs system. |
energyLabelName | A representation of the energy performance of the property. Defined as a letter. This is a standard list, but it can be modified by the user. |
energyLabelNameValidUntilDate | The date until when the energy label is valid. |
document.filename | The name of the file (energy report) which is linked to the real estate object. This does not contain the actual file itself. |
document.mimeType | The technical specification of the file (e.g., application/pdf, image/png). |
document.base64 | The file in base64 encoding. |
Response fields
The response contains the fields in the table below.
Field | Description |
---|---|
energyLabel | A representation of the energy performance of the property. Defined as a letter. This is a standard list, but it can be modified by the user. |
energyLabelValidUntilDate | The date until when the energy label is valid. |
document.fileName | The name of the file (energy report) which is linked to the real estate object. This does not contain the actual file itself. |
document.fileSize | The size of the file (energy report) which is linked to the real estate object. This does not contain the actual file itself. |
Please enter a valid token
The energy label was updated
The energy label has validation issues