[IMP] pms_api_rest: change input_param to receive only one date and add services for operatives in dashboard_service, add createHour field in folio datamodel

This commit is contained in:
Sara Lago
2023-09-20 17:30:59 +02:00
committed by Darío Lodeiros
parent 65864ace52
commit 4a4f77bb3f
4 changed files with 172 additions and 11 deletions

View File

@@ -74,3 +74,4 @@ class PmsFolioShortInfo(Datamodel):
saleChannelId = fields.Integer(required=False, allow_none=True)
firstCheckin = fields.String(required=False, allow_none=True)
lastCheckout = fields.String(required=False, allow_none=True)
createHour = fields.String(required=False, allow_none=True)