Entity overview
Property
Manage property records with location, valuation, and project linkages for real estate operations.
Endpoints
https://api.flowtly.eu/assets
List propertys
Retrieves the collection of Property resources.
https://api.flowtly.eu/assets
Create property
Creates a Property resource.
https://api.flowtly.eu/assets/{id}
Get property by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/assets/{id}
Delete property
Remove the resource.
https://api.flowtly.eu/assets/{id}
Update property
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/properties
List propertys
Retrieves the collection of Property resources.
https://api.flowtly.eu/properties
Create property
Creates a Property resource.
https://api.flowtly.eu/properties/{id}
Get property by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/properties/{id}
Delete property
Remove the resource.
https://api.flowtly.eu/properties/{id}
Update property
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/assets/project-relations
List project relations
Retrieves the collection of PropertyProjectRelationOutput resources.
https://api.flowtly.eu/properties/project-relations
List project relations
Retrieves the collection of PropertyProjectRelationOutput resources.
Use cases
Schema fields
PropertyCommercialRelation-property_commercial_relation.read_property.read| Field | Type | Description |
|---|---|---|
id |
string | id field. |
property |
reference | property field. |
project |
string | project field. |
propertyBooking |
string | propertyBooking field. |
relationType |
string | relationType field. |
amount |
string | amount field. |
currency |
string | currency field. |
dateFrom |
string | dateFrom field. |
dateTo |
string | dateTo field. |
invoiceable |
boolean | invoiceable field. |
note |
string | note field. |
createdAt |
string | createdAt field. |
updatedAt |
string | updatedAt field. |