mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms_api_rest: add cancellation flow and more
This commit is contained in:
committed by
Darío Lodeiros
parent
41a1df4fda
commit
f904489e62
@@ -14,4 +14,12 @@ class PmsReservationShortInfo(Datamodel):
|
||||
roomTypeId = fields.String(required=True, allow_none=False)
|
||||
name = fields.String(required=True, allow_none=False)
|
||||
partnerRequests = fields.String(required=False, allow_none=True)
|
||||
pwaActionButtons = fields.Dict(required=False, allow_none=True)
|
||||
state = fields.String(required=True, allow_none=False)
|
||||
priceTotal = fields.Float(required=True, allow_none=True)
|
||||
adults = fields.Integer(required=True, allow_none=False)
|
||||
channelTypeId = fields.String(required=False, allow_none=True)
|
||||
agencyId = fields.String(required=False, allow_none=True)
|
||||
boardServiceId = fields.String(required=False, allow_none=True)
|
||||
checkinsRatio = fields.Float(required=True, allow_none=False)
|
||||
outstanding = fields.Float(required=True, allow_none=False)
|
||||
pwaActionButtons = fields.Dict(required=True, allow_none=False)
|
||||
|
||||
Reference in New Issue
Block a user