[IMP]pms-api_rest: GET reservations services with toAssign param

This commit is contained in:
braisab
2023-01-05 17:40:01 +01:00
committed by Darío Lodeiros
parent b57859a7fe
commit acfc55304c
3 changed files with 93 additions and 6 deletions

View File

@@ -8,3 +8,4 @@ class PmsSearchParam(Datamodel):
pmsPropertyId = fields.Integer(required=False, allow_none=True)
pmsPropertyIds = fields.List(fields.Integer(), required=False)
toAssign = fields.Boolean(required=False, allow_none=True)