Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
Amenities
GET
Get all amenities
POST
Create amenity
GET
Get an amenity by ID
PUT
Update amenity
POST
Create Amenities | Units
PUT
Update amenities for unit
POST
Create amenity for property
PUT
Update amenities for property
Applicants
Applications
Appointments
Billing and Payments
Construction Job Cost
Employees
Events
Files
Invoices
Leads
Leases
Listings
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
Login
API Reference
Amenities
Create amenity for property
POST
https://
api.propexo.com
/
v1
/
amenities
/
properties
/
:id
Create a property amenity for any integration. This is a convenience endpoint that acts as a generic proxy for all amenity creation endpoints.
Path parameters
id
string
Required
The ID of the resource.
Request
This endpoint expects an object.
amenity
string
Required
The amenity name
integration_id
string
Required
vendor
enum
Required
Show 12 enum values
custom_data
object
Optional
Deprecated: Field is no longer applicable
Response
This endpoint returns an object.
job_id
string
The ID of the job created to handle this operation
data
object
Errors
400
Bad Request
Built with