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
Owners
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
Login
API Reference
Amenities
Update amenities for unit
PUT
https://
api.propexo.com
/
v1
/
amenities
/
units
/
:id
Update unit amenities 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.
features
list of enums
Optional
A list of unit amenities. Any existing amenities associated with the unit that are not submitted in the request will be removed from the unit
Show 53 enum values
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