Community
Create Community
This endpoint creates a new community (property or building portfolio).
POST
Example use cases
This endpoint allows you to create a new community with the specified properties:- Create a new property or building portfolio
- Specify contact information, location, and other details for the community
- Establish the foundation for further property management operations
Header
string
default:"none"
required
The authentication token for your request
Request Body
string
required
The name of the community.
string
default:"none"
An external reference ID for the community (recommended for system integration).
string
default:"none"
A description of the community.
string
required
The timezone where the community is located (e.g., “US/Eastern”, “UTC”).
string
default:"none"
The primary contact email for the community.
string
default:"none"
The primary contact number for the community.
string
default:"none"
The type of property (e.g., “residential”, “commercial”).
string
default:"none"
The current status of the community (e.g., “active”, “inactive”).
string
default:"none"
The website URL for the community.
number
default:"none"
The latitude coordinate of the community location.
number
default:"none"
The longitude coordinate of the community location.
Response
string
A unique identifier for tracking the request. This ID can be used for support inquiries or tracking status.
Errors
Listed below are common errors that may be returned by the endpoint, along with their corresponding status code. Status Code - 400Missing required fields
Invalid field value
Invalid Authorization header bearer token value
Internal server error

