Skip to content

Property Management REST API (1.0.0)

Overview

These APIs facilitate managing property configurations and units management for a venue.

Download OpenAPI description
Languages
Servers
Generated server url

http://localhost:8080/

Property Configuration

Retrieves property configuration for a tenant

Operations

Units API

Manages units for a venue

Operations

Delete Units for VenueDeprecated

Request

Allows the user to delete units with the given ids.

Path
venueIdstringrequired

Venue Id

Bodyrequired

Unit ids to delete

Array [
string(uuid)
]
[ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ]

Responses

Ok

Body
requestIdstring
Response
{ "requestId": "string" }

Resident Portals

Manages, create and get configuration of resident portals for a tenant

Operations