{"id":3932,"date":"2021-03-18T11:13:12","date_gmt":"2021-03-18T11:13:12","guid":{"rendered":"https:\/\/multirental.com.pt\/?page_id=3932"},"modified":"2023-04-11T11:10:27","modified_gmt":"2023-04-11T10:10:27","slug":"reservas","status":"publish","type":"page","link":"https:\/\/multirental.com.pt\/pt\/reservas\/","title":{"rendered":"RESERVAS"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3932\" class=\"elementor elementor-3932\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3f62f98 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3f62f98\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-39d0864\" data-id=\"39d0864\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b96247 elementor-widget elementor-widget-shortcode\" data-id=\"3b96247\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<br \/>\n<b>Notice<\/b>:  Trying to get property 'status' of non-object in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/models\/way2rentals.php<\/b> on line <b>35<\/b><br \/>\n<br \/>\n<b>Notice<\/b>:  Trying to get property 'status' of non-object in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/models\/way2rentals.php<\/b> on line <b>44<\/b><br \/>\n<br \/>\n<b>Notice<\/b>:  Trying to get property 'info' of non-object in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/models\/way2rentals.php<\/b> on line <b>44<\/b><br \/>\n\t\t<div class=\"elementor-shortcode\"><br \/>\n<b>Notice<\/b>:  Undefined index: rentals_oauth in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/models\/way2rentals.php<\/b> on line <b>522<\/b><br \/>\n<br \/>\n<b>Notice<\/b>:  Trying to get property 'status' of non-object in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/models\/way2rentals.php<\/b> on line <b>526<\/b><br \/>\n<br \/>\n<b>Notice<\/b>:  Trying to get property 'status' of non-object in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/models\/way2rentals.php<\/b> on line <b>529<\/b><br \/>\n<br \/>\n<b>Notice<\/b>:  Trying to get property 'info' of non-object in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/models\/way2rentals.php<\/b> on line <b>529<\/b><br \/>\n<br \/>\n<b>Notice<\/b>:  Object of class stdClass could not be converted to int in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/views\/step1.php<\/b> on line <b>14<\/b><br \/>\n<div class=\">row\">\n  <!--<div class=\"<\/\/?=$cssClass?>col-lg-12 <\/\/?=$cssClass?>col-md-12 <\/\/?=$cssClass?>col-sm-12 <\/\/?=$cssClass?>col-xs-12 w2r_header\">\n    <\/\/?=$lang[$l]['book_now']?>\n  <\/div>-->\n  <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12 vehicle_price w2r-center w2r_details w2r_main\">\n    Autentication Error  <\/div>\n<\/div>\n<script>\nwindow.history.pushState(null, \"\", window.location.href);\nwindow.onpopstate = function () {\n    window.history.pushState(null, \"\", window.location.href);\n};\nway2rentals.jQuery(\"#pickup_date\").on(\"keydown\", function(e) {\n    e.preventDefault();\n});\nway2rentals.jQuery(\"#dropoff_date\").on(\"keydown\", function(e) {\n    e.preventDefault();\n});\nway2rentals.jQuery('#pickup_hour').on('keydown', function(e) {\n    e.preventDefault();\n});\nway2rentals.jQuery('#dropoff_hour').on('keydown', function(e) {\n    e.preventDefault();\n});\nway2rentals.jQuery(function(){\n    way2rentals.jQuery('#transition_loader').fadeOut();\n});\nway2rentals.jQuery(\"#pickup\").change(function() {\n     \n\tvar date = new Date(way2rentals.jQuery(\"#pickup_date\").val());\n\tnonWorkingDatesPickup(date);\n});\nway2rentals.jQuery(\"#dropoff\").change(function() {\n    \n    var date = new Date(way2rentals.jQuery(\"#dropoff_date\").val());\n    nonWorkingDatesDropoff(date);\n});\nway2rentals.jQuery(\"#pickup_date\").change(function() {\n\t \n    if (way2rentals.jQuery('#dropoff_date').val() < way2rentals.jQuery(\"#pickup_date\").val()) {\n       \n    \tvar date = new Date(way2rentals.jQuery(\"#pickup_date\").val());\n        date.setDate(date.getDate() + 1);\n        \n        while (nonWorkingDatesPickup(date)[0] != true) {\n        \tdate.setDate(date.getDate() + 1);\n        }\n        way2rentals.jQuery('#dropoff_date').val(date.toInputFormat());\n    }\n});\nDate.prototype.toInputFormat = function() {\n    var yyyy = this.getFullYear().toString();\n    var mm = (this.getMonth()+1).toString(); \/\/ getMonth() is zero-based\n    var dd  = this.getDate().toString();\n    return yyyy + \"-\" + (mm[1]?mm:\"0\"+mm[0]) + \"-\" + (dd[1]?dd:\"0\"+dd[0]); \/\/ padding\n };\n function nextStep(){\n\t    var check_dates_filledup = checkData(['pickup_date','dropoff_date', 'pickup_hour', 'dropoff_hour', 'pickup','dropoff']);\n\t    var check_dates = checkDates('pickup_date','dropoff_date','pickup_hour','dropoff_hour');\n\t    \/\/var check_dates_range = checkDateRange('pickup_date','dropoff_date','pickup_hour','dropoff_hour');\n\t    var check_saturdays = checkSaturdays('pickup_date','dropoff_date','pickup_hour','dropoff_hour');\n\t    var next=true;\n\t    \n\t    if(check_dates_filledup == false){\n\t        next=false;\n\t        addError('- Certifique-se que todos os campos est\u00e3o preenchidos.<br>');\n\t    }\n\t    \n\t    if (check_dates == false) {\n\t        next=false;\n\t        addError('- Certifique-se que a data de recolha n\u00e3o \u00e9 maior do que a data de devolu\u00e7\u00e3o e menor que a data atual.<br>');\n\t    }\n\t    if(next == true){\n\t        if(way2rentals.jQuery('#transition_loader').length == 0 ) {\n\t            way2rentals.jQuery('body').append('<div id=\"transition_loader\" class=\"loading-w2r\">Loading &#8230;<\/div>');\n\t        } else {\n                way2rentals.jQuery('#transition_loader').fadeIn();\n\t        }\n\t    \twp.ajax.post( \"w2r_check_schedules_request\", {\n\t            pickup: way2rentals.jQuery('#pickup').val(),\n\t            dropoff: way2rentals.jQuery('#dropoff').val(),\n\t            pickup_date: way2rentals.jQuery('#pickup_date').val(),\n\t            pickup_hour: way2rentals.jQuery('#pickup_hour').val(),\n\t            dropoff_date: way2rentals.jQuery('#dropoff_date').val(),\n\t            dropoff_hour: way2rentals.jQuery('#dropoff_hour').val()\n\t        }).done(function(response) {\n\t            \n\t        \tresponse = way2rentals.jQuery.parseJSON(response);\n\t            if(response.success == 1){\n\t                way2rentals.jQuery('#w2rForm').submit();\n\t            } else if(response.success == 2) {\n\t                way2rentals.jQuery('#transition_loader').fadeOut();\n\t                ConfirmDialog(response.error);\n\t            }else{\n\t                way2rentals.jQuery('#transition_loader').fadeOut();\n\t            \taddError(response.error);\n\t            }\n\t    \t});\n\t    }\n\t}\n\tfunction ConfirmDialog(message) {\n\t    way2rentals.jQuery('#transition_loader').fadeOut();\n\t  way2rentals.jQuery('<div><\/div>').appendTo('body')\n\t    .html('<div><p>' + message + '<\/p><\/div>')\n\t    .dialog({\n\t      modal: true,\n\t      title: '',\n\t      zIndex: 10000,\n\t      autoOpen: true,\n\t      width: 'auto',\n\t      resizable: false,\n\t      buttons: {\n\t        \n\t        Cancel: function() {\n\t          way2rentals.jQuery(this).dialog(\"close\");\n\t        },\n\t        Confirm: function() {\n\t          way2rentals.jQuery('#w2rForm').submit();\n\t          way2rentals.jQuery(this).dialog(\"close\");\n\t        }\n\t      },\n\t      close: function(event, ui) {\n\t        way2rentals.jQuery(this).remove();\n\t      }\n\t    });\n\t};\nvar entity_out =way2rentals.jQuery.parseJSON('<br \/>\n<b>Notice<\/b>:  Undefined index: pickup in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/views\/step1.php<\/b> on line <b>320<\/b><br \/>\nnull');\nvar entity_in =way2rentals.jQuery.parseJSON('<br \/>\n<b>Notice<\/b>:  Undefined index: dropoff in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/views\/step1.php<\/b> on line <b>321<\/b><br \/>\nnull');\nvar allowed_times_pickup = [];\nvar allowed_times_dropoff = [];\n    function nonWorkingDatesPickup(date){\n    \tvar day = date.getDay();\n        var closedDates = ['2019-11-12'];\n        var selected_date = way2rentals.jQuery('#pickup_date').val();\n     \n        var selected_station = way2rentals.jQuery('#pickup').val();\n        var closedDays = [];\n        \n        var from = way2rentals.jQuery(\"#pickup_date\").val().split(\"-\");\n        var aux = new Date(from[0], from[1] - 1, from[2]);\n        var day_aux = aux.getDay();\n        \n        allowed_times_pickup = [];\n        way2rentals.jQuery.each( entity_out, function( key, value ) {\n        \tvar aux_is_this_entity = false;\n        \t\n            if('stationid' == 'stationid'){\n                if (value.stationid == selected_station) {\n                    aux_is_this_entity = true;\n                }\n            }else{\n                if (value.id_local == selected_station) {\n                    aux_is_this_entity = true;\n                }\n            }\n            \n            if (aux_is_this_entity == true) {\n            \t\n                way2rentals.jQuery.each( value.schedule.working_hours, function( key2, value2 ) {\n                    \n                    switch(day_aux) {\n                        case 1:\n                            if(key2 == 'seg'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_pickup.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 2:\n                            if(key2 == 'ter'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_pickup.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 3:\n                            if(key2 == 'qua'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_pickup.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 4:\n                            if(key2 == 'qui'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_pickup.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 5:\n                            if(key2 == 'sex'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_pickup.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 6:\n                            if(key2 == 'sab'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_pickup.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 7:\n                            if(key2 == 'dom'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_pickup.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                    }\n                });\n                \n                \n                way2rentals.jQuery( \"#pickup_hour\" ).datetimepicker({ allowTimes: allowed_times_pickup });\n                \n                way2rentals.jQuery.each( value.open_days, function( day_abreviation, status ) {\n                  if(status == 0){\n                      switch(day_abreviation) {\n                            case \"sun\":\n                            closedDays.push([0]);\n                            break\n                            case \"mon\":\n                            closedDays.push([1]);\n                            break\n                            case \"tue\":\n                            closedDays.push([2]);\n                            break\n                            case \"wed\":\n                            closedDays.push([3]);\n                            break\n                            case \"thu\":\n                            closedDays.push([4]);\n                            break\n                            case \"fri\":\n                            closedDays.push([5]);\n                            break\n                             case \"sat\":\n                            closedDays.push([6]);\n                            break\n                        }\n                  }\n              });\n                  \n             }\n        })\n        \n        var holidays = way2rentals.jQuery.parseJSON('<br \/>\n<b>Notice<\/b>:  Undefined variable: holidays in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/views\/step1.php<\/b> on line <b>476<\/b><br \/>\nnull');\n        \n        var datestring = way2rentals.jQuery.datepicker.formatDate('yy-mm-dd', date);\n        if(holidays.indexOf(datestring) != -1){\n            return [false];\n        }\n        \n        \n        for (var i = 0; i < closedDays.length; i++) {\n            if (day == closedDays[i][0]) {\n                return [false];\n            }\n        }\n        for (i = 0; i < closedDates.length; i++) {\n            if (date.getMonth() == closedDates[i][0] - 1 &&\n            date.getDate() == closedDates[i][1] &&\n            date.getFullYear() == closedDates[i][2]) {\n                return [false];\n            }\n        }\n        return [true];\n    }\n    function nonWorkingDatesDropoff(date){\n       var day = date.getDay();\n        var closedDates = [];\n        \n        var selected_station = way2rentals.jQuery('#dropoff').val();\n        var closedDays = [];\n        var from = way2rentals.jQuery(\"#dropoff_date\").val().split(\"-\");\n        var aux = new Date(from[0], from[1] - 1, from[2]);\n        var day_aux = aux.getDay();\n        \n        allowed_times_dropoff = [];\n        way2rentals.jQuery.each( entity_in, function( key, value ) {\n        \tvar aux_is_this_entity = false;\n            if('stationid' == 'stationid'){\n                if (value.stationid == selected_station) {\n                    aux_is_this_entity = true;\n                }\n            }else{\n                if (value.id_local == selected_station) {\n                    aux_is_this_entity = true;\n                }\n            }\n            \n            if (aux_is_this_entity == true) {\n                way2rentals.jQuery.each( value.schedule.working_hours, function( key2, value2 ) {\n                    switch(day_aux) {\n                        case 1:\n                            if(key2 == 'seg'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_dropoff.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 2:\n                            if(key2 == 'ter'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_dropoff.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 3:\n                            if(key2 == 'qua'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_dropoff.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 4:\n                            if(key2 == 'qui'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_dropoff.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 5:\n                            if(key2 == 'sex'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_dropoff.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 6:\n                            if(key2 == 'sab'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_dropoff.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                        case 7:\n                            if(key2 == 'dom'){\n                                way2rentals.jQuery.each( value2, function( key3, value3 ) {\n                                    var aux_begin = value3.begin.split(':');\n                                    var aux_end = value3.end.split(':');\n                                    for (i = aux_begin[0]; i <= aux_end[0]; i++) {\n                                            allowed_times_dropoff.push(i+\":00\");\n                                    }\n                                    \n                                });\n                            }\n                        break\n                    }\n                });\n                \n                way2rentals.jQuery( \"#dropoff_hour\" ).datetimepicker({ allowTimes: allowed_times_dropoff });\n                \n                way2rentals.jQuery.each( value.open_days, function( day_abreviation, status ) {\n                  if(status == 0){\n                      switch(day_abreviation) {\n                            case \"sun\":\n                            closedDays.push([0]);\n                            break\n                            case \"mon\":\n                            closedDays.push([1]);\n                            break\n                            case \"tue\":\n                            closedDays.push([2]);\n                            break\n                            case \"wed\":\n                            closedDays.push([3]);\n                            break\n                            case \"thu\":\n                            closedDays.push([4]);\n                            break\n                            case \"fri\":\n                            closedDays.push([5]);\n                            break\n                             case \"sat\":\n                            closedDays.push([6]);\n                            break\n                        }\n                  }\n              });\n                  \n             }\n        })\n        \n        \n        var holidays = way2rentals.jQuery.parseJSON('<br \/>\n<b>Notice<\/b>:  Undefined variable: holidays in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/views\/step1.php<\/b> on line <b>645<\/b><br \/>\nnull');\n        \n        var datestring = way2rentals.jQuery.datepicker.formatDate('yy-mm-dd', date);\n        if(holidays.indexOf(datestring) != -1){\n            return [false];\n        }\n        \n        for (var i = 0; i < closedDays.length; i++) {\n            if (day == closedDays[i][0]) {\n                return [false];\n            }\n    \n        }\n    \n        for (i = 0; i < closedDates.length; i++) {\n            if (date.getMonth() == closedDates[i][0] - 1 &&\n            date.getDate() == closedDates[i][1] &&\n            date.getFullYear() == closedDates[i][2]) {\n                return [false];\n            }\n        }\n    \n        return [true];\n    }\n    way2rentals.jQuery('#pickup_date').datetimepicker({\n        format:\t'Y-m-d',\n        beforeShowDay: nonWorkingDatesPickup,\n        timepicker:false,\n        minDate:'<br \/>\n<b>Notice<\/b>:  Undefined variable: super_default_pickup in <b>\/home\/multiren\/multirental.com.pt\/public_html\/wp-content\/plugins\/way2rentals\/frontend\/views\/step1.php<\/b> on line <b>673<\/b><br \/>\n',\n        onShow:function( ct ){\n        this.setOptions({\n            maxDate: false,\n        })\n        }\n    });\n    \n    way2rentals.jQuery('#dropoff_date').datetimepicker({\n        format:'Y-m-d',\n        timepicker:false,\n        beforeShowDay: nonWorkingDatesDropoff,\n        minDate:'+1970\/01\/01',\n        onShow:function( ct ){\n        this.setOptions({\n        \tminDate:jQuery('#pickup_date').val()?jQuery('#pickup_date').val():false,\n        })\n        }\n    });\n    way2rentals.jQuery('#pickup_hour').datetimepicker({\n        format: 'H:i',\n        datepicker: false,\n        timepicker:true,\n        onShow:function( ct ){\n            this.setOptions({\n                maxDate: false,\n                allowTimes: allowed_times_pickup,\n           })\n        }\n    });\n    way2rentals.jQuery('#dropoff_hour').datetimepicker({\n        format: 'H:i',\n        datepicker: false,\n        timepicker:true,\n        onShow:function( ct ){\n            this.setOptions({\n                maxDate: false,\n                allowTimes: allowed_times_dropoff,\n           })\n        }\n    });\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-3932","page","type-page","status-publish","hentry","wpbf-post"],"_links":{"self":[{"href":"https:\/\/multirental.com.pt\/pt\/wp-json\/wp\/v2\/pages\/3932","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/multirental.com.pt\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/multirental.com.pt\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/multirental.com.pt\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multirental.com.pt\/pt\/wp-json\/wp\/v2\/comments?post=3932"}],"version-history":[{"count":0,"href":"https:\/\/multirental.com.pt\/pt\/wp-json\/wp\/v2\/pages\/3932\/revisions"}],"wp:attachment":[{"href":"https:\/\/multirental.com.pt\/pt\/wp-json\/wp\/v2\/media?parent=3932"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}