sp_update_room_charge_schedule


Parameters

Name Type Mode
update_data jsonb IN
booking_id integer IN
booking_item integer IN (DEFAULT NULL)
dates date[] IN (DEFAULT NULL)
room_rate t_money IN (DEFAULT NULL)
extra_adult t_money IN (DEFAULT NULL)
extra_child t_money IN (DEFAULT NULL)
extra_infant t_money IN (DEFAULT NULL)
mealtype_id integer IN (DEFAULT NULL)
rateplan_id integer IN (DEFAULT NULL)
p_validate boolean IN (DEFAULT true)
register_id integer IN
dates date[] IN (DEFAULT NULL)
room_rate t_money IN (DEFAULT NULL)
extra_adult t_money IN (DEFAULT NULL)
extra_child t_money IN (DEFAULT NULL)
extra_infant t_money IN (DEFAULT NULL)
mealtype_id integer IN (DEFAULT NULL)
rateplan_id integer IN (DEFAULT NULL)
p_validate boolean IN (DEFAULT true)

Definition