Immobilie & Vermögenswerte
Immobilien, Buchungen, Anlagen, Zähler und Zählerstände — verwalten Sie Immobiliendaten über die API.
Immobilie
Endpoints
| GET | /assets | Ruft die Sammlung der Property-Ressourcen ab. |
| POST | /assets | Erstellt eine Property-Ressource. |
| GET | /assets/{id} | Ruft eine Property-Ressource ab. |
| PATCH | /assets/{id} | Aktualisiert die Property-Ressource. |
| DELETE | /assets/{id} | Entfernt die Property-Ressource. |
| GET | /assets/{id}/documents | Ruft eine Property-Ressource ab. |
| GET | /properties | Ruft die Sammlung der Property-Ressourcen ab. |
| POST | /properties | Erstellt eine Property-Ressource. |
| GET | /properties/{id} | Ruft eine Property-Ressource ab. |
| PATCH | /properties/{id} | Aktualisiert die Property-Ressource. |
| DELETE | /properties/{id} | Entfernt die Property-Ressource. |
| GET | /properties/{id}/documents | Ruft eine Property-Ressource ab. |
Immobilienbuchung
Endpoints
| GET | /asset-bookings | Ruft die Sammlung der PropertyBooking-Ressourcen ab. |
| POST | /asset-bookings | Erstellt eine PropertyBooking-Ressource. |
| GET | /asset-bookings/{id} | Ruft eine PropertyBooking-Ressource ab. |
| PATCH | /asset-bookings/{id} | Aktualisiert die PropertyBooking-Ressource. |
| POST | /asset-bookings/{id}/cancel | Erstellt eine PropertyBooking-Ressource. |
| GET | /property-bookings | Ruft die Sammlung der PropertyBooking-Ressourcen ab. |
| POST | /property-bookings | Erstellt eine PropertyBooking-Ressource. |
| GET | /property-bookings/{id} | Ruft eine PropertyBooking-Ressource ab. |
| PATCH | /property-bookings/{id} | Aktualisiert die PropertyBooking-Ressource. |
| POST | /property-bookings/{id}/cancel | Erstellt eine PropertyBooking-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| id | string | |
| employee | string,null (iri-reference) | |
| property* | object | |
| relationName* | string | |
| relationId* | string | |
| startDate | string (date-time) | |
| duration | integernull | |
| billingAmount | stringnull | |
| billingCurrency | string,null (iri-reference) | |
| endDate | string,null (date-time) | |
| cancelReason | stringnull | |
| cancelledAt | string,null (date-time) | |
| dateTo | string,null (date-time) |
Vermögenszähler
Endpoints
| GET | /asset-meters | Ruft die Sammlung der AssetMeter-Ressourcen ab. |
| POST | /asset-meters | Erstellt eine AssetMeter-Ressource. |
| GET | /asset-meters/{id} | Ruft eine AssetMeter-Ressource ab. |
| PATCH | /asset-meters/{id} | Aktualisiert die AssetMeter-Ressource. |
| DELETE | /asset-meters/{id} | Entfernt die AssetMeter-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| property* | string (iri-reference) | |
| name* | string | |
| utilityType* | string | |
| unit* | string | |
| readingMode* | string | |
| externalId | stringnull | |
| isActive | boolean | |
| note | stringnull |
Immobilien-Geschäftsbeziehung
Endpoints
| GET | /asset-commercial-relations | Ruft die Sammlung der PropertyCommercialRelation-Ressourcen ab. |
| POST | /asset-commercial-relations | Erstellt eine PropertyCommercialRelation-Ressource. |
| GET | /asset-commercial-relations/{id} | Ruft eine PropertyCommercialRelation-Ressource ab. |
| PATCH | /asset-commercial-relations/{id} | Aktualisiert die PropertyCommercialRelation-Ressource. |
| DELETE | /asset-commercial-relations/{id} | Entfernt die PropertyCommercialRelation-Ressource. |
| GET | /property-commercial-relations | Ruft die Sammlung der PropertyCommercialRelation-Ressourcen ab. |
| POST | /property-commercial-relations | Erstellt eine PropertyCommercialRelation-Ressource. |
| GET | /property-commercial-relations/{id} | Ruft eine PropertyCommercialRelation-Ressource ab. |
| PATCH | /property-commercial-relations/{id} | Aktualisiert die PropertyCommercialRelation-Ressource. |
| DELETE | /property-commercial-relations/{id} | Entfernt die PropertyCommercialRelation-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| property | string (iri-reference) | |
| project | string (iri-reference) | |
| propertyBooking | string,null (iri-reference) | |
| relationType | string | |
| amount | string | |
| currency | string (iri-reference) | |
| dateFrom | string,null (date-time) | |
| dateTo | string,null (date-time) | |
| invoiceable | boolean | |
| note | stringnull |
Anlagen-Zählerstand
Endpoints
| GET | /asset-meter-readings | Ruft die Sammlung der AssetMeterReading-Ressourcen ab. |
| POST | /asset-meter-readings | Erstellt eine AssetMeterReading-Ressource. |
| GET | /asset-meter-readings/{id} | Ruft eine AssetMeterReading-Ressource ab. |
| PATCH | /asset-meter-readings/{id} | Aktualisiert die AssetMeterReading-Ressource. |
| DELETE | /asset-meter-readings/{id} | Entfernt die AssetMeterReading-Ressource. |
| POST | /asset-meter-readings/analyze | Erstellt eine AssetMeterReading-Ressource. |
| POST | /asset-meter-readings/analyze-photo | Erstellt eine AssetMeterReading-Ressource. |
| POST | /asset-meter-readings/apply-rows | Erstellt eine AssetMeterReading-Ressource. |
| POST | /asset-meter-readings/import | Erstellt eine AssetMeterReading-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| id | string | |
| meter* | string (iri-reference) | |
| readingAt* | string (date-time) | |
| periodFrom | string,null (date-time) | |
| periodTo | string,null (date-time) | |
| readingType* | string | |
| value* | string | |
| source | stringnull | |
| sourceReference | stringnull | |
| isEstimated | boolean | |
| note | stringnull | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| deletedAt | string,null (date-time) | |
| possibleReadingTypes | string | |
| estimated | boolean | |
| deleted | boolean | Check if the entity has been soft deleted. |
Anlagen-QR-Code
Endpoints
| GET | /asset-qr-codes | Ruft die Sammlung der AssetQrCode-Ressourcen ab. |
| POST | /asset-qr-codes | Erstellt eine AssetQrCode-Ressource. |
| GET | /asset-qr-codes/{id} | Ruft eine AssetQrCode-Ressource ab. |
| PATCH | /asset-qr-codes/{id} | Aktualisiert die AssetQrCode-Ressource. |
Schemafelder
| Feld | Typ | Beschreibung |
|---|---|---|
| asset | string (iri-reference) | |
| kind | string | |
| visibility | string | |
| label | stringnull |