Skip to main content

Create an amenity under the given group

POST 

/api/v1/pms/property-amenities/amenity-groups/:amenityGroupId

Inserts a new amenity linked to amenityGroupId. The group must exist and be active. active defaults to true server-side and does not need to be passed. icon should be the S3 object URL returned by /logo-upload-url after the client uploads the image.

Request​

Responses​

Amenity created; response includes the new id.