{
    "using_default_prices" : true,
    "using_default_periods" : true,
    "room_prices" : [
        {
            "season_id": 1,
            "season_name" : "Temporada Única",
            "is_cyclic": true,
            "cycle_type": "custom",
            "periods" :[
                {
                    "from" : "-01-01",
                    "to" : "-12-31"
                }
            ],
            "season_express_pricing" : [
                {
                    "package_duration": 1,
                    "package_price": 0.0,
                    "express_pax_pricing" : [
                        {
                            "px_quantity": 1,
                            "px_price" : 0.0
                        }
                    ]
                }
            ]
        }
    ]
}
