[IMP]: added GET for res_users and is_board_service field in pms_service

This commit is contained in:
braisab
2022-07-13 19:48:04 +02:00
committed by Darío Lodeiros
parent d32edd2fd0
commit 8c22b167f2
15 changed files with 80 additions and 41 deletions

View File

@@ -32,6 +32,7 @@ class PmsReservationInfo(Datamodel):
boardServiceId = fields.Integer(required=False, allow_none=True)
saleChannelId = fields.Integer(required=False, allow_none=True)
agencyId = fields.Integer(required=False, allow_none=True)
userId = fields.Integer(required=False, allow_none=True)
checkin = fields.String(required=False, allow_none=True)
checkout = fields.String(required=False, allow_none=True)