[ADD]pms_api_rest: Add Price API Service boardServiceId Option

This commit is contained in:
Darío Lodeiros
2022-07-14 18:59:04 +02:00
parent 465dd898c4
commit 2617a82901
2 changed files with 84 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ class PmsPriceSearchParam(Datamodel):
pmsPropertyId = fields.Integer(required=True, allow_none=True)
pricelistId = fields.Integer(required=True, allow_none=True)
roomTypeId = fields.Integer(required=False, allow_none=True)
boardServiceId = fields.Integer(required=False, allow_none=True)
productId = fields.Integer(required=False, allow_none=True)
productQty = fields.Integer(required=False, allow_none=True)
partnerId = fields.Integer(required=False, allow_none=True)