ποΈ Create Apartment Entity
Creates Apartment Entity. The `id` value returned in the response can be used as the `apartment-id` parameter in next requests:
ποΈ Get Apartments list
Return Apartments entities detailed list with used pagination, filter and sort options
ποΈ Delete multiple apartment items
Delete multiple apartment items by their unique ids
ποΈ Get Apartment Entity detailed information
Returns Apartment Entity detailed information.
ποΈ Update Apartment Entity information
Update Apartment Entity base information
ποΈ Delete Apartment Entity
Delete Apartment Entity and removes detaches all identifiers attached to this apartment
ποΈ Add user to apartment
Allows to add user to apartment
ποΈ Detach user from apartment
Allows to detach user from apartment
ποΈ Create/update multiple Apartment Entities with `link_id`
Create/update multiple Apartment Entities with `link_id`.
ποΈ Delete multiple Apartment Entities with link_id
Delete multiple Apartment Entities with `link_id`.
ποΈ Attach identifier to apartment
Create a relation between the identifier and the apartment entities.
ποΈ Detach identifier from apartment
Delete a relation between the identifier and the apartment entities
ποΈ Get the list of attached identifiers
Return the list of attached identifiers
ποΈ Get the list of attached users
Return the list of attached users