[IMP]14.0-pms_api_rest: origin input data field in checkin partner modal

This commit is contained in:
braisab
2024-03-22 18:48:33 +01:00
committed by Darío Lodeiros
parent 142cb883e8
commit b07a113fd5
5 changed files with 51 additions and 27 deletions

View File

@@ -29,3 +29,4 @@ class PmsCheckinPartnerInfo(Datamodel):
countryId = fields.Integer(required=False, allow_none=True)
checkinPartnerState = fields.String(required=False, allow_none=True)
actionOnBoard = fields.Boolean(required=False, allow_none=True)
originInputData = fields.String(required=False, allow_none=True)