[ADD]pms_api_rest: amenities and amenity types services

This commit is contained in:
Darío Lodeiros
2022-06-16 11:21:34 +02:00
parent 6cdb2acd89
commit 94b2caacab
7 changed files with 210 additions and 0 deletions

View File

@@ -20,3 +20,4 @@ class PmsRoomInfo(Datamodel):
roomTypeClassId = fields.Integer(required=False, allow_none=True)
ubicationId = fields.Integer(required=False, allow_none=True)
extraBedsAllowed = fields.Integer(required=False, allow_none=True)
roomAmenityIds = fields.List(fields.Integer(), required=False)