[IMP] pms_api_rest: add agency image in folio service and it's reservations

This commit is contained in:
Sara Lago
2022-02-24 13:04:54 +01:00
committed by Darío Lodeiros
parent f776c9dc89
commit e8095e0471
2 changed files with 11 additions and 0 deletions

View File

@@ -26,3 +26,4 @@ class PmsFolioInfo(Datamodel):
salesPerson = fields.String(required=False, allow_none=True)
paymentState = fields.String(required=False, allow_none=True)
propertyId = fields.Integer(required=False, allow_none=True)
agencyImage = fields.String(required=False, allow_none=True)