{"info":{"_postman_id":"7a0eb919-0b91-4890-805d-abeea0072cde","name":"RentHub Partner API documentation","description":"<html><head></head><body><p>In all request urls you must replace \"installation_url\" with your own installation name. Example: <a href=\"https://\">https://test.renthubsoftware.com/it_IT</a> -<br>it_IT represents the language code, if it is not specified the default language is used.<br>All enabled language codes can be get from \"Configuration parameters\" API call.</p>\n<p>All requests made to the API must supply an authentication token using the X-PartnerToken request header.</p>\n<p>To receive the API token a partner must successfully authenticate with the API using Get Token API method.<br>API tokens have limited lifespans and when expires a response of HTTP status 401 - Unauthorized is returned.</p>\n<p>In API calls where date and time are required, the format is the following:</p>\n<ul>\n<li><p>date time format: YYYY-MM-DD HH:MM (example: 16:30)</p>\n</li>\n<li><p>date format: YYYY-MM-DD (example: 2022-11-23)</p>\n</li>\n<li><p>time format: HH:MM (example: 16:30)</p>\n</li>\n</ul>\n<p>In API calls where date ant time are required, the reference timezone is the one specified in \"Configuration parameters\"</p>\n<p>In the API call \"Configuration parameters\" are returned the following parameters:</p>\n<ul>\n<li><p>Reference timezone</p>\n</li>\n<li><p>Reference currency</p>\n</li>\n<li><p>Opening/closing date/time</p>\n</li>\n<li><p>Enabled languages</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15943411","collectionId":"7a0eb919-0b91-4890-805d-abeea0072cde","publishedId":"TzXxmJRE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-28T16:37:56.000Z"},"item":[{"name":"Get Token","id":"99229515-661e-4661-a6fc-177a464054b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{INSTALLATION_URL}}/api/partner/token/{{SECRET_TOKEN}}","description":"<p>If secret code is valid, then an authentication token is returned!<br />Otherwise a response of HTTP status 404 - Not Found will be returned.</p>\n<p>O9B20WGFAEUJAX5HT0WI2AKCBZ8KMFJ06DKHYRXSCEHTLJT3L8YQH8L0NIULNZZ0 is an example of secret code and must be replaced with the one generated for you</p>\n","urlObject":{"path":["api","partner","token","{{SECRET_TOKEN}}"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"4c36919d-5c78-4b7b-a258-cecca0f56bfb","name":"Get Token","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/api/partner/token/{{SECRET_TOKEN}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 10:59:37 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"result\": {\n        \"token\": \"0DNOZ8JBOO3Z2ZAQY5XAI5EZ22WPYA8FTBKDONJX7OBO0NFVAKYUSOYS6TC6VTKF\",\n        \"expires_at\": \"2021-05-28T16:59:37+02:00\"\n    }\n}"}],"_postman_id":"99229515-661e-4661-a6fc-177a464054b3"},{"name":"Configuration parameters","id":"78187627-c8be-49cd-8ad2-39f5898bc054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/parameters","description":"<p>It returns installation general configuration parameters</p>\n","urlObject":{"path":["module","rental","api","partner","config","parameters"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"77ae1bb5-7b65-4ed7-b9db-b3a32c020268","name":"Configuration parameters","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/parameters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 08:40:58 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IlBxMHBXVjBZVWdjbzJYS3c0Nll6SVE9PSIsInZhbHVlIjoiZVBtcFBHSldMMmNUT1BhZVIzb2xyWXljbmdNbUhxVS9TeFl5R3NnVG5LS3psUGZqb3RGbkxCTjk2SDZYNmNZVTNaMFVsWmVzUWRjSjI2QXcvSlNJTEpQRkx4Q0I4WnFXU0QzVTRMZmlVZ0pMUVZTSmhRT3kvc29lMlRGTEswSGgiLCJtYWMiOiIwODBjOGZkMGFjY2RjNDIxOGM2YmJjMDBiNjA4YTAxZTM0YzgyZjI1YWU1N2QwMmZiMDk1Y2UxZWY5MjA0NzYzIn0%3D; expires=Fri, 01-Apr-2022 08:40:58 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"2739"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"opening\": {\n            \"min_date\": \"2022-03-17 11:00\",\n            \"min_days\": \"1\",\n            \"opening_time\": {\n                \"1\": \"08:30-23:59\",\n                \"2\": \"08:30-23:59\",\n                \"3\": \"08:30-23:59\",\n                \"4\": \"08:30-23:59\",\n                \"5\": \"08:30-23:59\",\n                \"6\": \"08:30-23:59\",\n                \"7\": \"08:30-23:59\"\n            },\n            \"closed_at_formatted\": [],\n            \"closed_at\": [],\n            \"timetable\": {\n                \"1\": {\n                    \"closingDaysPerYear\": [],\n                    \"closingDays\": [\n                        \"01-01\",\n                        \"01-06\",\n                        \"12-25\",\n                        \"12-26\"\n                    ],\n                    \"weeklySchedule\": {\n                        \"1\": [\n                            {\n                                \"from\": \"09:00\",\n                                \"to\": \"22:30\"\n                            }\n                        ],\n                        \"2\": [\n                            {\n                                \"from\": \"08:30\",\n                                \"to\": \"19:30\"\n                            }\n                        ],\n                        \"3\": [\n                            {\n                                \"from\": \"08:30\",\n                                \"to\": \"19:30\"\n                            }\n                        ],\n                        \"4\": [\n                            {\n                                \"from\": \"08:30\",\n                                \"to\": \"19:30\"\n                            }\n                        ],\n                        \"5\": [\n                            {\n                                \"from\": \"08:30\",\n                                \"to\": \"20:00\"\n                            }\n                        ],\n                        \"6\": [\n                            {\n                                \"from\": \"08:30\",\n                                \"to\": \"19:30\"\n                            }\n                        ],\n                        \"7\": [\n                            {\n                                \"from\": \"08:30\",\n                                \"to\": \"13:00\"\n                            }\n                        ]\n                    },\n                    \"weeklyScheduleException\": [\n                        {\n                            \"range\": {\n                                \"from\": \"2022-08-01\",\n                                \"to\": \"2022-08-31\"\n                            },\n                            \"scheduled\": {\n                                \"1\": [\n                                    {\n                                        \"from\": \"08:30\",\n                                        \"to\": \"13:00\"\n                                    }\n                                ],\n                                \"2\": [\n                                    {\n                                        \"from\": \"08:30\",\n                                        \"to\": \"13:00\"\n                                    }\n                                ],\n                                \"3\": [\n                                    {\n                                        \"from\": \"08:30\",\n                                        \"to\": \"13:00\"\n                                    }\n                                ],\n                                \"4\": [\n                                    {\n                                        \"from\": \"08:30\",\n                                        \"to\": \"13:00\"\n                                    }\n                                ],\n                                \"5\": [\n                                    {\n                                        \"from\": \"08:30\",\n                                        \"to\": \"13:00\"\n                                    }\n                                ],\n                                \"6\": [\n                                    {\n                                        \"from\": \"08:30\",\n                                        \"to\": \"13:00\"\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"range\": {\n                                \"from\": \"2022-02-23\",\n                                \"to\": \"2022-02-23\"\n                            },\n                            \"scheduled\": {\n                                \"3\": [\n                                    {\n                                        \"from\": \"08:00\",\n                                        \"to\": \"18:00\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        \"locale\": {\n            \"js_date_format\": \"dd/mm/yyyy\",\n            \"locale\": \"en\"\n        },\n        \"default_country\": \"IT\",\n        \"default_int_prefix\": \"+39\",\n        \"timezone\": \"Europe/Rome\",\n        \"current_datetime\": \"2022-03-17 09:40:58\",\n        \"currency_code\": \"EUR\",\n        \"currency_symb\": \"€\",\n        \"default_vat\": 22,\n        \"enabled_languages\": [\n            {\n                \"key\": \"de_DE\",\n                \"code\": \"de_DE\",\n                \"name\": \"Deutsche\",\n                \"flag\": \"https://static.renthubsoftware.com/core/img/flag/64/DE.png\",\n                \"default\": 0,\n                \"locale\": \"de\"\n            },\n            {\n                \"key\": \"en_GB\",\n                \"code\": \"en_GB\",\n                \"name\": \"English\",\n                \"flag\": \"https://static.renthubsoftware.com/core/img/flag/64/GB.png\",\n                \"default\": 0,\n                \"locale\": \"en\"\n            },\n            {\n                \"key\": \"es_ES\",\n                \"code\": \"es_ES\",\n                \"name\": \"Español\",\n                \"flag\": \"https://static.renthubsoftware.com/core/img/flag/64/ES.png\",\n                \"default\": 0,\n                \"locale\": \"es\"\n            },\n            {\n                \"key\": \"fr_FR\",\n                \"code\": \"fr_FR\",\n                \"name\": \"Français\",\n                \"flag\": \"https://static.renthubsoftware.com/core/img/flag/64/FR.png\",\n                \"default\": 1,\n                \"locale\": \"fr\"\n            },\n            {\n                \"key\": \"it_IT\",\n                \"code\": \"it_IT\",\n                \"name\": \"Italiano\",\n                \"flag\": \"https://static.renthubsoftware.com/core/img/flag/64/IT.png\",\n                \"default\": 0,\n                \"locale\": \"it\"\n            }\n        ],\n        \"colors\": {\n            \"first\": \"#ff6e00\",\n            \"textOnFirst\": \"white\",\n            \"accentOnFirst\": \"#fd5d1b\",\n            \"second\": \"#011A34\",\n            \"textOnSecond\": \"white\",\n            \"accentOnSecond\": \"#292929\",\n            \"third\": \"#EA8A47\",\n            \"textOnThird\": \"black\",\n            \"accentOnThird\": \"black\",\n            \"notActive\": \"#9e9e9e\",\n            \"textOnNotActive\": \"white\",\n            \"accentOnNotActive\": \"#737373\"\n        },\n        \"admitted_ages\": {\n            \"18\": 18,\n            \"19\": 19,\n            \"20\": 20,\n            \"21\": 21,\n            \"22\": 22,\n            \"23\": 23,\n            \"24\": \"24-80\"\n        },\n        \"tax_code_required\": \"no\",\n        \"pay_online\": true,\n        \"pay_agency\": true,\n        \"info_request\": true,\n        \"suggested_start_time\": \"09:00\",\n        \"suggested_end_time\": \"09:00\",\n        \"suggested_end_time_same_day\": \"18:00\",\n        \"upselling_level1\": true,\n        \"upselling_level2\": true,\n        \"upselling_vehicle_level2\": true,\n        \"stripe_key\": \"pk_test_D913jo5bMZtK6kAANKTpsulW00omqUEEHd\"\n    },\n    \"status\": true\n}"}],"_postman_id":"78187627-c8be-49cd-8ad2-39f5898bc054"},{"name":"Get Locations","id":"c23d0a66-44c6-4b67-8afe-14969d430abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/locations","description":"<p>It returns all locations where the company operates with shipping cost (if any).\nEach location has it's own id that will be used in other API calls</p>\n","urlObject":{"path":["module","rental","api","partner","locations"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"cbff83dd-219c-475a-9bbd-a7254e22bef9","name":"Get Locations","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 08:45:20 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IkNzU3Avbnl6c2hZSDd5c0tkbHlpZVE9PSIsInZhbHVlIjoiNWJLQUNZaVo3WWxHa3o4Z3pUVU5wajEvU1BtVEU3bmY5UTNJYjY3ckV5eHpvR0JXb1RQNjRzWkJXM0tHZHNDOVhUMGtSTUtzcTZFdVJWeVM0SVE1Tmlwb00wemlUVXdRYXNvS0xSNnJ5Q1BoeHlHS09IVWY5NXphb1BTM09UNkkiLCJtYWMiOiJiZjgwNmNjYzNiM2ZhNjhlMTJmY2RiMTk4NzA1YWE2ZGNiN2M3NmI2Nzc5Y2QwNzMzYTY3MjNiYjM3NzI1MzdiIn0%3D; expires=Fri, 01-Apr-2022 08:45:20 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"1118"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"id\": 2,\n            \"code\": \"\",\n            \"name\": \"142 Rue Montmartre, Paris, France\",\n            \"description\": \"\",\n            \"type\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"address\": \"142 Rue Montmartre, Paris, France\",\n            \"latitude\": 48.868866,\n            \"longitude\": 2.3435781,\n            \"extra_fee_with_tax\": 0,\n            \"extra_fee_without_tax\": 0,\n            \"extra_fee_tax\": 0,\n            \"timetable_pickup\": 1,\n            \"timetable_dropoff\": 1,\n            \"web\": 1\n        },\n        {\n            \"id\": 3,\n            \"code\": \"\",\n            \"name\": \"25 Rue de la Loge, Marseille, France\",\n            \"description\": \"\",\n            \"type\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\",\n            \"address\": \"25 Rue de la Loge, Marseille, France\",\n            \"latitude\": 43.2962058,\n            \"longitude\": 5.368350500000001,\n            \"extra_fee_with_tax\": 0,\n            \"extra_fee_without_tax\": 0,\n            \"extra_fee_tax\": 0,\n            \"timetable_pickup\": 1,\n            \"timetable_dropoff\": 1,\n            \"web\": 1\n        },\n        {\n            \"id\": 1,\n            \"code\": \"CDG\",\n            \"name\": \"Aéroport Paris-Charles De Gaulle\",\n            \"description\": \"<div><br></div>\",\n            \"type\": \"airport\",\n            \"phone\": \"+33-0000000\",\n            \"email\": \"info@renthubsoftware.com\",\n            \"address\": \"Aéroport CDG Terminal 1, Paris-Charles De Gaulle (CDG), Mauregard, France\",\n            \"latitude\": 49.0142643,\n            \"longitude\": 2.5420702999999776,\n            \"extra_fee_with_tax\": 25,\n            \"extra_fee_without_tax\": 20.49,\n            \"extra_fee_tax\": 4.5078,\n            \"timetable_pickup\": 1,\n            \"timetable_dropoff\": 1,\n            \"web\": 1\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"c23d0a66-44c6-4b67-8afe-14969d430abb"},{"name":"Vehicle Types","id":"1dac7c73-28d7-4d07-b450-d293cc5c5271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/types","description":"<p>It returns all vehicle types available with ids</p>\n","urlObject":{"path":["module","rental","api","partner","config","types"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"cd979cfd-6a91-4cad-a4a5-c03801d8854b","name":"Vehicle Types","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 11:02:54 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"153"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"id\": 1,\n            \"name\": \"Car\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Scooter\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Camper\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Bus\"\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"1dac7c73-28d7-4d07-b450-d293cc5c5271"},{"name":"Vehicle Categories","id":"f4548d84-608d-43dd-92f1-33b4fa128af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/categories","description":"<p>It returns all vehicle categories available with ids</p>\n","urlObject":{"path":["module","rental","api","partner","config","categories"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"4b260608-9366-4003-9999-6290fce998f3","name":"Vehicle Classes","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 11:04:09 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"274"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"id\": 1,\n            \"name\": \"Economy\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Luxury\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Suv\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"VAN\"\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"f4548d84-608d-43dd-92f1-33b4fa128af4"},{"name":"Fuel Types","id":"78009068-c31d-471d-97f0-d27098e3136d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/fuel-types","description":"<p>It returns all fuel types</p>\n","urlObject":{"path":["module","rental","api","partner","config","fuel-types"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"1c721bc8-8e0c-45e2-9619-ccace1ec198d","name":"Fuel Types","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/en_GB/module/rental/api/partner/config/fuel-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 11:05:12 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"petrol\": \"Petrol\",\n        \"diesel\": \"Diesel\",\n        \"natural_gas\": \"methane\",\n        \"lpg\": \"LPG\",\n        \"hybrid\": \"hybrid\",\n        \"electric\": \"Electric\"\n    },\n    \"status\": true\n}"}],"_postman_id":"78009068-c31d-471d-97f0-d27098e3136d"},{"name":"Transmission types","id":"79e651ca-fcdc-4ca4-b486-7880d94b3e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/config/transmissions","description":"<p>It returns all transmissions</p>\n","urlObject":{"path":["module","rental","api","partner","config","transmissions"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"d74df1bf-c5bb-4d40-b957-738f45084e45","name":"Transmission types","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/en_GB/module/rental/api/partner/config/transmissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 11:05:50 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"manual\": \"Manual transmission\",\n        \"automatic\": \"Automatic transmission\"\n    },\n    \"status\": true\n}"}],"_postman_id":"79e651ca-fcdc-4ca4-b486-7880d94b3e30"},{"name":"Vehicles availability with price lists","id":"07d494cb-b438-4851-a571-a3e027646d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/vehicle/availability?acriss=MDMR&start_datetime=2026-05-10 08:00&age=35&pickup_location=PMO&dropoff_location=PMO&end_datetime=2026-05-15 23:00&coupon=XXX","description":"<p>It returns all vehicles and price lists in a particular period of time and in a particular pickup and dropoff location with availability and optional filters.<br />All available filters are described at the bottom in \"Request Params\" section and the meaning of fields in response is commented in the response body.</p>\n<p><strong>IMPORTANT</strong>:<br />The response contains both available and not available vehicles. \"Not available vehicles\" are not available in that period, so if you change dates the vehicles can be available again!</p>\n<p>Only available vehicles can be booked for that period of time</p>\n<p><strong>EXTRA COSTS/DISCOUNTS</strong>:</p>\n<p>In the response, into the pricelist, it is contained an array called \"others\". It contains the detaild costs like: partner discounts, night rate or custom costs/discounts that are inserted by the rental company for that particular parameters...</p>\n<p>In particular, the night rate, has a parameter called \"key\" with the value \"night_rate\". It is important in case you want to remove this cost from the total amount (to separate easily the night rate and the rental rate)</p>\n<p>In the following screenshot is reported an example of response with the night rate applied.</p>\n<img src=\"https://content.pstmn.io/aa51b260-73c6-47ea-837f-8e181759390b/U2NyZWVuc2hvdC0yMDI0LTA0LTE4LWFsbGUtMTEtNDMtMjctcG5nLTg1OMOXODgxLS5wbmc=\" />","urlObject":{"path":["module","rental","api","partner","vehicle","availability"],"host":["{{INSTALLATION_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>Not required.\nFormat -\nkey: chosen_service[service_id] </p>\n<ul>\n<li>value: quantity\nIf this service is available in vehicle, it will be considered in price. Otherwise it will be ignored</li>\n</ul>\n","type":"text/plain"},"key":"chosen_service[5]","value":"1"},{"disabled":true,"description":{"content":"<p>Not required. Same syntax as the previous one but with quantity 2 instead of 1</p>\n","type":"text/plain"},"key":"chosen_service[11]","value":"2"},{"disabled":true,"description":{"content":"<p>Not required. Vehicle type id</p>\n","type":"text/plain"},"key":"type","value":"1"},{"disabled":true,"description":{"content":"<p>Not required. Vehicle category id</p>\n","type":"text/plain"},"key":"category","value":"1"},{"disabled":true,"description":{"content":"<p>Not required. Vehicle fuel key</p>\n","type":"text/plain"},"key":"fuel_type","value":"diesel"},{"disabled":true,"description":{"content":"<p>Not required. Vehicle transmission key</p>\n","type":"text/plain"},"key":"transmission","value":"automatic"},{"disabled":true,"description":{"content":"<p>Not required. Consider only vehicles vehicles with these services/extras available.\nEach service is separated by a comma.</p>\n","type":"text/plain"},"key":"filter_by_services","value":"1"},{"disabled":true,"key":"coupon_code","value":"XXXXXX"},{"disabled":true,"description":{"content":"<p>Not required. Useful to speed up the request if services are not needed at this stage (mandatory and not mandatory with age constraints services will be shown in any case)</p>\n","type":"text/plain"},"key":"hide_not_mandatory_services","value":"true"},{"disabled":true,"description":{"content":"<p>Not required. Useful to speed up the request if detailed descriptions are not needed at this stage</p>\n","type":"text/plain"},"key":"results_format","value":"no_description"},{"disabled":true,"key":"age","value":"17"},{"key":"acriss","value":"MDMR"},{"key":"start_datetime","value":"2026-05-10 08:00"},{"key":"age","value":"35"},{"key":"pickup_location","value":"PMO"},{"key":"dropoff_location","value":"PMO"},{"key":"end_datetime","value":"2026-05-15 23:00"},{"key":"coupon","value":"XXX"}],"variable":[]}},"response":[{"id":"76cddae8-321d-4959-9e14-b7e106bb9e61","name":"Vehicle availability list and prices","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{INSTALLATION_URL}}/module/rental/api/partner/vehicle/availability?start_datetime=2021-06-04 18:30&end_datetime=2021-06-07 18:30&pickup_location=1&dropoff_location=2&chosen_service[9]=1&chosen_service[11]=2&type=1&category=1&fuel_type=diesel&transmission=automatic&filter_by_services=6,9","host":["{{INSTALLATION_URL}}"],"path":["module","rental","api","partner","vehicle","availability"],"query":[{"key":"start_datetime","value":"2021-06-04 18:30","description":"Required"},{"key":"end_datetime","value":"2021-06-07 18:30","description":"Required"},{"key":"pickup_location","value":"1","description":"Required"},{"key":"dropoff_location","value":"2","description":"Required"},{"key":"chosen_service[9]","value":"1","description":"Not required. Format: positive integer without sign\nFormat: key: chosen_service[service_id] value: quantity\nIf this service is available in vehicle, then is considered in price. it is ignored otherwise"},{"key":"chosen_service[11]","value":"2","description":"Not required. Same as previous but with quantity 2 instead of 1"},{"key":"type","value":"1","description":"Not required. Type of vehicle"},{"key":"category","value":"1","description":"Not required. Category of vehicle"},{"key":"fuel_type","value":"diesel","description":"Not required"},{"key":"transmission","value":"automatic","description":"Not required"},{"key":"filter_by_services","value":"6,9","description":"Not required. Take into account just vehicles that has these services available"},{"key":"coupon","value":"XXXX","description":"Not required. Coupon code if customer has one","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 13:25:06 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"common\": { //common configuration\n            \"currency\": {\n                \"code\": \"EUR\",\n                \"name\": \"Euro\",\n                \"symbol\": \"€\"\n            },\n            \"tax_percentage\": 22\n        },\n        \"start\": \"2021-06-04 18:30\",\n        \"end\": \"2021-06-07 09:00\",\n        \"pickup\": {\n            \"id\": 1,\n            \"name\": \"Meda, MB, Italia\",\n            \"latitude\": 45.6611243,\n            \"longitude\": 9.15242539999997,\n            \"extra_fee_with_tax\": 10, //extra fee based on chosen pickup location with tax (if any)\n            \"extra_fee_without_tax\": 8.2, //without tax\n            \"extra_fee_tax\": 1.804 //tax\n        },\n        \"dropoff\": {\n            \"id\": 2,\n            \"name\": \"Piazza Diocleziano, Milano, MI, Italia\",\n            \"latitude\": 45.4878682,\n            \"longitude\": 9.166352200000006,\n            \"extra_fee_with_tax\": 0,\n            \"extra_fee_without_tax\": 0,\n            \"extra_fee_tax\": 0\n        },\n        \"vehicles\": [ //list of vehicles with active filters\n            {\n                \"model_id\": 4, //model identifier, used to insert a new booking\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 106.3586,\n                \"initial_franchises\": { //initial franchise for this vehicle \n                    \"theft_fire\": 800,\n                    \"damage\": 800,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 1000, //initial deposit for this vehicle\n                \"franchises\": { //franchise for this vehicle considering reduction by chosen services\n                    \"theft_fire\": 240,\n                    \"damage\": 240,\n                    \"rca\": 0\n                },\n                \"deposit\": 1000, //deposit for this vehicle considering reduction by chosen services\n                \"pricelists\": [\n                    {\n                        \"name\": \"Weekend\", //pricelist name\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\", //pricelist description\n                        \"id\": \"p1\", //pricelist id\n                        \"is\": \"package\", //if package or pricelist\n                        \"kms\": {\n                            \"included_per_day\": 66.6667, //daily kms included\n                            \"total_included\": 200, //total kms included\n                            \"extra_price_with_tax\": 0.24, //price with tax included for extra km over total_included kms\n                            \"extra_price_without_tax\": 0.2, //without tax\n                            \"extra_price_tax\": 0.044//tax\n                        },\n                        \"transfer_fee\": { //fee applied when pickup and dropoff locations are not the same (one-way)\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": { //total amount for chosen services\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": { //pickup fee for the chosen location\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": { //dropoff fee for chosen location\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": { //total discout for rentals lasting several days\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": { //total rent rate with discount included\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [], // coupon discount if any\n                        \"others\": [], //other costs if any (usually empty)\n                        \"final_price\": { //final price for this pricelist that includes everything\n                            \"with_tax\": 249,\n                            \"without_tax\": 204.0972,\n                            \"tax\": 44.9014\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.12,\n                            \"extra_price_without_tax\": 0.1,\n                            \"extra_price_tax\": 0.022\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 36.6,\n                            \"without_tax\": 30,\n                            \"tax\": 6.6\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 159.52,\n                            \"without_tax\": 130.75,\n                            \"tax\": 28.765\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 308.51,\n                            \"without_tax\": 252.88,\n                            \"tax\": 55.6336\n                        }\n                    }\n                ],\n                \"model_details\": { //model details\n                    \"model_id\": 4,\n                    \"name\": \"Audi Q3 o simile\",\n                    \"description\": \"Lasciati portare per la città con stile dalla nuova Audi Q3. Potente e maneggevole. Compatta e spaziosa. In più: espressiva, efficiente e sportiva.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Audi\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 4,\n                    \"category_name\": \"Suv&Berline\",\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Benzina\",\n                    \"transmission_key\": \"automatic\",\n                    \"transmission_name\": \"Cambio automatico\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"yes\",\n                    \"max_people\": 6,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/fGPmnsCxZpYpaOU6Txh7/q3.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 13,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 106.3586,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 20.49,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 74.99,\n                            \"single_quantity_rate_without_tax\": 61.47,\n                            \"single_quantity_rate_tax\": 13.5234,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 60,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 60,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 59.99,\n                            \"total_rate_without_tax\": 49.17,\n                            \"total_rate_tax\": 10.8174\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 2.46,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 9,\n                            \"single_quantity_rate_without_tax\": 7.38,\n                            \"single_quantity_rate_tax\": 1.6236,\n                            \"total_rate_with_tax\": 18.01,\n                            \"total_rate_without_tax\": 14.76,\n                            \"total_rate_tax\": 3.2472\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 200,\n                    \"damage\": 200,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 50,\n                \"franchises\": {\n                    \"theft_fire\": 60,\n                    \"damage\": 60,\n                    \"rca\": 0\n                },\n                \"deposit\": 50,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.24,\n                            \"extra_price_without_tax\": 0.2,\n                            \"extra_price_tax\": 0.044\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 249,\n                            \"without_tax\": 204.0972,\n                            \"tax\": 44.9014\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.12,\n                            \"extra_price_without_tax\": 0.1,\n                            \"extra_price_tax\": 0.022\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 36.6,\n                            \"without_tax\": 30,\n                            \"tax\": 6.6\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 159.52,\n                            \"without_tax\": 130.75,\n                            \"tax\": 28.765\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 308.51,\n                            \"without_tax\": 252.88,\n                            \"tax\": 55.6336\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 13,\n                    \"name\": \"Seat Arona FR\",\n                    \"description\": \"\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Seat\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 4,\n                    \"category_name\": \"Suv&Berline\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"yes\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/XjVukjPo1OGALoM8UZNn/arona.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 36,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 106.3586,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 20.49,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 74.99,\n                            \"single_quantity_rate_without_tax\": 61.47,\n                            \"single_quantity_rate_tax\": 13.5234,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 75,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 75,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 59.99,\n                            \"total_rate_without_tax\": 49.17,\n                            \"total_rate_tax\": 10.8174\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 2.46,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 9,\n                            \"single_quantity_rate_without_tax\": 7.38,\n                            \"single_quantity_rate_tax\": 1.6236,\n                            \"total_rate_with_tax\": 18.01,\n                            \"total_rate_without_tax\": 14.76,\n                            \"total_rate_tax\": 3.2472\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 250,\n                    \"damage\": 250,\n                    \"rca\": 250\n                },\n                \"initial_deposit\": 300,\n                \"franchises\": {\n                    \"theft_fire\": 75,\n                    \"damage\": 75,\n                    \"rca\": 250\n                },\n                \"deposit\": 300,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.24,\n                            \"extra_price_without_tax\": 0.2,\n                            \"extra_price_tax\": 0.044\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 249,\n                            \"without_tax\": 204.0972,\n                            \"tax\": 44.9014\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.12,\n                            \"extra_price_without_tax\": 0.1,\n                            \"extra_price_tax\": 0.022\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 36.6,\n                            \"without_tax\": 30,\n                            \"tax\": 6.6\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 159.52,\n                            \"without_tax\": 130.75,\n                            \"tax\": 28.765\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 308.51,\n                            \"without_tax\": 252.88,\n                            \"tax\": 55.6336\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 36,\n                    \"name\": \"Jeep Compass \",\n                    \"description\": \"Jeep® Compass S si distingue per il suo fascino irresistibile e per la sua irrinunciabile affidabilità. Dalle esclusive finiture in Granite Crystal ai cerchi da 19\\\", il suo look è in grado di offrire un’esperienza di guida impeccabile.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Jeep\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 4,\n                    \"category_name\": \"Suv&Berline\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/ovs5twJvc0ceEldpc7Rp/jeep-compass-s.jpg\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 3,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 164.6706,\n                \"services\": {\n                    \"mandatory\": [],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 12.3,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 45,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 45,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 45.02,\n                            \"single_quantity_rate_without_tax\": 36.9,\n                            \"single_quantity_rate_tax\": 8.118,\n                            \"total_rate_with_tax\": 45.02,\n                            \"total_rate_without_tax\": 36.9,\n                            \"total_rate_tax\": 8.118\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 8.2,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 30.01,\n                            \"single_quantity_rate_without_tax\": 24.6,\n                            \"single_quantity_rate_tax\": 5.412,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 12,\n                            \"total_rate_without_tax\": 9.84,\n                            \"total_rate_tax\": 2.1648\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 27,\n                            \"name\": \"100km in più\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/7oVLP3OgxLNbmlXP52o7/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 81.9672,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 100,\n                            \"single_quantity_rate_without_tax\": 81.9672,\n                            \"single_quantity_rate_tax\": 18.0328,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 29,\n                            \"name\": \"Navigatore\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.0984,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 15,\n                            \"single_quantity_rate_without_tax\": 12.2952,\n                            \"single_quantity_rate_tax\": 2.7049,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 28,\n                            \"name\": \"Navigatore gratuito\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 31,\n                            \"name\": \"Guida Aggiuntiva\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/KzF8AfnrMpfCFeW6klqD/Extrarent-Driver.png\",\n                            \"rate\": 10,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 36.6,\n                            \"single_quantity_rate_without_tax\": 30,\n                            \"single_quantity_rate_tax\": 6.6,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 32,\n                            \"name\": \"USURA GOMME\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.5082,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 16.5,\n                            \"single_quantity_rate_without_tax\": 13.5246,\n                            \"single_quantity_rate_tax\": 2.9754,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 150,\n                    \"damage\": 150,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 0,\n                \"franchises\": {\n                    \"theft_fire\": 45,\n                    \"damage\": 45,\n                    \"rca\": 0\n                },\n                \"deposit\": 0,\n                \"pricelists\": [\n                    {\n                        \"name\": \"test week end\",\n                        \"description\": \"\",\n                        \"id\": \"p12\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.31,\n                            \"extra_price_without_tax\": 0.25,\n                            \"extra_price_tax\": 0.055\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 122,\n                            \"without_tax\": 100,\n                            \"tax\": 22\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 250.03,\n                            \"without_tax\": 204.94,\n                            \"tax\": 45.0868\n                        }\n                    },\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.3,\n                            \"extra_price_without_tax\": 0.2459,\n                            \"extra_price_tax\": 0.0541\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 228.03,\n                            \"without_tax\": 186.9072,\n                            \"tax\": 41.1196\n                        }\n                    },\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 9,\n                            \"without_tax\": 7.3773,\n                            \"tax\": 1.623\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 346.86,\n                            \"without_tax\": 284.3126,\n                            \"tax\": 62.5488\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 474.89,\n                            \"without_tax\": 389.2526,\n                            \"tax\": 85.6356\n                        }\n                    },\n                    {\n                        \"name\": \"100km Inclusi\",\n                        \"description\": \"Ideale per le guide in città\",\n                        \"id\": 3,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"100\",\n                            \"total_included\": 300,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 8.34,\n                            \"without_tax\": 6.8328,\n                            \"tax\": 1.5032\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 175.1,\n                            \"without_tax\": 143.5233,\n                            \"tax\": 31.5751\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 303.13,\n                            \"without_tax\": 248.4633,\n                            \"tax\": 54.6619\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 260.53,\n                            \"without_tax\": 213.55,\n                            \"tax\": 46.981\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 388.56,\n                            \"without_tax\": 318.49,\n                            \"tax\": 70.0678\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 3,\n                    \"name\": \"Renault Clio 1.5 dCi Zen\",\n                    \"description\": \"Spaziosa, confortevole, sportiva!\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Renault\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 1,\n                    \"category_name\": \"Economy\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/VLl2zxWAu0wYKTpxvago/Renault%20Clio%20Noleggio%20Lungo%20Termine_nVMIlA.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 5,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 164.6706,\n                \"services\": {\n                    \"mandatory\": [],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 12.3,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 60,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 60,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 45.02,\n                            \"single_quantity_rate_without_tax\": 36.9,\n                            \"single_quantity_rate_tax\": 8.118,\n                            \"total_rate_with_tax\": 45.02,\n                            \"total_rate_without_tax\": 36.9,\n                            \"total_rate_tax\": 8.118\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 8.2,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 30.01,\n                            \"single_quantity_rate_without_tax\": 24.6,\n                            \"single_quantity_rate_tax\": 5.412,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 12,\n                            \"total_rate_without_tax\": 9.84,\n                            \"total_rate_tax\": 2.1648\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 27,\n                            \"name\": \"100km in più\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/7oVLP3OgxLNbmlXP52o7/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 81.9672,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 100,\n                            \"single_quantity_rate_without_tax\": 81.9672,\n                            \"single_quantity_rate_tax\": 18.0328,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 29,\n                            \"name\": \"Navigatore\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.0984,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 15,\n                            \"single_quantity_rate_without_tax\": 12.2952,\n                            \"single_quantity_rate_tax\": 2.7049,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 28,\n                            \"name\": \"Navigatore gratuito\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 31,\n                            \"name\": \"Guida Aggiuntiva\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/KzF8AfnrMpfCFeW6klqD/Extrarent-Driver.png\",\n                            \"rate\": 10,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 36.6,\n                            \"single_quantity_rate_without_tax\": 30,\n                            \"single_quantity_rate_tax\": 6.6,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 32,\n                            \"name\": \"USURA GOMME\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.5082,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 16.5,\n                            \"single_quantity_rate_without_tax\": 13.5246,\n                            \"single_quantity_rate_tax\": 2.9754,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 200,\n                    \"damage\": 200,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 50,\n                \"franchises\": {\n                    \"theft_fire\": 60,\n                    \"damage\": 60,\n                    \"rca\": 0\n                },\n                \"deposit\": 50,\n                \"pricelists\": [\n                    {\n                        \"name\": \"test week end\",\n                        \"description\": \"\",\n                        \"id\": \"p12\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.31,\n                            \"extra_price_without_tax\": 0.25,\n                            \"extra_price_tax\": 0.055\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 122,\n                            \"without_tax\": 100,\n                            \"tax\": 22\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 250.03,\n                            \"without_tax\": 204.94,\n                            \"tax\": 45.0868\n                        }\n                    },\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.3,\n                            \"extra_price_without_tax\": 0.2459,\n                            \"extra_price_tax\": 0.0541\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 228.03,\n                            \"without_tax\": 186.9072,\n                            \"tax\": 41.1196\n                        }\n                    },\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 9,\n                            \"without_tax\": 7.3773,\n                            \"tax\": 1.623\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 346.86,\n                            \"without_tax\": 284.3126,\n                            \"tax\": 62.5488\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 474.89,\n                            \"without_tax\": 389.2526,\n                            \"tax\": 85.6356\n                        }\n                    },\n                    {\n                        \"name\": \"100km Inclusi\",\n                        \"description\": \"Ideale per le guide in città\",\n                        \"id\": 3,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"100\",\n                            \"total_included\": 300,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 8.34,\n                            \"without_tax\": 6.8328,\n                            \"tax\": 1.5032\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 175.1,\n                            \"without_tax\": 143.5233,\n                            \"tax\": 31.5751\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 303.13,\n                            \"without_tax\": 248.4633,\n                            \"tax\": 54.6619\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 260.53,\n                            \"without_tax\": 213.55,\n                            \"tax\": 46.981\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 388.56,\n                            \"without_tax\": 318.49,\n                            \"tax\": 70.0678\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 5,\n                    \"name\": \"Fiat 500 Elettrica\",\n                    \"description\": \"Stile raffinato e seducente, la city car per eccellenza.Questa versione della 500 con il cambio automatico amplifica le sue già notevoli qualità di citycar: alleggerisce lo stress nel traffico intenso e permette di godere della sua maneggevolezza.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Fiat\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 1,\n                    \"category_name\": \"Economy\",\n                    \"fuel_key\": \"electric\",\n                    \"fuel_name\": \"elettrica\",\n                    \"transmission_key\": \"automatic\",\n                    \"transmission_name\": \"Cambio automatico\",\n                    \"air_conditioning\": \"no\",\n                    \"doors\": 2,\n                    \"hook\": \"no\",\n                    \"max_people\": 4,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/WEX73W6Y2neNm7X66E93/nuova_500_berlina_elettrico_la_prima.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 12,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 164.6706,\n                \"services\": {\n                    \"mandatory\": [],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 12.3,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 15,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 15,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 45.02,\n                            \"single_quantity_rate_without_tax\": 36.9,\n                            \"single_quantity_rate_tax\": 8.118,\n                            \"total_rate_with_tax\": 45.02,\n                            \"total_rate_without_tax\": 36.9,\n                            \"total_rate_tax\": 8.118\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 8.2,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 30.01,\n                            \"single_quantity_rate_without_tax\": 24.6,\n                            \"single_quantity_rate_tax\": 5.412,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 12,\n                            \"total_rate_without_tax\": 9.84,\n                            \"total_rate_tax\": 2.1648\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 27,\n                            \"name\": \"100km in più\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/7oVLP3OgxLNbmlXP52o7/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 81.9672,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 100,\n                            \"single_quantity_rate_without_tax\": 81.9672,\n                            \"single_quantity_rate_tax\": 18.0328,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 29,\n                            \"name\": \"Navigatore\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.0984,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 15,\n                            \"single_quantity_rate_without_tax\": 12.2952,\n                            \"single_quantity_rate_tax\": 2.7049,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 28,\n                            \"name\": \"Navigatore gratuito\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 31,\n                            \"name\": \"Guida Aggiuntiva\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/KzF8AfnrMpfCFeW6klqD/Extrarent-Driver.png\",\n                            \"rate\": 10,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 36.6,\n                            \"single_quantity_rate_without_tax\": 30,\n                            \"single_quantity_rate_tax\": 6.6,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 32,\n                            \"name\": \"USURA GOMME\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.5082,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 16.5,\n                            \"single_quantity_rate_without_tax\": 13.5246,\n                            \"single_quantity_rate_tax\": 2.9754,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 50,\n                    \"damage\": 50,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 50,\n                \"franchises\": {\n                    \"theft_fire\": 15,\n                    \"damage\": 15,\n                    \"rca\": 0\n                },\n                \"deposit\": 50,\n                \"pricelists\": [\n                    {\n                        \"name\": \"test week end\",\n                        \"description\": \"\",\n                        \"id\": \"p12\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.31,\n                            \"extra_price_without_tax\": 0.25,\n                            \"extra_price_tax\": 0.055\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 122,\n                            \"without_tax\": 100,\n                            \"tax\": 22\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 250.03,\n                            \"without_tax\": 204.94,\n                            \"tax\": 45.0868\n                        }\n                    },\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.3,\n                            \"extra_price_without_tax\": 0.2459,\n                            \"extra_price_tax\": 0.0541\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 228.03,\n                            \"without_tax\": 186.9072,\n                            \"tax\": 41.1196\n                        }\n                    },\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 9,\n                            \"without_tax\": 7.3773,\n                            \"tax\": 1.623\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 346.86,\n                            \"without_tax\": 284.3126,\n                            \"tax\": 62.5488\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 474.89,\n                            \"without_tax\": 389.2526,\n                            \"tax\": 85.6356\n                        }\n                    },\n                    {\n                        \"name\": \"100km Inclusi\",\n                        \"description\": \"Ideale per le guide in città\",\n                        \"id\": 3,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"100\",\n                            \"total_included\": 300,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 8.34,\n                            \"without_tax\": 6.8328,\n                            \"tax\": 1.5032\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 175.1,\n                            \"without_tax\": 143.5233,\n                            \"tax\": 31.5751\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 303.13,\n                            \"without_tax\": 248.4633,\n                            \"tax\": 54.6619\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 260.53,\n                            \"without_tax\": 213.55,\n                            \"tax\": 46.981\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 388.56,\n                            \"without_tax\": 318.49,\n                            \"tax\": 70.0678\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 12,\n                    \"name\": \"Fiat Punto 1.3 Mjet\",\n                    \"description\": \"I propulsori della gamma sono pensati per darti il massimo delle performance e dell’efficienza, con il minimo delle emissioni e dei consumi.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Fiat\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 1,\n                    \"category_name\": \"Economy\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"no\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/PxIZBQpC46sGt3ku7Bhb/punto.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 26,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 164.6706,\n                \"services\": {\n                    \"mandatory\": [],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 12.3,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 150,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 150,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 45.02,\n                            \"single_quantity_rate_without_tax\": 36.9,\n                            \"single_quantity_rate_tax\": 8.118,\n                            \"total_rate_with_tax\": 45.02,\n                            \"total_rate_without_tax\": 36.9,\n                            \"total_rate_tax\": 8.118\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 8.2,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 30.01,\n                            \"single_quantity_rate_without_tax\": 24.6,\n                            \"single_quantity_rate_tax\": 5.412,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 12,\n                            \"total_rate_without_tax\": 9.84,\n                            \"total_rate_tax\": 2.1648\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 27,\n                            \"name\": \"100km in più\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/7oVLP3OgxLNbmlXP52o7/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 81.9672,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 100,\n                            \"single_quantity_rate_without_tax\": 81.9672,\n                            \"single_quantity_rate_tax\": 18.0328,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 29,\n                            \"name\": \"Navigatore\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.0984,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 15,\n                            \"single_quantity_rate_without_tax\": 12.2952,\n                            \"single_quantity_rate_tax\": 2.7049,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 28,\n                            \"name\": \"Navigatore gratuito\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 31,\n                            \"name\": \"Guida Aggiuntiva\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/KzF8AfnrMpfCFeW6klqD/Extrarent-Driver.png\",\n                            \"rate\": 10,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 36.6,\n                            \"single_quantity_rate_without_tax\": 30,\n                            \"single_quantity_rate_tax\": 6.6,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 32,\n                            \"name\": \"USURA GOMME\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.5082,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 16.5,\n                            \"single_quantity_rate_without_tax\": 13.5246,\n                            \"single_quantity_rate_tax\": 2.9754,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 500,\n                    \"damage\": 500,\n                    \"rca\": 500\n                },\n                \"initial_deposit\": 500,\n                \"franchises\": {\n                    \"theft_fire\": 150,\n                    \"damage\": 150,\n                    \"rca\": 500\n                },\n                \"deposit\": 500,\n                \"pricelists\": [\n                    {\n                        \"name\": \"test week end\",\n                        \"description\": \"\",\n                        \"id\": \"p12\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.31,\n                            \"extra_price_without_tax\": 0.25,\n                            \"extra_price_tax\": 0.055\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 122,\n                            \"without_tax\": 100,\n                            \"tax\": 22\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 250.03,\n                            \"without_tax\": 204.94,\n                            \"tax\": 45.0868\n                        }\n                    },\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.3,\n                            \"extra_price_without_tax\": 0.2459,\n                            \"extra_price_tax\": 0.0541\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 228.03,\n                            \"without_tax\": 186.9072,\n                            \"tax\": 41.1196\n                        }\n                    },\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 9,\n                            \"without_tax\": 7.3773,\n                            \"tax\": 1.623\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 346.86,\n                            \"without_tax\": 284.3126,\n                            \"tax\": 62.5488\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 474.89,\n                            \"without_tax\": 389.2526,\n                            \"tax\": 85.6356\n                        }\n                    },\n                    {\n                        \"name\": \"100km Inclusi\",\n                        \"description\": \"Ideale per le guide in città\",\n                        \"id\": 3,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"100\",\n                            \"total_included\": 300,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 8.34,\n                            \"without_tax\": 6.8328,\n                            \"tax\": 1.5032\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 175.1,\n                            \"without_tax\": 143.5233,\n                            \"tax\": 31.5751\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 303.13,\n                            \"without_tax\": 248.4633,\n                            \"tax\": 54.6619\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 260.53,\n                            \"without_tax\": 213.55,\n                            \"tax\": 46.981\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 388.56,\n                            \"without_tax\": 318.49,\n                            \"tax\": 70.0678\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 26,\n                    \"name\": \"Fiat Panda 1.2 Lounge\",\n                    \"description\": \"Ciao\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Fiat\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 1,\n                    \"category_name\": \"Economy\",\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Benzina\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/14MMz9BvaVNJCsjfxBwu/panda.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 35,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 164.6706,\n                \"services\": {\n                    \"mandatory\": [],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 12.3,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 45,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 60,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 45.02,\n                            \"single_quantity_rate_without_tax\": 36.9,\n                            \"single_quantity_rate_tax\": 8.118,\n                            \"total_rate_with_tax\": 45.02,\n                            \"total_rate_without_tax\": 36.9,\n                            \"total_rate_tax\": 8.118\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 8.2,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 30.01,\n                            \"single_quantity_rate_without_tax\": 24.6,\n                            \"single_quantity_rate_tax\": 5.412,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 12,\n                            \"total_rate_without_tax\": 9.84,\n                            \"total_rate_tax\": 2.1648\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 27,\n                            \"name\": \"100km in più\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/7oVLP3OgxLNbmlXP52o7/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 81.9672,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 100,\n                            \"single_quantity_rate_without_tax\": 81.9672,\n                            \"single_quantity_rate_tax\": 18.0328,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 29,\n                            \"name\": \"Navigatore\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.0984,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 15,\n                            \"single_quantity_rate_without_tax\": 12.2952,\n                            \"single_quantity_rate_tax\": 2.7049,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 28,\n                            \"name\": \"Navigatore gratuito\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 31,\n                            \"name\": \"Guida Aggiuntiva\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/KzF8AfnrMpfCFeW6klqD/Extrarent-Driver.png\",\n                            \"rate\": 10,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 36.6,\n                            \"single_quantity_rate_without_tax\": 30,\n                            \"single_quantity_rate_tax\": 6.6,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 32,\n                            \"name\": \"USURA GOMME\",\n                            \"description\": \"<div><br></div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"\",\n                            \"rate\": 4.5082,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 16.5,\n                            \"single_quantity_rate_without_tax\": 13.5246,\n                            \"single_quantity_rate_tax\": 2.9754,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 150,\n                    \"damage\": 200,\n                    \"rca\": 150\n                },\n                \"initial_deposit\": 0,\n                \"franchises\": {\n                    \"theft_fire\": 45,\n                    \"damage\": 60,\n                    \"rca\": 150\n                },\n                \"deposit\": 0,\n                \"pricelists\": [\n                    {\n                        \"name\": \"test week end\",\n                        \"description\": \"\",\n                        \"id\": \"p12\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.31,\n                            \"extra_price_without_tax\": 0.25,\n                            \"extra_price_tax\": 0.055\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 122,\n                            \"without_tax\": 100,\n                            \"tax\": 22\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 250.03,\n                            \"without_tax\": 204.94,\n                            \"tax\": 45.0868\n                        }\n                    },\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.3,\n                            \"extra_price_without_tax\": 0.2459,\n                            \"extra_price_tax\": 0.0541\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 228.03,\n                            \"without_tax\": 186.9072,\n                            \"tax\": 41.1196\n                        }\n                    },\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 9,\n                            \"without_tax\": 7.3773,\n                            \"tax\": 1.623\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 346.86,\n                            \"without_tax\": 284.3126,\n                            \"tax\": 62.5488\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 474.89,\n                            \"without_tax\": 389.2526,\n                            \"tax\": 85.6356\n                        }\n                    },\n                    {\n                        \"name\": \"100km Inclusi\",\n                        \"description\": \"Ideale per le guide in città\",\n                        \"id\": 3,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"100\",\n                            \"total_included\": 300,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 8.34,\n                            \"without_tax\": 6.8328,\n                            \"tax\": 1.5032\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 175.1,\n                            \"without_tax\": 143.5233,\n                            \"tax\": 31.5751\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 303.13,\n                            \"without_tax\": 248.4633,\n                            \"tax\": 54.6619\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.1,\n                            \"extra_price_without_tax\": 0.08,\n                            \"extra_price_tax\": 0.0176\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 57.02,\n                            \"without_tax\": 46.739999999999995,\n                            \"tax\": 10.2828\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 260.53,\n                            \"without_tax\": 213.55,\n                            \"tax\": 46.981\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 388.56,\n                            \"without_tax\": 318.49,\n                            \"tax\": 70.0678\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 35,\n                    \"name\": \"Suzuki Swift Hybrid 1.2 Cool\",\n                    \"description\": \"Tutto lo spirito autentico di Swift con uno stile unico. Linee ancora più definite, performance di guida ancora più esaltanti, equipaggiamenti ancora più ricchi.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"SUZUKI\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 1,\n                    \"category_name\": \"Economy\",\n                    \"fuel_key\": \"hybrid\",\n                    \"fuel_name\": \"ibrida\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/9AGbc6krUmN2vJJmTOy3/suzuki_new_swift_2019%20copia.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 10,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 474.4411,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 90,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 90,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 90,\n                            \"total_rate_without_tax\": 73.77,\n                            \"total_rate_tax\": 16.2294\n                        },\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 40.98,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 149.99,\n                            \"single_quantity_rate_without_tax\": 122.94,\n                            \"single_quantity_rate_tax\": 27.0468,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 3.28,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 12,\n                            \"single_quantity_rate_without_tax\": 9.84,\n                            \"single_quantity_rate_tax\": 2.1648,\n                            \"total_rate_with_tax\": 24.01,\n                            \"total_rate_without_tax\": 19.68,\n                            \"total_rate_tax\": 4.3296\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 15,\n                            \"name\": \"Assicurazione atti vandalici e cristalli\",\n                            \"description\": \"<div>- Assicurazione sugli atti vandalici completa;</div><div>- Assicurazione cristalli auto;</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/FocA4Mccf51RQb8vUBSA/car_theft__vandalism_512.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 16,\n                            \"name\": \"1000km in piu\",\n                            \"description\": \"<div>1000 km enthalten</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/qeLtjNKttF8PWeQRtWTl/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 200,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 244,\n                            \"single_quantity_rate_without_tax\": 200,\n                            \"single_quantity_rate_tax\": 44,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 300,\n                    \"damage\": 300,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 100,\n                \"franchises\": {\n                    \"theft_fire\": 90,\n                    \"damage\": 90,\n                    \"rca\": 0\n                },\n                \"deposit\": 100,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 54.55,\n                            \"without_tax\": 44.7165,\n                            \"tax\": 9.8376\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 639.44,\n                            \"without_tax\": 524.1345,\n                            \"tax\": 115.3096\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 824.46,\n                            \"without_tax\": 675.7845,\n                            \"tax\": 148.6726\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.2,\n                            \"extra_price_without_tax\": 0.16,\n                            \"extra_price_tax\": 0.0352\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.1999,\n                            \"tax\": 1.804\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 518.19,\n                            \"without_tax\": 424.7476,\n                            \"tax\": 93.4445\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 703.21,\n                            \"without_tax\": 576.3976,\n                            \"tax\": 126.8075\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 10,\n                    \"name\": \"Mercedes A45 AMG \",\n                    \"description\": \"Il lusso ridefinito in chiave moderna\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Mercedes\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 2,\n                    \"category_name\": \"Luxury\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/hjCe3tzLGXW81SQ1ccj2/mercedes_amg_a_45_s_4matic.jpg\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 19,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 474.4411,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 300,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 450,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 90,\n                            \"total_rate_without_tax\": 73.77,\n                            \"total_rate_tax\": 16.2294\n                        },\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 40.98,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 149.99,\n                            \"single_quantity_rate_without_tax\": 122.94,\n                            \"single_quantity_rate_tax\": 27.0468,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 3.28,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 12,\n                            \"single_quantity_rate_without_tax\": 9.84,\n                            \"single_quantity_rate_tax\": 2.1648,\n                            \"total_rate_with_tax\": 24.01,\n                            \"total_rate_without_tax\": 19.68,\n                            \"total_rate_tax\": 4.3296\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 15,\n                            \"name\": \"Assicurazione atti vandalici e cristalli\",\n                            \"description\": \"<div>- Assicurazione sugli atti vandalici completa;</div><div>- Assicurazione cristalli auto;</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/FocA4Mccf51RQb8vUBSA/car_theft__vandalism_512.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 16,\n                            \"name\": \"1000km in piu\",\n                            \"description\": \"<div>1000 km enthalten</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/qeLtjNKttF8PWeQRtWTl/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 200,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 244,\n                            \"single_quantity_rate_without_tax\": 200,\n                            \"single_quantity_rate_tax\": 44,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 1000,\n                    \"damage\": 1500,\n                    \"rca\": 1500\n                },\n                \"initial_deposit\": 1500,\n                \"franchises\": {\n                    \"theft_fire\": 300,\n                    \"damage\": 450,\n                    \"rca\": 1500\n                },\n                \"deposit\": 1500,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 54.55,\n                            \"without_tax\": 44.7165,\n                            \"tax\": 9.8376\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 639.44,\n                            \"without_tax\": 524.1345,\n                            \"tax\": 115.3096\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 824.46,\n                            \"without_tax\": 675.7845,\n                            \"tax\": 148.6726\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.2,\n                            \"extra_price_without_tax\": 0.16,\n                            \"extra_price_tax\": 0.0352\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.1999,\n                            \"tax\": 1.804\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 518.19,\n                            \"without_tax\": 424.7476,\n                            \"tax\": 93.4445\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 703.21,\n                            \"without_tax\": 576.3976,\n                            \"tax\": 126.8075\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 19,\n                    \"name\": \"Ferrari Portofino Cabrio\",\n                    \"description\": \"Una Ferrari di gran classe per non passare inosservato. Dedicata alla solare cittadina campana!\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"FERRARI\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 2,\n                    \"category_name\": \"Luxury\",\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Benzina\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 2,\n                    \"hook\": \"no\",\n                    \"max_people\": 2,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/20yi93p2pUyfQFZz7WHQ/ferrari_portofino.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 22,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 474.4411,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 750,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 750,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 90,\n                            \"total_rate_without_tax\": 73.77,\n                            \"total_rate_tax\": 16.2294\n                        },\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 40.98,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 149.99,\n                            \"single_quantity_rate_without_tax\": 122.94,\n                            \"single_quantity_rate_tax\": 27.0468,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 3.28,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 12,\n                            \"single_quantity_rate_without_tax\": 9.84,\n                            \"single_quantity_rate_tax\": 2.1648,\n                            \"total_rate_with_tax\": 24.01,\n                            \"total_rate_without_tax\": 19.68,\n                            \"total_rate_tax\": 4.3296\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 15,\n                            \"name\": \"Assicurazione atti vandalici e cristalli\",\n                            \"description\": \"<div>- Assicurazione sugli atti vandalici completa;</div><div>- Assicurazione cristalli auto;</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/FocA4Mccf51RQb8vUBSA/car_theft__vandalism_512.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 16,\n                            \"name\": \"1000km in piu\",\n                            \"description\": \"<div>1000 km enthalten</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/qeLtjNKttF8PWeQRtWTl/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 200,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 244,\n                            \"single_quantity_rate_without_tax\": 200,\n                            \"single_quantity_rate_tax\": 44,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 2500,\n                    \"damage\": 2500,\n                    \"rca\": 2500\n                },\n                \"initial_deposit\": 2000,\n                \"franchises\": {\n                    \"theft_fire\": 750,\n                    \"damage\": 750,\n                    \"rca\": 2500\n                },\n                \"deposit\": 2000,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 54.55,\n                            \"without_tax\": 44.7165,\n                            \"tax\": 9.8376\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 639.44,\n                            \"without_tax\": 524.1345,\n                            \"tax\": 115.3096\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 824.46,\n                            \"without_tax\": 675.7845,\n                            \"tax\": 148.6726\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.2,\n                            \"extra_price_without_tax\": 0.16,\n                            \"extra_price_tax\": 0.0352\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.1999,\n                            \"tax\": 1.804\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 518.19,\n                            \"without_tax\": 424.7476,\n                            \"tax\": 93.4445\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 703.21,\n                            \"without_tax\": 576.3976,\n                            \"tax\": 126.8075\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 22,\n                    \"name\": \"Porsche Cayman Coupé\",\n                    \"description\": \"Modello di punta della casa di Stoccarda. Potenza allo stato puro.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Porsche\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 2,\n                    \"category_name\": \"Luxury\",\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Benzina\",\n                    \"transmission_key\": \"automatic\",\n                    \"transmission_name\": \"Cambio automatico\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 2,\n                    \"hook\": \"no\",\n                    \"max_people\": 2,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/ILZf1D8JvJcVQTzU0nbh/2014_porsche_cayman_coupe_angular_front.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 9,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": false, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 106.3586,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 20.49,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 74.99,\n                            \"single_quantity_rate_without_tax\": 61.47,\n                            \"single_quantity_rate_tax\": 13.5234,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 60,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 60,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 59.99,\n                            \"total_rate_without_tax\": 49.17,\n                            \"total_rate_tax\": 10.8174\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 2.46,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 9,\n                            \"single_quantity_rate_without_tax\": 7.38,\n                            \"single_quantity_rate_tax\": 1.6236,\n                            \"total_rate_with_tax\": 18.01,\n                            \"total_rate_without_tax\": 14.76,\n                            \"total_rate_tax\": 3.2472\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 200,\n                    \"damage\": 200,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 50,\n                \"franchises\": {\n                    \"theft_fire\": 60,\n                    \"damage\": 60,\n                    \"rca\": 0\n                },\n                \"deposit\": 50,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.24,\n                            \"extra_price_without_tax\": 0.2,\n                            \"extra_price_tax\": 0.044\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 249,\n                            \"without_tax\": 204.0972,\n                            \"tax\": 44.9014\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.12,\n                            \"extra_price_without_tax\": 0.1,\n                            \"extra_price_tax\": 0.022\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 36.6,\n                            \"without_tax\": 30,\n                            \"tax\": 6.6\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 159.52,\n                            \"without_tax\": 130.75,\n                            \"tax\": 28.765\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 308.51,\n                            \"without_tax\": 252.88,\n                            \"tax\": 55.6336\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 9,\n                    \"name\": \"Volkswagen Golf 8 Life 2.0 TDI\",\n                    \"description\": \"Lo spazio incontra il comfort, la qualità e le tecnologie innovative. Lasciati stupire.Un’ulteriore fase nello sviluppo della guida autonoma è dettata dagli innovativi sistemi di assistenza alla guida che consentono di raggiungere straordinari livelli di sicurezza.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Volkswagen\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 4,\n                    \"category_name\": \"Suv&Berline\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 4,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/x2BIGCRjmGhjGhXGLM4R/golf.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 15,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": false, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 106.3586,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 20.49,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 74.99,\n                            \"single_quantity_rate_without_tax\": 61.47,\n                            \"single_quantity_rate_tax\": 13.5234,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 150,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 150,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 59.99,\n                            \"total_rate_without_tax\": 49.17,\n                            \"total_rate_tax\": 10.8174\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 2.46,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 9,\n                            \"single_quantity_rate_without_tax\": 7.38,\n                            \"single_quantity_rate_tax\": 1.6236,\n                            \"total_rate_with_tax\": 18.01,\n                            \"total_rate_without_tax\": 14.76,\n                            \"total_rate_tax\": 3.2472\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 500,\n                    \"damage\": 500,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 150,\n                \"franchises\": {\n                    \"theft_fire\": 150,\n                    \"damage\": 150,\n                    \"rca\": 0\n                },\n                \"deposit\": 150,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.24,\n                            \"extra_price_without_tax\": 0.2,\n                            \"extra_price_tax\": 0.044\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 249,\n                            \"without_tax\": 204.0972,\n                            \"tax\": 44.9014\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.12,\n                            \"extra_price_without_tax\": 0.1,\n                            \"extra_price_tax\": 0.022\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 36.6,\n                            \"without_tax\": 30,\n                            \"tax\": 6.6\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 159.52,\n                            \"without_tax\": 130.75,\n                            \"tax\": 28.765\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 308.51,\n                            \"without_tax\": 252.88,\n                            \"tax\": 55.6336\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 15,\n                    \"name\": \"Toyota C-HR IBRID\",\n                    \"description\": \"Prestazioni eccezionali, consumi eccellenti\\r\\n\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"TOYOTA\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 4,\n                    \"category_name\": \"Suv&Berline\",\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Benzina\",\n                    \"transmission_key\": \"automatic\",\n                    \"transmission_name\": \"Cambio automatico\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 2,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/RkwB6oI6UV18JEzjfJkp/0007_C_HR_Premium_Hybrid_eacca7fea1f889e5620a289f2891a9a3.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 6,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": false, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 474.4411,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 150,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 150,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 90,\n                            \"total_rate_without_tax\": 73.77,\n                            \"total_rate_tax\": 16.2294\n                        },\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 40.98,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 149.99,\n                            \"single_quantity_rate_without_tax\": 122.94,\n                            \"single_quantity_rate_tax\": 27.0468,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 3.28,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 12,\n                            \"single_quantity_rate_without_tax\": 9.84,\n                            \"single_quantity_rate_tax\": 2.1648,\n                            \"total_rate_with_tax\": 24.01,\n                            \"total_rate_without_tax\": 19.68,\n                            \"total_rate_tax\": 4.3296\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 15,\n                            \"name\": \"Assicurazione atti vandalici e cristalli\",\n                            \"description\": \"<div>- Assicurazione sugli atti vandalici completa;</div><div>- Assicurazione cristalli auto;</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/FocA4Mccf51RQb8vUBSA/car_theft__vandalism_512.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 16,\n                            \"name\": \"1000km in piu\",\n                            \"description\": \"<div>1000 km enthalten</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/qeLtjNKttF8PWeQRtWTl/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 200,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 244,\n                            \"single_quantity_rate_without_tax\": 200,\n                            \"single_quantity_rate_tax\": 44,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 500,\n                    \"damage\": 500,\n                    \"rca\": 0\n                },\n                \"initial_deposit\": 150,\n                \"franchises\": {\n                    \"theft_fire\": 150,\n                    \"damage\": 150,\n                    \"rca\": 0\n                },\n                \"deposit\": 150,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 54.55,\n                            \"without_tax\": 44.7165,\n                            \"tax\": 9.8376\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 639.44,\n                            \"without_tax\": 524.1345,\n                            \"tax\": 115.3096\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 824.46,\n                            \"without_tax\": 675.7845,\n                            \"tax\": 148.6726\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.2,\n                            \"extra_price_without_tax\": 0.16,\n                            \"extra_price_tax\": 0.0352\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.1999,\n                            \"tax\": 1.804\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 518.19,\n                            \"without_tax\": 424.7476,\n                            \"tax\": 93.4445\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 703.21,\n                            \"without_tax\": 576.3976,\n                            \"tax\": 126.8075\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 6,\n                    \"name\": \"Range Rover Evoque\",\n                    \"description\": \"Se desideri Range Rover Evoque, significa che vuoi il meglio. Non passare inosservato!\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Range Rover\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 2,\n                    \"category_name\": \"Luxury\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"yes\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/ud6j8gnitRRkyBwkQNEO/Land_Rover_Range_Rover_Evoque_2.0D_I4_150CV_AWD_Business_Edition_Auto_KuWbH5.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 17,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": false, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 474.4411,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 150,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 150,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 90,\n                            \"total_rate_without_tax\": 73.77,\n                            \"total_rate_tax\": 16.2294\n                        },\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 40.98,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 149.99,\n                            \"single_quantity_rate_without_tax\": 122.94,\n                            \"single_quantity_rate_tax\": 27.0468,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 3.28,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 12,\n                            \"single_quantity_rate_without_tax\": 9.84,\n                            \"single_quantity_rate_tax\": 2.1648,\n                            \"total_rate_with_tax\": 24.01,\n                            \"total_rate_without_tax\": 19.68,\n                            \"total_rate_tax\": 4.3296\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 15,\n                            \"name\": \"Assicurazione atti vandalici e cristalli\",\n                            \"description\": \"<div>- Assicurazione sugli atti vandalici completa;</div><div>- Assicurazione cristalli auto;</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/FocA4Mccf51RQb8vUBSA/car_theft__vandalism_512.png\",\n                            \"rate\": 24.59,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 90,\n                            \"single_quantity_rate_without_tax\": 73.77,\n                            \"single_quantity_rate_tax\": 16.2294,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 16,\n                            \"name\": \"1000km in piu\",\n                            \"description\": \"<div>1000 km enthalten</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/qeLtjNKttF8PWeQRtWTl/0576ba0dc5c6a011fdb6ebd34a9f1c7a.png\",\n                            \"rate\": 200,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 244,\n                            \"single_quantity_rate_without_tax\": 200,\n                            \"single_quantity_rate_tax\": 44,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 500,\n                    \"damage\": 500,\n                    \"rca\": 500\n                },\n                \"initial_deposit\": 500,\n                \"franchises\": {\n                    \"theft_fire\": 150,\n                    \"damage\": 150,\n                    \"rca\": 500\n                },\n                \"deposit\": 500,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Km illimitati\",\n                        \"description\": \"\",\n                        \"id\": 10,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": 0,\n                            \"total_included\": 0,\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 54.55,\n                            \"without_tax\": 44.7165,\n                            \"tax\": 9.8376\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 639.44,\n                            \"without_tax\": 524.1345,\n                            \"tax\": 115.3096\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 824.46,\n                            \"without_tax\": 675.7845,\n                            \"tax\": 148.6726\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1500,\n                            \"extra_price_with_tax\": 0.2,\n                            \"extra_price_without_tax\": 0.16,\n                            \"extra_price_tax\": 0.0352\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 114.01,\n                            \"without_tax\": 93.44999999999999,\n                            \"tax\": 20.558999999999997\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.1999,\n                            \"tax\": 1.804\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 518.19,\n                            \"without_tax\": 424.7476,\n                            \"tax\": 93.4445\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 703.21,\n                            \"without_tax\": 576.3976,\n                            \"tax\": 126.8075\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 17,\n                    \"name\": \"Ford Focus RS\",\n                    \"description\": \"Focus RS Performance - 320cv - Snow White.\\r\\nIl Focus RS è dotato di un sistema di protezione intelligente  Ford avanzato, che integra una serie di sistemi di sicurezza per offrire la massima protezione a conducente e passeggeri. \",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Ford\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 2,\n                    \"category_name\": \"Luxury\",\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Benzina\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"daily\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/UZZKGCw8YdoI34vjIRBw/ford_focus_rs.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 8,\n                \"min_required_age\": 18, //min required age for driving this vehicle\n                \"max_required_age\": \"80\", //max required age for driving this vehicle\n                \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n                \"available\": false, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n                \"mean_rate\": 1676.1086,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"Assicurazione Base\",\n                            \"description\": \"<div>Copertura assicurativa base</div>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 1,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                            \"rate\": 0,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 0,\n                            \"single_quantity_rate_without_tax\": 0,\n                            \"single_quantity_rate_tax\": 0,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 12,\n                            \"name\": \"Assicurazione Full Kasko\",\n                            \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 20.49,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 6,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 74.99,\n                            \"single_quantity_rate_without_tax\": 61.47,\n                            \"single_quantity_rate_tax\": 13.5234,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        },\n                        {\n                            \"service_id\": 9,\n                            \"name\": \"Assicurazione Kasko\",\n                            \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                            \"rate\": 16.39,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 450,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 450,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"1\",\n                            \"single_quantity_rate_with_tax\": 59.99,\n                            \"single_quantity_rate_without_tax\": 49.17,\n                            \"single_quantity_rate_tax\": 10.8174,\n                            \"total_rate_with_tax\": 59.99,\n                            \"total_rate_without_tax\": 49.17,\n                            \"total_rate_tax\": 10.8174\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Seggiolino\",\n                            \"description\": \"\",\n                            \"quantifiable\": 1,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 2.46,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 7,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": \"2\",\n                            \"single_quantity_rate_with_tax\": 9,\n                            \"single_quantity_rate_without_tax\": 7.38,\n                            \"single_quantity_rate_tax\": 1.6236,\n                            \"total_rate_with_tax\": 18.01,\n                            \"total_rate_without_tax\": 14.76,\n                            \"total_rate_tax\": 3.2472\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"Navigatore Satelittare\",\n                            \"description\": \"\",\n                            \"quantifiable\": 0,\n                            \"mandatory\": 0,\n                            \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                            \"rate\": 1.64,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 3,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 6,\n                            \"single_quantity_rate_without_tax\": 4.92,\n                            \"single_quantity_rate_tax\": 1.0824,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 1500,\n                    \"damage\": 1500,\n                    \"rca\": 750\n                },\n                \"initial_deposit\": 1500,\n                \"franchises\": {\n                    \"theft_fire\": 450,\n                    \"damage\": 450,\n                    \"rca\": 750\n                },\n                \"deposit\": 1500,\n                \"pricelists\": [\n                    {\n                        \"name\": \"Weekend\",\n                        \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                        \"id\": \"p1\",\n                        \"is\": \"package\",\n                        \"kms\": {\n                            \"included_per_day\": 66.6667,\n                            \"total_included\": 200,\n                            \"extra_price_with_tax\": 0.24,\n                            \"extra_price_without_tax\": 0.2,\n                            \"extra_price_tax\": 0.044\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 100,\n                            \"without_tax\": 81.9672,\n                            \"tax\": 18.0328\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 249,\n                            \"without_tax\": 204.0972,\n                            \"tax\": 44.9014\n                        }\n                    },\n                    {\n                        \"name\": \"500km Inclusi\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"kms\": {\n                            \"included_per_day\": \"500\",\n                            \"total_included\": 1312,\n                            \"extra_price_with_tax\": 0.12,\n                            \"extra_price_without_tax\": 0.1,\n                            \"extra_price_tax\": 0.022\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 61,\n                            \"without_tax\": 50,\n                            \"tax\": 11\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 78,\n                            \"without_tax\": 63.93,\n                            \"tax\": 14.064599999999999\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 10,\n                            \"without_tax\": 8.2,\n                            \"tax\": 1.804\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 3989.71,\n                            \"without_tax\": 3270.25,\n                            \"tax\": 719.455\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 4138.7,\n                            \"without_tax\": 3392.38,\n                            \"tax\": 746.3236\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 8,\n                    \"name\": \"Audi A5 Sportback Premium\",\n                    \"description\": \"Non rinunciate a nulla: i nuovi sistemi intelligenti di assistenza alla guida di A5 rendono l'Audi un’irrinunciabile icona di stile. Lasciatevi coinvolgere dall'emozionante esperienza di guida di un’auto dalle linee raffinate che modella il più lussuoso comfort su un motore grintoso e potente. \",\n                    \"extra_details\": \"\",\n                    \"brand\": \"Audi\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Automobile\",\n                    \"category_id\": 4,\n                    \"category_name\": \"Suv&Berline\",\n                    \"fuel_key\": \"diesel\",\n                    \"fuel_name\": \"Diesel\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Cambio manuale\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"rate_type\": \"hourly\",\n                    \"images\": [\n                        \"https://storage.glemisoft.com/test/mezzo_gallery/F5EqzRmV1VYyRw8m5hu0/2021_audi_a5_sportback_komfort_032_t9t9.png\"\n                    ]\n                }\n            }\n        ]\n    },\n    \"status\": true\n}"},{"id":"4dd36d47-0d14-4036-ba06-94de2ef8d00c","name":"Vehicles availability with price lists","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{INSTALLATION_URL}}/module/rental/api/partner/vehicle/availability?start_datetime=2022-04-11 14:00&end_datetime=2022-04-15 14:00&pickup_location=CDG&dropoff_location=CDG&type=1&category=1&age=24","host":["{{INSTALLATION_URL}}"],"path":["module","rental","api","partner","vehicle","availability"],"query":[{"key":"start_datetime","value":"2022-04-11 14:00","description":"Format: YYYY-MM-DD HH:MM (in reference time zone)"},{"key":"end_datetime","value":"2022-04-15 14:00","description":"Format: YYYY-MM-DD HH:MM (in reference time zone)"},{"key":"pickup_location","value":"CDG","description":"Required. Pickup location id or code"},{"key":"dropoff_location","value":"CDG","description":"Required. Dropoff location id or code"},{"key":"chosen_service[9]","value":"1","description":"Not required.\nFormat -\nkey: chosen_service[service_id] \n- value: quantity\nIf this service is available in vehicle, it will be considered in price. Otherwise it will be ignored ","disabled":true},{"key":"chosen_service[11]","value":"2","description":"Not required. Same as the previous but with quantity 2 instead of 1","disabled":true},{"key":"type","value":"1","description":"Not required. Vehicle type id"},{"key":"category","value":"1","description":"Not required. Vehicle category id"},{"key":"fuel_type","value":"diesel","description":"Not required. Vehicle fuel key","disabled":true},{"key":"transmission","value":"automatic","description":"Not required. Vehicle transmission key","disabled":true},{"key":"filter_by_services","value":"6,9","description":"Not required. Consider only vehicles vehicles with these services/extras available.\nEach service is separated by a comma.","disabled":true},{"key":"age","value":"24","description":"Not required but important to specify. Because if a mandatory service is required it will be added to final price"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 08:59:25 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IkhNaXZaVksxOEhkd1B5akxLbCs5elE9PSIsInZhbHVlIjoiMXF4NWhrZlBxL3JsTUt2dmxJMU9iUXZlWHhRRnEwUURWY3BnUVVsSEdrK2hKRytTV05Cb1lTU2s5UXdYbDJldWpFOGprNFlxOFJCL1FwRWlkbEVMK3JBQ1N2bFRLc0VyUVhiSkdyajkzTjFDQWhvd1ZYQ2NlZ29jWmZWRnY2WDMiLCJtYWMiOiIwMThkYjdkYzM2YWU3MzkyNjUxZDExMWY2MjI2ZjM3ODQ1NDk0MzVkNDFmMzc1YTg1MzZiNzIwMjlkOGRiOTIzIn0%3D; expires=Fri, 01-Apr-2022 08:59:25 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"common\": {\n            \"currency\": {\n                \"code\": \"EUR\",\n                \"name\": \"Euro\",\n                \"symbol\": \"€\"\n            },\n            \"tax_percentage\": 22,\n            \"tax_key\": \"22\"\n        },\n        \"start\": \"2022-04-11 14:00\",\n        \"end\": \"2022-04-15 14:00\",\n        \"pickup\": {\n            \"id\": 1,\n            \"code\": \"CDG\",\n            \"name\": \"Aéroport Paris-Charles De Gaulle\",\n            \"description\": \"<div><br></div>\",\n            \"type\": \"airport\",\n            \"phone\": \"+33-0000000\",\n            \"email\": \"info@renthubsoftware.com\",\n            \"address\": \"Aéroport CDG Terminal 1, Paris-Charles De Gaulle (CDG), Mauregard, France\",\n            \"latitude\": 49.0142643,\n            \"longitude\": 2.5420702999999776,\n            \"extra_fee_with_tax\": 25,\n            \"extra_fee_without_tax\": 20.49,\n            \"extra_fee_tax\": 4.5078,\n            \"timetable_pickup\": 1,\n            \"timetable_dropoff\": 1,\n            \"web\": 1\n        },\n        \"dropoff\": {\n            \"id\": 1,\n            \"code\": \"CDG\",\n            \"name\": \"Aéroport Paris-Charles De Gaulle\",\n            \"description\": \"<div><br></div>\",\n            \"type\": \"airport\",\n            \"phone\": \"+33-0000000\",\n            \"email\": \"info@renthubsoftware.com\",\n            \"address\": \"Aéroport CDG Terminal 1, Paris-Charles De Gaulle (CDG), Mauregard, France\",\n            \"latitude\": 49.0142643,\n            \"longitude\": 2.5420702999999776,\n            \"extra_fee_with_tax\": 25,\n            \"extra_fee_without_tax\": 20.49,\n            \"extra_fee_tax\": 4.5078,\n            \"timetable_pickup\": 1,\n            \"timetable_dropoff\": 1,\n            \"web\": 1\n        },\n        \"vehicles\": [\n            {\n                \"model_id\": 1,\n                \"min_required_age\": 18,\n                \"max_required_age\": \"80\",\n                \"age_is_ok\": true,\n                \"available\": true,\n                \"mean_rate\": 101.0938,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 2,\n                            \"name\": \"GPS\",\n                            \"description\": \"\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": true,\n                            \"usage\": null,\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/3xiL9P9UpcnePRbjblid/navigator_512.png\",\n                            \"rate\": 2,\n                            \"rate_with_tax\": 2.44,\n                            \"rate_without_tax\": 2,\n                            \"rate_tax\": 0.44,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 10,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 9.76,\n                            \"single_quantity_rate_without_tax\": 8,\n                            \"single_quantity_rate_tax\": 1.76,\n                            \"total_rate_with_tax\": 9.76,\n                            \"total_rate_without_tax\": 8,\n                            \"total_rate_tax\": 1.76,\n                            \"tax_rate\": 22\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 1,\n                            \"name\": \"Baby seat\",\n                            \"description\": \"<div>Sièges bébé de 1 ans à 3 ans</div>\",\n                            \"short_description\": \"Choose it if you have a baby\",\n                            \"quantifiable\": 1,\n                            \"max_quantity\": 10,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/EPd0UmGB9X7UO9krnBzR/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 8.2,\n                            \"rate_with_tax\": 10,\n                            \"rate_without_tax\": 8.2,\n                            \"rate_tax\": 1.804,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 10,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 10,\n                            \"single_quantity_rate_without_tax\": 8.2,\n                            \"single_quantity_rate_tax\": 1.804,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 5,\n                            \"name\": \"Extra driver\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 1,\n                            \"max_quantity\": 10,\n                            \"mandatory\": false,\n                            \"usage\": \"extra_drivers\",\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/7lgttePdivlypg88gtmw/extras_05_addriver.jpeg\",\n                            \"rate\": 8.1967,\n                            \"rate_with_tax\": 10,\n                            \"rate_without_tax\": 8.1967,\n                            \"rate_tax\": 1.8033,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 40,\n                            \"single_quantity_rate_without_tax\": 32.7868,\n                            \"single_quantity_rate_tax\": 7.2131,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"3rd driver\",\n                            \"description\": \"\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/fJItN0mDfIH2gSkYcftx/extras_05_addriver.jpeg\",\n                            \"rate\": 9,\n                            \"rate_with_tax\": 10.98,\n                            \"rate_without_tax\": 9,\n                            \"rate_tax\": 1.98,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 43.92,\n                            \"single_quantity_rate_without_tax\": 36,\n                            \"single_quantity_rate_tax\": 7.92,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 10,\n                            \"name\": \"Basic Insurance\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"Descrizione breve\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 1,\n                            \"icon\": \"\",\n                            \"rate\": 16.3934,\n                            \"rate_with_tax\": 20,\n                            \"rate_without_tax\": 16.3934,\n                            \"rate_tax\": 3.6065,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 1440,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 1200,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 800,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 80,\n                            \"single_quantity_rate_without_tax\": 65.5736,\n                            \"single_quantity_rate_tax\": 14.4262,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Shuttle\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 3,\n                            \"icon\": \"\",\n                            \"rate\": 5,\n                            \"rate_with_tax\": 6.1,\n                            \"rate_without_tax\": 5,\n                            \"rate_tax\": 1.1,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 24.4,\n                            \"single_quantity_rate_without_tax\": 20,\n                            \"single_quantity_rate_tax\": 4.4,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 8,\n                            \"name\": \"Insurance\",\n                            \"description\": \"\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 2,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/ptuU22dsBiiWuIUxpjwP/PngItem_3346254.png\",\n                            \"rate\": 20.4918,\n                            \"rate_with_tax\": 25,\n                            \"rate_without_tax\": 20.4918,\n                            \"rate_tax\": 4.5082,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 540,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 450,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 300,\n                            \"deposit_enabled\": 1,\n                            \"deposit\": 300,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 100,\n                            \"single_quantity_rate_without_tax\": 81.9672,\n                            \"single_quantity_rate_tax\": 18.0328,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"All risk insurance\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 3,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/BGa6VU5MWJuYz9QuGmYd/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 24.5902,\n                            \"rate_with_tax\": 30,\n                            \"rate_without_tax\": 24.5902,\n                            \"rate_tax\": 5.4098,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 1,\n                            \"deposit\": 0,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 120,\n                            \"single_quantity_rate_without_tax\": 98.3608,\n                            \"single_quantity_rate_tax\": 21.6394,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 1800,\n                    \"damage\": 1500,\n                    \"rca\": 1000\n                },\n                \"initial_deposit\": 800,\n                \"franchises\": {\n                    \"theft_fire\": 1800,\n                    \"damage\": 1500,\n                    \"rca\": 1000,\n                    \"theft_fire_changed\": false,\n                    \"damage_changed\": false,\n                    \"rca_changed\": false\n                },\n                \"deposit\": 800,\n                \"pricelists\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"id\": 3,\n                        \"is\": \"pricelist\",\n                        \"fee_type\": \"daily\",\n                        \"lasts_based_on_type\": 4,\n                        \"price_referred_to\": \"4 days\",\n                        \"kms\": {\n                            \"extra_price_with_tax\": 0.18,\n                            \"extra_price_without_tax\": 0.15,\n                            \"extra_price_tax\": 0.033,\n                            \"included_per_day\": \"200\",\n                            \"total_included\": 800\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 9.76,\n                            \"without_tax\": 8,\n                            \"tax\": 1.76\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 120,\n                            \"without_tax\": 98.3608,\n                            \"tax\": 21.6394\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 179.76,\n                            \"without_tax\": 147.3408,\n                            \"tax\": 32.415\n                        }\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"fee_type\": \"daily\",\n                        \"lasts_based_on_type\": 4,\n                        \"price_referred_to\": \"4 days\",\n                        \"kms\": {\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0,\n                            \"included_per_day\": 0,\n                            \"total_included\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 9.76,\n                            \"without_tax\": 8,\n                            \"tax\": 1.76\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 126.67,\n                            \"without_tax\": 103.8268,\n                            \"tax\": 22.8419\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 186.43,\n                            \"without_tax\": 152.8068,\n                            \"tax\": 33.6175\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 1,\n                    \"name\": \"Fiat Panda 1.2 Lounge\",\n                    \"description\": \"<strong> Small city car </strong>, ideal for town.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"FIAT\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Car\",\n                    \"tipology\": \"\",\n                    \"category_id\": 1,\n                    \"category_name\": \"Economy\",\n                    \"category_upselling\": 1,\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Petrol\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Manual transmission\",\n                    \"air_condition\": \"yes\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 5,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"images\": [\n                        \"https://storage.renthubsoftware.com/rentfr/mezzo_gallery/wgez9j7PGm9kGLOZ4Gno/panda.png\"\n                    ]\n                }\n            },\n            {\n                \"model_id\": 7,\n                \"min_required_age\": 18,\n                \"max_required_age\": \"80\",\n                \"age_is_ok\": true,\n                \"available\": false,\n                \"mean_rate\": 101.0938,\n                \"services\": {\n                    \"mandatory\": [\n                        {\n                            \"service_id\": 2,\n                            \"name\": \"GPS\",\n                            \"description\": \"\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": true,\n                            \"usage\": null,\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/3xiL9P9UpcnePRbjblid/navigator_512.png\",\n                            \"rate\": 2,\n                            \"rate_with_tax\": 2.44,\n                            \"rate_without_tax\": 2,\n                            \"rate_tax\": 0.44,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 10,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 1,\n                            \"single_quantity_rate_with_tax\": 9.76,\n                            \"single_quantity_rate_without_tax\": 8,\n                            \"single_quantity_rate_tax\": 1.76,\n                            \"total_rate_with_tax\": 9.76,\n                            \"total_rate_without_tax\": 8,\n                            \"total_rate_tax\": 1.76,\n                            \"tax_rate\": 22\n                        }\n                    ],\n                    \"not_mandatory\": [\n                        {\n                            \"service_id\": 1,\n                            \"name\": \"Baby seat\",\n                            \"description\": \"<div>Sièges bébé de 1 ans à 3 ans</div>\",\n                            \"short_description\": \"Choose it if you have a baby\",\n                            \"quantifiable\": 1,\n                            \"max_quantity\": 10,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/EPd0UmGB9X7UO9krnBzR/Car_Engine___Dashboard_Lights_76_512.png\",\n                            \"rate\": 8.2,\n                            \"rate_with_tax\": 10,\n                            \"rate_without_tax\": 8.2,\n                            \"rate_tax\": 1.804,\n                            \"rate_type\": \"fix\",\n                            \"max_days\": 10,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 10,\n                            \"single_quantity_rate_without_tax\": 8.2,\n                            \"single_quantity_rate_tax\": 1.804,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 5,\n                            \"name\": \"Extra driver\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 1,\n                            \"max_quantity\": 10,\n                            \"mandatory\": false,\n                            \"usage\": \"extra_drivers\",\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/7lgttePdivlypg88gtmw/extras_05_addriver.jpeg\",\n                            \"rate\": 8.1967,\n                            \"rate_with_tax\": 10,\n                            \"rate_without_tax\": 8.1967,\n                            \"rate_tax\": 1.8033,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 40,\n                            \"single_quantity_rate_without_tax\": 32.7868,\n                            \"single_quantity_rate_tax\": 7.2131,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 6,\n                            \"name\": \"3rd driver\",\n                            \"description\": \"\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 0,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/fJItN0mDfIH2gSkYcftx/extras_05_addriver.jpeg\",\n                            \"rate\": 9,\n                            \"rate_with_tax\": 10.98,\n                            \"rate_without_tax\": 9,\n                            \"rate_tax\": 1.98,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 43.92,\n                            \"single_quantity_rate_without_tax\": 36,\n                            \"single_quantity_rate_tax\": 7.92,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 10,\n                            \"name\": \"Basic Insurance\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"Descrizione breve\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 1,\n                            \"icon\": \"\",\n                            \"rate\": 16.3934,\n                            \"rate_with_tax\": 20,\n                            \"rate_without_tax\": 16.3934,\n                            \"rate_tax\": 3.6065,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 400,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 400,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 400,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 80,\n                            \"single_quantity_rate_without_tax\": 65.5736,\n                            \"single_quantity_rate_tax\": 14.4262,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 11,\n                            \"name\": \"Shuttle\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 3,\n                            \"icon\": \"\",\n                            \"rate\": 5,\n                            \"rate_with_tax\": 6.1,\n                            \"rate_without_tax\": 5,\n                            \"rate_tax\": 1.1,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 0,\n                            \"theft_fire_franchise\": false,\n                            \"damage_franchise_enabled\": 0,\n                            \"damage_franchise\": false,\n                            \"rca_franchise_enabled\": 0,\n                            \"rca_franchise\": false,\n                            \"deposit_enabled\": 0,\n                            \"deposit\": false,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 24.4,\n                            \"single_quantity_rate_without_tax\": 20,\n                            \"single_quantity_rate_tax\": 4.4,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 8,\n                            \"name\": \"Insurance\",\n                            \"description\": \"\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 2,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/ptuU22dsBiiWuIUxpjwP/PngItem_3346254.png\",\n                            \"rate\": 20.4918,\n                            \"rate_with_tax\": 25,\n                            \"rate_without_tax\": 20.4918,\n                            \"rate_tax\": 4.5082,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 150,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 150,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 150,\n                            \"deposit_enabled\": 1,\n                            \"deposit\": 300,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 100,\n                            \"single_quantity_rate_without_tax\": 81.9672,\n                            \"single_quantity_rate_tax\": 18.0328,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        },\n                        {\n                            \"service_id\": 7,\n                            \"name\": \"All risk insurance\",\n                            \"description\": \"<div><br></div>\",\n                            \"short_description\": \"\",\n                            \"quantifiable\": 0,\n                            \"max_quantity\": 1,\n                            \"mandatory\": false,\n                            \"usage\": null,\n                            \"upselling_priority\": 3,\n                            \"icon\": \"https://storage.renthubsoftware.com/rentfr/additional_service/BGa6VU5MWJuYz9QuGmYd/7_2_auto_insurance_free_png_image.png\",\n                            \"rate\": 24.5902,\n                            \"rate_with_tax\": 30,\n                            \"rate_without_tax\": 24.5902,\n                            \"rate_tax\": 5.4098,\n                            \"rate_type\": \"daily\",\n                            \"max_days\": 0,\n                            \"theft_fire_franchise_enabled\": 1,\n                            \"theft_fire_franchise\": 0,\n                            \"damage_franchise_enabled\": 1,\n                            \"damage_franchise\": 0,\n                            \"rca_franchise_enabled\": 1,\n                            \"rca_franchise\": 0,\n                            \"deposit_enabled\": 1,\n                            \"deposit\": 0,\n                            \"requested_quantity\": 0,\n                            \"single_quantity_rate_with_tax\": 120,\n                            \"single_quantity_rate_without_tax\": 98.3608,\n                            \"single_quantity_rate_tax\": 21.6394,\n                            \"total_rate_with_tax\": 0,\n                            \"total_rate_without_tax\": 0,\n                            \"total_rate_tax\": 0,\n                            \"tax_rate\": 22\n                        }\n                    ]\n                },\n                \"initial_franchises\": {\n                    \"theft_fire\": 500,\n                    \"damage\": 500,\n                    \"rca\": 500\n                },\n                \"initial_deposit\": 500,\n                \"franchises\": {\n                    \"theft_fire\": 500,\n                    \"damage\": 500,\n                    \"rca\": 500,\n                    \"theft_fire_changed\": false,\n                    \"damage_changed\": false,\n                    \"rca_changed\": false\n                },\n                \"deposit\": 500,\n                \"pricelists\": [\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"id\": 3,\n                        \"is\": \"pricelist\",\n                        \"fee_type\": \"daily\",\n                        \"lasts_based_on_type\": 4,\n                        \"price_referred_to\": \"4 days\",\n                        \"kms\": {\n                            \"extra_price_with_tax\": 0.18,\n                            \"extra_price_without_tax\": 0.15,\n                            \"extra_price_tax\": 0.033,\n                            \"included_per_day\": \"200\",\n                            \"total_included\": 800\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 9.76,\n                            \"without_tax\": 8,\n                            \"tax\": 1.76\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 120,\n                            \"without_tax\": 98.3608,\n                            \"tax\": 21.6394\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 179.76,\n                            \"without_tax\": 147.3408,\n                            \"tax\": 32.415\n                        }\n                    },\n                    {\n                        \"name\": \"\",\n                        \"description\": \"\",\n                        \"id\": 1,\n                        \"is\": \"pricelist\",\n                        \"fee_type\": \"daily\",\n                        \"lasts_based_on_type\": 4,\n                        \"price_referred_to\": \"4 days\",\n                        \"kms\": {\n                            \"extra_price_with_tax\": 0,\n                            \"extra_price_without_tax\": 0,\n                            \"extra_price_tax\": 0,\n                            \"included_per_day\": 0,\n                            \"total_included\": 0\n                        },\n                        \"transfer_fee\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"services_rate\": {\n                            \"with_tax\": 9.76,\n                            \"without_tax\": 8,\n                            \"tax\": 1.76\n                        },\n                        \"pickup_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"dropoff_fee\": {\n                            \"with_tax\": 25,\n                            \"without_tax\": 20.49,\n                            \"tax\": 4.5078\n                        },\n                        \"discount\": {\n                            \"with_tax\": 0,\n                            \"without_tax\": 0,\n                            \"tax\": 0\n                        },\n                        \"rent_rate_discount_included\": {\n                            \"with_tax\": 126.67,\n                            \"without_tax\": 103.8268,\n                            \"tax\": 22.8419\n                        },\n                        \"coupon_details\": [],\n                        \"others\": [],\n                        \"final_price\": {\n                            \"with_tax\": 186.43,\n                            \"without_tax\": 152.8068,\n                            \"tax\": 33.6175\n                        }\n                    }\n                ],\n                \"model_details\": {\n                    \"id\": 7,\n                    \"name\": \"Renault Twingo\",\n                    \"description\": \"<strong> Small city car </strong>, ideal for town.\",\n                    \"extra_details\": \"\",\n                    \"brand\": \"RENAULT\",\n                    \"type_id\": 1,\n                    \"type_name\": \"Car\",\n                    \"tipology\": \"\",\n                    \"category_id\": 1,\n                    \"category_name\": \"Economy\",\n                    \"category_upselling\": 1,\n                    \"fuel_key\": \"petrol\",\n                    \"fuel_name\": \"Petrol\",\n                    \"transmission_key\": \"manual\",\n                    \"transmission_name\": \"Manual transmission\",\n                    \"air_condition\": \"yes\",\n                    \"air_conditioning\": \"yes\",\n                    \"doors\": 0,\n                    \"hook\": \"no\",\n                    \"max_people\": 5,\n                    \"images\": [\n                        \"https://storage.renthubsoftware.com/rentfr/mezzo_gallery/hymcNsPfjPFXC12gSMlW/renault-twingo-2019-2021-1586766217.72.png\"\n                    ]\n                }\n            }\n        ],\n        \"coupon_status\": \"empty\"\n    },\n    \"status\": true\n}"}],"_postman_id":"07d494cb-b438-4851-a571-a3e027646d99"},{"name":"Vehicle with all pricelists","id":"8e38514b-8d59-4eae-b595-ed2a99f11d44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/vehicle/details/7?coupon_code=XXXXX","description":"<p>It returns available price lists in a particular vehicle.\nThe meaning of the fields in response is the same as the \"Vehicles availability with price lists\" API call.\nThe only difference in response is that \"Vehicles availability with price lists\" has vehicles (plural, because it contains array of vehicles) instead of vehicle (singular, because it contains just selected vehicle)</p>\n<p><strong>Features that require explicit permissions:</strong></p>\n<ul>\n<li>\nYou can add costs or discounts to change final price adding a custom item to booking\n</li>\n</ul>","urlObject":{"path":["module","rental","api","partner","vehicle","details","7"],"host":["{{INSTALLATION_URL}}"],"query":[{"disabled":true,"key":"start_datetime","value":"2022-03-11 18:30"},{"disabled":true,"key":"end_datetime","value":"2022-03-15 18:30"},{"disabled":true,"key":"pickup_location","value":"CAG"},{"disabled":true,"key":"dropoff_location","value":"CAG"},{"disabled":true,"key":"age","value":"24"},{"disabled":true,"key":"extra[0][type]","value":"fix"},{"disabled":true,"key":"extra[0][is]","value":"discount"},{"disabled":true,"key":"extra[0][value]","value":"20"},{"disabled":true,"key":"extra[0][description]","value":"Test discount"},{"key":"coupon_code","value":"XXXXX"}],"variable":[]}},"response":[{"id":"7b700536-f513-4da1-bce6-4b46c8a87df1","name":"Vehicle with all pricelists","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{INSTALLATION_URL}}/module/rental/api/partner/vehicle/details/36?start_datetime=2021-06-04%2018%3A30&end_datetime=2021-06-07%2009%3A00&pickup_location=1&dropoff_location=2","host":["{{INSTALLATION_URL}}"],"path":["module","rental","api","partner","vehicle","details","36"],"query":[{"key":"start_datetime","value":"2021-06-04%2018%3A30"},{"key":"end_datetime","value":"2021-06-07%2009%3A00"},{"key":"pickup_location","value":"1"},{"key":"dropoff_location","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 11:11:02 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"6467"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"common\": {\n            \"currency\": {\n                \"code\": \"EUR\",\n                \"name\": \"Euro\",\n                \"symbol\": \"€\"\n            },\n            \"tax_percentage\": 22\n        },\n        \"start\": \"2021-06-04 18:30\",\n        \"end\": \"2021-06-07 09:00\",\n        \"pickup\": {\n            \"id\": 1,\n            \"name\": \"Meda, MB, Italia\",\n            \"latitude\": 45.6611243,\n            \"longitude\": 9.15242539999997,\n            \"extra_fee_with_tax\": 10,\n            \"extra_fee_without_tax\": 8.2,\n            \"extra_fee_tax\": 1.804\n        },\n        \"dropoff\": {\n            \"id\": 2,\n            \"name\": \"Piazza Diocleziano, Milano, MI, Italia\",\n            \"latitude\": 45.4878682,\n            \"longitude\": 9.166352200000006,\n            \"extra_fee_with_tax\": 0,\n            \"extra_fee_without_tax\": 0,\n            \"extra_fee_tax\": 0\n        },\n        \"vehicle\": {\n            \"model_id\": 36,\n            \"min_required_age\": 18, //min required age for driving this vehicle\n            \"max_required_age\": \"80\", //max required age for driving this vehicle\n            \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n            \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n            \"mean_rate\": 106.3586,\n            \"services\": {\n                \"mandatory\": [\n                    {\n                        \"service_id\": 6,\n                        \"name\": \"Assicurazione Base\",\n                        \"description\": \"<div>Copertura assicurativa base</div>\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 1,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                        \"rate\": 0,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 0,\n                        \"theft_fire_franchise_enabled\": 0,\n                        \"theft_fire_franchise\": false,\n                        \"damage_franchise_enabled\": 0,\n                        \"damage_franchise\": false,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 1,\n                        \"single_quantity_rate_with_tax\": 0,\n                        \"single_quantity_rate_without_tax\": 0,\n                        \"single_quantity_rate_tax\": 0,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    }\n                ],\n                \"not_mandatory\": [\n                    {\n                        \"service_id\": 12,\n                        \"name\": \"Assicurazione Full Kasko\",\n                        \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                        \"rate\": 20.49,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 6,\n                        \"theft_fire_franchise_enabled\": 1,\n                        \"theft_fire_franchise\": 0,\n                        \"damage_franchise_enabled\": 1,\n                        \"damage_franchise\": 0,\n                        \"rca_franchise_enabled\": 1,\n                        \"rca_franchise\": 0,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 74.99,\n                        \"single_quantity_rate_without_tax\": 61.47,\n                        \"single_quantity_rate_tax\": 13.5234,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    },\n                    {\n                        \"service_id\": 9,\n                        \"name\": \"Assicurazione Kasko\",\n                        \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                        \"rate\": 16.39,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 0,\n                        \"theft_fire_franchise_enabled\": 1,\n                        \"theft_fire_franchise\": 75,\n                        \"damage_franchise_enabled\": 1,\n                        \"damage_franchise\": 75,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 59.99,\n                        \"single_quantity_rate_without_tax\": 49.17,\n                        \"single_quantity_rate_tax\": 10.8174,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    },\n                    {\n                        \"service_id\": 11,\n                        \"name\": \"Seggiolino\",\n                        \"description\": \"\",\n                        \"quantifiable\": 1,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                        \"rate\": 2.46,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 7,\n                        \"theft_fire_franchise_enabled\": 0,\n                        \"theft_fire_franchise\": false,\n                        \"damage_franchise_enabled\": 0,\n                        \"damage_franchise\": false,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 9,\n                        \"single_quantity_rate_without_tax\": 7.38,\n                        \"single_quantity_rate_tax\": 1.6236,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    },\n                    {\n                        \"service_id\": 7,\n                        \"name\": \"Navigatore Satelittare\",\n                        \"description\": \"\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                        \"rate\": 1.64,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 3,\n                        \"theft_fire_franchise_enabled\": 0,\n                        \"theft_fire_franchise\": false,\n                        \"damage_franchise_enabled\": 0,\n                        \"damage_franchise\": false,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 6,\n                        \"single_quantity_rate_without_tax\": 4.92,\n                        \"single_quantity_rate_tax\": 1.0824,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    }\n                ]\n            },\n            \"initial_franchises\": {\n                \"theft_fire\": 250,\n                \"damage\": 250,\n                \"rca\": 250\n            },\n            \"initial_deposit\": 300,\n            \"franchises\": {\n                \"theft_fire\": 250,\n                \"damage\": 250,\n                \"rca\": 250\n            },\n            \"deposit\": 300,\n            \"pricelists\": [\n                {\n                    \"name\": \"Weekend\",\n                    \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                    \"id\": \"p1\",\n                    \"is\": \"package\",\n                    \"kms\": {\n                        \"included_per_day\": 66.6667,\n                        \"total_included\": 200,\n                        \"extra_price_with_tax\": 0.24,\n                        \"extra_price_without_tax\": 0.2,\n                        \"extra_price_tax\": 0.044\n                    },\n                    \"transfer_fee\": {\n                        \"with_tax\": 61,\n                        \"without_tax\": 50,\n                        \"tax\": 11\n                    },\n                    \"services_rate\": {\n                        \"with_tax\": 0,\n                        \"without_tax\": 0,\n                        \"tax\": 0\n                    },\n                    \"pickup_fee\": {\n                        \"with_tax\": 10,\n                        \"without_tax\": 8.2,\n                        \"tax\": 1.804\n                    },\n                    \"dropoff_fee\": {\n                        \"with_tax\": 0,\n                        \"without_tax\": 0,\n                        \"tax\": 0\n                    },\n                    \"discount\": {\n                        \"with_tax\": 0,\n                        \"without_tax\": 0,\n                        \"tax\": 0\n                    },\n                    \"rent_rate_discount_included\": {\n                        \"with_tax\": 100,\n                        \"without_tax\": 81.9672,\n                        \"tax\": 18.0328\n                    },\n                    \"coupon_details\": [],\n                    \"others\": [],\n                    \"final_price\": {\n                        \"with_tax\": 171,\n                        \"without_tax\": 140.1672,\n                        \"tax\": 30.8368\n                    }\n                },\n                {\n                    \"name\": \"500km Inclusi\",\n                    \"description\": \"\",\n                    \"id\": 1,\n                    \"is\": \"pricelist\",\n                    \"kms\": {\n                        \"included_per_day\": \"500\",\n                        \"total_included\": 1500,\n                        \"extra_price_with_tax\": 0.12,\n                        \"extra_price_without_tax\": 0.1,\n                        \"extra_price_tax\": 0.022\n                    },\n                    \"transfer_fee\": {\n                        \"with_tax\": 61,\n                        \"without_tax\": 50,\n                        \"tax\": 11\n                    },\n                    \"services_rate\": {\n                        \"with_tax\": 0,\n                        \"without_tax\": 0,\n                        \"tax\": 0\n                    },\n                    \"pickup_fee\": {\n                        \"with_tax\": 10,\n                        \"without_tax\": 8.2,\n                        \"tax\": 1.804\n                    },\n                    \"dropoff_fee\": {\n                        \"with_tax\": 0,\n                        \"without_tax\": 0,\n                        \"tax\": 0\n                    },\n                    \"discount\": {\n                        \"with_tax\": 36.6,\n                        \"without_tax\": 30,\n                        \"tax\": 6.6\n                    },\n                    \"rent_rate_discount_included\": {\n                        \"with_tax\": 159.52,\n                        \"without_tax\": 130.75,\n                        \"tax\": 28.765\n                    },\n                    \"coupon_details\": [],\n                    \"others\": [],\n                    \"final_price\": {\n                        \"with_tax\": 230.52,\n                        \"without_tax\": 188.95,\n                        \"tax\": 41.569\n                    }\n                }\n            ],\n            \"model_details\": {\n                \"id\": 36,\n                \"name\": \"Jeep Compass \",\n                \"description\": \"Jeep® Compass S si distingue per il suo fascino irresistibile e per la sua irrinunciabile affidabilità. Dalle esclusive finiture in Granite Crystal ai cerchi da 19\\\", il suo look è in grado di offrire un’esperienza di guida impeccabile.\",\n                \"extra_details\": \"\",\n                \"brand\": \"Jeep\",\n                \"type_id\": 1,\n                \"type_name\": \"Automobile\",\n                \"category_id\": 4,\n                \"category_name\": \"Suv&Berline\",\n                \"fuel_key\": \"diesel\",\n                \"fuel_name\": \"Diesel\",\n                \"transmission_key\": \"manual\",\n                \"transmission_name\": \"Cambio manuale\",\n                \"air_conditioning\": \"yes\",\n                \"doors\": 5,\n                \"hook\": \"no\",\n                \"max_people\": 5,\n                \"rate_type\": \"daily\",\n                \"images\": [\n                    \"https://storage.glemisoft.com/test/mezzo_gallery/ovs5twJvc0ceEldpc7Rp/jeep-compass-s.jpg\"\n                ]\n            }\n        }\n    },\n    \"status\": true\n}"}],"_postman_id":"8e38514b-8d59-4eae-b595-ed2a99f11d44"},{"name":"Vehicle in pricelist","id":"eac6527c-ac49-48cf-8ceb-122cca5486be","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/en_GB/module/rental/api/partner/vehicle/details-in-pricelist/61/5?start_datetime=2025-03-10 10:00&end_datetime=2025-03-15 10:00&pickup_location=3&dropoff_location=3","description":"<p>It returns price list details in a particular vehicle.\nThe meaning of the fields in response is the same as the \"Vehicles availability with price lists\" API call.\nThe only differences in response are that \"Vehicles availability with price lists\" has vehicles (plural, because it contains array of vehicles) instead of vehicle (singular, because it contains just selected vehicle) and pricelists (plural, because it contains array of price lists) instead of price list (singular, because it contains just selected price list)</p>\n","urlObject":{"path":["en_GB","module","rental","api","partner","vehicle","details-in-pricelist","61","5"],"host":["{{INSTALLATION_URL}}"],"query":[{"key":"start_datetime","value":"2025-03-10 10:00"},{"key":"end_datetime","value":"2025-03-15 10:00"},{"key":"pickup_location","value":"3"},{"key":"dropoff_location","value":"3"},{"disabled":true,"key":"age","value":""},{"disabled":true,"key":"chosen_service[7]","value":"1"},{"disabled":true,"key":"chosen_service[2]","value":"1"},{"disabled":true,"description":{"content":"<p>Not Required. Can be fix for fixed amounts, percentage_on_rent, percentage_on_total</p>\n","type":"text/plain"},"key":"extra[0][type]","value":"fix"},{"disabled":true,"description":{"content":"<p>Not Required. Can be discount or cost</p>\n","type":"text/plain"},"key":"extra[0][is]","value":"discount"},{"disabled":true,"description":{"content":"<p>Not Required. Can be percentage value (if type is percentage_on_rent or precentage_on_total, or a fixed amount if type is fix (must be the amount with tax included)</p>\n","type":"text/plain"},"key":"extra[0][value]","value":"20"},{"disabled":true,"description":{"content":"<p>Not Required. Item description</p>\n","type":"text/plain"},"key":"extra[0][description]","value":"test discount"},{"disabled":true,"key":"coupon_code","value":"XXXXX"},{"disabled":true,"key":"acriss_code","value":"DDAR"}],"variable":[]}},"response":[{"id":"65b5f7cc-97f9-4b1b-a3d1-1f3a043168b6","name":"Vehicle in pricelist","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{INSTALLATION_URL}}/module/rental/api/partner/vehicle/details-in-pricelist/36/p1?start_datetime=2021-06-04%2018%3A30&end_datetime=2021-06-07%2009%3A00&pickup_location=1&dropoff_location=2&age=22","host":["{{INSTALLATION_URL}}"],"path":["module","rental","api","partner","vehicle","details-in-pricelist","36","p1"],"query":[{"key":"start_datetime","value":"2021-06-04%2018%3A30"},{"key":"end_datetime","value":"2021-06-07%2009%3A00"},{"key":"pickup_location","value":"1"},{"key":"dropoff_location","value":"2"},{"key":"age","value":"22","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 May 2021 11:11:12 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"5796"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"common\": {\n            \"currency\": {\n                \"code\": \"EUR\",\n                \"name\": \"Euro\",\n                \"symbol\": \"€\"\n            },\n            \"tax_percentage\": 22\n        },\n        \"start\": \"2021-06-04 18:30\",\n        \"end\": \"2021-06-07 09:00\",\n        \"pickup\": {\n            \"id\": 1,\n            \"name\": \"Meda, MB, Italia\",\n            \"latitude\": 45.6611243,\n            \"longitude\": 9.15242539999997,\n            \"extra_fee_with_tax\": 10,\n            \"extra_fee_without_tax\": 8.2,\n            \"extra_fee_tax\": 1.804\n        },\n        \"dropoff\": {\n            \"id\": 2,\n            \"name\": \"Piazza Diocleziano, Milano, MI, Italia\",\n            \"latitude\": 45.4878682,\n            \"longitude\": 9.166352200000006,\n            \"extra_fee_with_tax\": 0,\n            \"extra_fee_without_tax\": 0,\n            \"extra_fee_tax\": 0\n        },\n        \"vehicle\": {\n            \"model_id\": 36,\n            \"min_required_age\": 18, //min required age for driving this vehicle\n            \"max_required_age\": \"80\", //max required age for driving this vehicle\n            \"age_is_ok\": true, //specified age is ok? if false, you cannot book this vehicle because of age\n            \"available\": true, //true if vehicle is available, false otherwise. Only available vehicles can be booked\n            \"mean_rate\": 81.9672,\n            \"services\": {\n                \"mandatory\": [\n                    {\n                        \"service_id\": 6,\n                        \"name\": \"Assicurazione Base\",\n                        \"description\": \"<div>Copertura assicurativa base</div>\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 1,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/89SFEti6DIDyYMNNCGqB/6794260_car_insurance_icon_vehicle_maintenance_icon_png_transparent.png\",\n                        \"rate\": 0,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 0,\n                        \"theft_fire_franchise_enabled\": 0,\n                        \"theft_fire_franchise\": false,\n                        \"damage_franchise_enabled\": 0,\n                        \"damage_franchise\": false,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 1,\n                        \"single_quantity_rate_with_tax\": 0,\n                        \"single_quantity_rate_without_tax\": 0,\n                        \"single_quantity_rate_tax\": 0,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    }\n                ],\n                \"not_mandatory\": [\n                    {\n                        \"service_id\": 12,\n                        \"name\": \"Assicurazione Full Kasko\",\n                        \"description\": \"Franchigie danno/furto/incendio/rca completamente azzerate\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/GFScJMs3dxN1PrOocrA5/7_2_auto_insurance_free_png_image.png\",\n                        \"rate\": 20.49,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 6,\n                        \"theft_fire_franchise_enabled\": 1,\n                        \"theft_fire_franchise\": 0,\n                        \"damage_franchise_enabled\": 1,\n                        \"damage_franchise\": 0,\n                        \"rca_franchise_enabled\": 1,\n                        \"rca_franchise\": 0,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 74.99,\n                        \"single_quantity_rate_without_tax\": 61.47,\n                        \"single_quantity_rate_tax\": 13.5234,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    },\n                    {\n                        \"service_id\": 9,\n                        \"name\": \"Assicurazione Kasko\",\n                        \"description\": \"<p>Copertura parziale.</p><p>Riduzione delle franchigie danno/furto/incendio del 70%</p>\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/JJ40stZ1VuMrvMxf0jxn/PngItem_3346254.png\",\n                        \"rate\": 16.39,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 0,\n                        \"theft_fire_franchise_enabled\": 1,\n                        \"theft_fire_franchise\": 75,\n                        \"damage_franchise_enabled\": 1,\n                        \"damage_franchise\": 75,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 59.99,\n                        \"single_quantity_rate_without_tax\": 49.17,\n                        \"single_quantity_rate_tax\": 10.8174,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    },\n                    {\n                        \"service_id\": 11,\n                        \"name\": \"Seggiolino\",\n                        \"description\": \"\",\n                        \"quantifiable\": 1,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/lCELkKdVz6XyZ3WFeaTr/Car_Engine___Dashboard_Lights_76_512.png\",\n                        \"rate\": 2.46,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 7,\n                        \"theft_fire_franchise_enabled\": 0,\n                        \"theft_fire_franchise\": false,\n                        \"damage_franchise_enabled\": 0,\n                        \"damage_franchise\": false,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 9,\n                        \"single_quantity_rate_without_tax\": 7.38,\n                        \"single_quantity_rate_tax\": 1.6236,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    },\n                    {\n                        \"service_id\": 7,\n                        \"name\": \"Navigatore Satelittare\",\n                        \"description\": \"\",\n                        \"quantifiable\": 0,\n                        \"mandatory\": 0,\n                        \"icon\": \"https://storage.glemisoft.com/test/additional_service/2gzsp7BbTcyF1yEpYwBv/navigator_512.png\",\n                        \"rate\": 1.64,\n                        \"rate_type\": \"daily\",\n                        \"max_days\": 3,\n                        \"theft_fire_franchise_enabled\": 0,\n                        \"theft_fire_franchise\": false,\n                        \"damage_franchise_enabled\": 0,\n                        \"damage_franchise\": false,\n                        \"rca_franchise_enabled\": 0,\n                        \"rca_franchise\": false,\n                        \"deposit_enabled\": 0,\n                        \"deposit\": false,\n                        \"requested_quantity\": 0,\n                        \"single_quantity_rate_with_tax\": 6,\n                        \"single_quantity_rate_without_tax\": 4.92,\n                        \"single_quantity_rate_tax\": 1.0824,\n                        \"total_rate_with_tax\": 0,\n                        \"total_rate_without_tax\": 0,\n                        \"total_rate_tax\": 0\n                    }\n                ]\n            },\n            \"initial_franchises\": {\n                \"theft_fire\": 250,\n                \"damage\": 250,\n                \"rca\": 250\n            },\n            \"initial_deposit\": 300,\n            \"franchises\": {\n                \"theft_fire\": 250,\n                \"damage\": 250,\n                \"rca\": 250\n            },\n            \"deposit\": 300,\n            \"model_details\": {\n                \"id\": 36,\n                \"name\": \"Jeep Compass \",\n                \"description\": \"Jeep® Compass S si distingue per il suo fascino irresistibile e per la sua irrinunciabile affidabilità. Dalle esclusive finiture in Granite Crystal ai cerchi da 19\\\", il suo look è in grado di offrire un’esperienza di guida impeccabile.\",\n                \"extra_details\": \"\",\n                \"brand\": \"Jeep\",\n                \"type_id\": 1,\n                \"type_name\": \"Automobile\",\n                \"category_id\": 4,\n                \"category_name\": \"Suv&Berline\",\n                \"fuel_key\": \"diesel\",\n                \"fuel_name\": \"Diesel\",\n                \"transmission_key\": \"manual\",\n                \"transmission_name\": \"Cambio manuale\",\n                \"air_conditioning\": \"yes\",\n                \"doors\": 5,\n                \"hook\": \"no\",\n                \"max_people\": 5,\n                \"rate_type\": \"daily\",\n                \"images\": [\n                    \"https://storage.glemisoft.com/test/mezzo_gallery/ovs5twJvc0ceEldpc7Rp/jeep-compass-s.jpg\"\n                ]\n            },\n            \"pricelist\": {\n                \"name\": \"Weekend\",\n                \"description\": \"<div wfd-id=\\\"30\\\">tariffa valida solo da venerdì dopo le 18 a lunedì alle 9</div>\",\n                \"id\": \"p1\",\n                \"is\": \"package\",\n                \"kms\": {\n                    \"included_per_day\": 66.6667,\n                    \"total_included\": 200,\n                    \"extra_price_with_tax\": 0.24,\n                    \"extra_price_without_tax\": 0.2,\n                    \"extra_price_tax\": 0.044\n                },\n                \"transfer_fee\": {\n                    \"with_tax\": 61,\n                    \"without_tax\": 50,\n                    \"tax\": 11\n                },\n                \"services_rate\": {\n                    \"with_tax\": 0,\n                    \"without_tax\": 0,\n                    \"tax\": 0\n                },\n                \"pickup_fee\": {\n                    \"with_tax\": 10,\n                    \"without_tax\": 8.2,\n                    \"tax\": 1.804\n                },\n                \"dropoff_fee\": {\n                    \"with_tax\": 0,\n                    \"without_tax\": 0,\n                    \"tax\": 0\n                },\n                \"discount\": {\n                    \"with_tax\": 0,\n                    \"without_tax\": 0,\n                    \"tax\": 0\n                },\n                \"rent_rate_discount_included\": {\n                    \"with_tax\": 100,\n                    \"without_tax\": 81.9672,\n                    \"tax\": 18.0328\n                },\n                \"coupon_details\": [],\n                \"others\": [],\n                \"final_price\": {\n                    \"with_tax\": 171,\n                    \"without_tax\": 140.1672,\n                    \"tax\": 30.8368\n                }\n            }\n        }\n    },\n    \"status\": true\n}"}],"_postman_id":"eac6527c-ac49-48cf-8ceb-122cca5486be"},{"name":"Booking details","id":"f268f873-c882-42f7-9163-c38988ed999c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/details/{{BOOKING_CODE}}","description":"<p>it gets details of the specified booking.</p>\n<p>QZQKE-HLPOC is an example of booking code and must be replaced with the one returned by \"Insert Booking\" API call</p>\n","urlObject":{"path":["module","rental","api","partner","booking","details","{{BOOKING_CODE}}"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"a7771ef4-fcef-4364-bea7-51c02b7ff908","name":"Booking details","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/details/{{BOOKING_CODE}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 09:02:43 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IjNNTW9vUkd6Ky9nbVB2MGRtMTliSVE9PSIsInZhbHVlIjoiajVnYUJGQWdFV2oxVmxNbm1oT01WVlp4T1JodG8rZTJXUkt2dzgyWGdEa2FyWERtY0F5VmMxZWtvSTdIUzZVbS9hL21MaEd1U01NM3V2K09BZzQwdUp1REUrbEFubURaUXhORWZ0L2tYVDNNSkV5VU1SdXdrcUd4UHg4aW50Y2ciLCJtYWMiOiJlZmU0ODgwNzQ0YzM2MjY3MjEyNGI1NmZmNjhhZjdiOGQ4MzdmYmVhMDA2NmQzN2JhODlkYTRjMGUyMTdhNWJmIn0%3D; expires=Fri, 01-Apr-2022 09:02:43 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"1956"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"result\": {\n        \"customer\": {\n            \"id\": 4,\n            \"name\": \"Jérome\",\n            \"code\": \"71E29-7A2FE-33E68\",\n            \"tax_code\": \"efe-uuhhgg\",\n            \"sex\": \"M\",\n            \"surname\": \"Petit\",\n            \"complete_name\": \"Jérome Petit\",\n            \"age\": 21,\n            \"telephone\": \"+33-6123454321\",\n            \"email\": \"calogero.accardo@renthub.it\",\n            \"city\": {\n                \"name\": \"Rouens\",\n                \"zip\": \"\",\n                \"province\": \"\",\n                \"country\": \"FR\",\n                \"complete_name\": \"Rouens, FR\"\n            },\n            \"address\": \"Rue de la Concorde 10\"\n        },\n        \"vehicle\": {\n            \"id\": 1,\n            \"name\": \"Fiat Panda 1.2 Lounge\",\n            \"description\": \"<strong> Small city car </strong>, ideal for town.\",\n            \"extra_details\": \"\",\n            \"brand\": \"FIAT\",\n            \"type_id\": 1,\n            \"type_name\": \"Car\",\n            \"tipology\": \"\",\n            \"category_id\": 1,\n            \"category_name\": \"Economy\",\n            \"category_upselling\": 1,\n            \"fuel_key\": \"petrol\",\n            \"fuel_name\": \"Petrol\",\n            \"transmission_key\": \"manual\",\n            \"transmission_name\": \"Manual transmission\",\n            \"air_condition\": \"yes\",\n            \"air_conditioning\": \"yes\",\n            \"doors\": 5,\n            \"hook\": \"no\",\n            \"max_people\": 5,\n            \"images\": [\n                \"https://storage.renthubsoftware.com/rentfr/mezzo_gallery/wgez9j7PGm9kGLOZ4Gno/panda.png\"\n            ]\n        },\n        \"booking\": {\n            \"id\": 508,\n            \"code\": \"J9ACM-XQQVN\",\n            \"status\": \"in_progress\",\n            \"start_datetime\": \"2022-03-04 15:26:49\",\n            \"end_datetime\": \"2022-03-08 09:00:00\",\n            \"pickup_location\": {\n                \"id\": 2,\n                \"code\": \"\",\n                \"name\": \"142 Rue Montmartre, Paris, France\",\n                \"description\": \"\",\n                \"type\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"address\": \"142 Rue Montmartre, Paris, France\",\n                \"latitude\": 48.868866,\n                \"longitude\": 2.3435781,\n                \"extra_fee_with_tax\": 0,\n                \"extra_fee_without_tax\": 0,\n                \"extra_fee_tax\": 0,\n                \"timetable_pickup\": 1,\n                \"timetable_dropoff\": 1,\n                \"web\": 1\n            },\n            \"dropoff_location\": {\n                \"id\": 2,\n                \"code\": \"\",\n                \"name\": \"142 Rue Montmartre, Paris, France\",\n                \"description\": \"\",\n                \"type\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"address\": \"142 Rue Montmartre, Paris, France\",\n                \"latitude\": 48.868866,\n                \"longitude\": 2.3435781,\n                \"extra_fee_with_tax\": 0,\n                \"extra_fee_without_tax\": 0,\n                \"extra_fee_tax\": 0,\n                \"timetable_pickup\": 1,\n                \"timetable_dropoff\": 1,\n                \"web\": 1\n            },\n            \"total_amount\": 89.76,\n            \"final_price\": {\n                \"with_tax\": 89.76,\n                \"without_tax\": 73.58,\n                \"tax\": 16.18\n            },\n            \"to_be_paid\": 0,\n            \"currency_code\": \"EUR\",\n            \"franchises\": {\n                \"theft_fire\": 1800,\n                \"damage\": 1500,\n                \"rca\": 1000,\n                \"deposit\": 800\n            }\n        }\n    }\n}"}],"_postman_id":"f268f873-c882-42f7-9163-c38988ed999c"},{"name":"Insert Booking","id":"35b9d9eb-1ca7-47a7-a814-468e6a4e3d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"partner_reservation_code","value":"XXXX333","description":"<p>Not required. This is the broker's internal reservation number. It should be a string with a minimum length of 6 and a maximum length of 32.</p>\n","type":"text","disabled":true},{"key":"customer_code","value":"YYYY-XXXX-NNNN","description":"<p>You can use customer code or insert customer details if he is a new one. If customer_code is used, then others contact fileds are ignored!</p>\n","type":"text","disabled":true},{"key":"name","value":"Test Name","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"surname","value":"Test Surname","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"mobile_prefix","value":"+39","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"mobile","value":"23423423","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"email","value":"test@cr2.pw","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"city","value":"Kiryat ono","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"zip","value":"20100","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"province","value":"MI","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"country","value":"ISRAEL","description":"<p>Not required. Format: ISO 3166-1 alpha-2:IT for Italy, FR for France, US for United States..</p>\n","type":"text","disabled":true},{"key":"address","value":"Via xyx","description":"<p>Not required</p>\n","type":"text"},{"key":"model","value":"2","description":"<p>Required if vehicle_type, vehicle_category or acriss code are empty. It represent the vehicle model id</p>\n","type":"text","disabled":true},{"key":"vehicle_type","value":"1","description":"<p>Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)</p>\n","type":"text","disabled":true},{"key":"vehicle_category","value":"29","description":"<p>Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)</p>\n","type":"text","disabled":true},{"key":"acriss","value":"MDMR","description":"<p>Required if model is empty and you want to insert a booking based on vehicle acriss code. (vehicle_type, vehicle_category and model must not be filled in this case)</p>\n","type":"text"},{"key":"pricelist","value":"19","description":"<p>Required. Chosen pricelist id</p>\n","type":"text"},{"key":"start_datetime","value":"2026-05-10 08:00","description":"<p>Required</p>\n","type":"text"},{"key":"end_datetime","value":"2026-05-15 23:00","description":"<p>Required</p>\n","type":"text"},{"key":"pickup_location","value":"CTA","description":"<p>Required. Pickup location id or code</p>\n","type":"text"},{"key":"dropoff_location","value":"PMO","description":"<p>Required. Dropoff location id or code</p>\n","type":"text"},{"key":"chosen_service[1]","value":"1","description":"<p>Not required.\nFormat - key: chosen_service[service_id] - value: quantity (positive integer without sign).\nIf this service is available in vehicle, then it is considered in price. Otherwise it is ignored</p>\n","type":"text"},{"key":"flight_number","value":"XXXX","description":"<p>Not required - format: text</p>\n","type":"text","disabled":true},{"key":"flight_time","value":"HH:SS or date and time","description":"<p>Not required - format: text</p>\n","type":"text","disabled":true},{"key":"notes","value":"additional notes","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"age","value":"50","description":"<p>Not required but important to specify. Because if a mandatory service is required it will be added to final price</p>\n","type":"text","disabled":true},{"key":"booking_type","value":"booking","description":"<p>Required. Can be booking or quotation</p>\n","type":"text"},{"key":"extra[0][type]","value":"fix","description":"<p>Not Required. Can be fix for fixed amounts, percentage_on_rent, percentage_on_total</p>\n","type":"text","disabled":true},{"key":"extra[0][is]","value":"discount","description":"<p>Not Required. Can be discount or cost</p>\n","type":"text","disabled":true},{"key":"extra[0][value]","value":"20","description":"<p>Not Required. Can be a percentage value (if type is percentage_on_rent or precentage_on_total) or a fixed amount if type is fix (the amount must be tax included)</p>\n","type":"text","disabled":true},{"key":"extra[0][description]","value":"test discount","description":"<p>Not Required. Item description</p>\n","type":"text","disabled":true},{"key":"send_confirmation_email","value":"0","description":"<p>Not required if confirmation email is not needed. If it is equal to 1 a confirmation email will be sent to the final customer.</p>\n","type":"text","disabled":true},{"key":"payment_amount","value":"38","description":"<p>Not required if booking will be paid later</p>\n","type":"text","disabled":true},{"key":"payment_method","value":"credit_card","description":"<p>Not required if booking will be paid later. Format: credit_card, bank_transfer (others can be added if requested)</p>\n","type":"text","disabled":true},{"key":"coupon_code","value":"XXXXXX","type":"text","disabled":true},{"key":"pec","value":"ciaopec@cr2.pw","type":"text","disabled":true},{"key":"sdi_code","value":"XYZABC","type":"text","disabled":true},{"key":"contact_type","value":"company","type":"text","disabled":true},{"key":"company_name","value":"COMPANY TEST","type":"text","disabled":true},{"key":"birth_province","value":"PA","type":"text","disabled":true},{"key":"contact_lang","value":"en_GB","description":"<p>Not required. This represents the customer's language preference, which should be one of the enabled language keys that can be retrieved from the 'Configuration parameters' API call. If this field is not specified, the system will automatically select the language based on the language parameter in the URL. If no language parameter is found in the URL, the system will default to a predefined language.</p>\n","type":"text","disabled":true},{"key":"notes","value":"Test reservation","type":"text","uuid":"50029be2-9a7a-4cb3-8137-49a25906cd3e","disabled":true},{"key":"origincode","value":"XXXXXXXXX","type":"text","uuid":"4e467252-15a9-4d51-bf99-5001ae698372","disabled":true},{"key":"overwrite_rental_rate","value":"15","description":"<p>Not Required. Used to overwrite the rental rate</p>\n","type":"text","uuid":"a1b4f4e3-45cf-48fd-9970-666fb5323f74","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_type]","value":"daily","description":"<p>Not Required. Used to overwrite the rate type for the service. Can be daily,fix,hourly</p>\n","type":"text","uuid":"571f5c4f-06a2-49fa-ab47-ce7e684f8de6","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_value]","value":"5","description":"<p>Not Required. Used to overwrite the rate value for the service. Can be a decimal number</p>\n","type":"text","uuid":"1db5d317-2663-4398-a78f-90f0e610f096","disabled":true},{"key":"ignore_availability","value":"true","description":"<p>Not required. Used to ignore availability and insert the reservation even if the vehicle is not available</p>\n","type":"text","uuid":"7bfe14da-da82-494f-b065-974dc10b4fcb","disabled":true}]},"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/insert","description":"<p>With this call you can insert a new booking in planning. To insert a new booking the vehicle must be available in the chosen dates and locations.<br />Required and optionals fields are listed in \"Request Params\" section.<br />Pay attention to the customer_code parameter that must not be present when customer details are present and viceversa. In fact, customer details are ignored if customer code is present.</p>\n<p>You can insert a booking specifying the model id (using the field \"model\") or specifying type and category of the vehicle (using the fields \"vehicle_type\" and \"vehicle_category\") or you can specify the ACRISS code of the vehicle (using the field \"acriss\").</p>\n<p><strong>PAY ATTENTION</strong>: In this last case is up to the car rental company to configure ACRISS codes correctly. So you must be authorized by them to use ACRISS codes instead of model id or type/category.</p>\n<p>Locations can be specified using location id or location code. Is up to car rental company associating the right code to the corresponding locations.</p>\n<p><strong>Features that require explicit permissions:</strong></p>\n<ul><li><p><br />You can add costs or discounts to change final price adding a custom item to booking<br /></p></li><li><p><br />You can add payments on booking<br /></p></li></ul>","urlObject":{"path":["module","rental","api","partner","booking","insert"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c10efd6d-747e-45dd-a20f-dcbcbcb93d5a","name":"Insert Booking","originalRequest":{"method":"POST","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"customer_code","value":"IWYDA-HNVTI-N8R9O","description":"You can use customer code or insert customer details if he is a new one. If customer_code is used, then others contact fileds are ignored!\n","type":"text","disabled":true},{"key":"name","value":"Mario","description":"Required if customer_code is empty","type":"text"},{"key":"surname","value":"Rossi","description":"Required if customer_code is empty","type":"text"},{"key":"cellular_prefix","value":"+39","description":"Required if customer_code is empty","type":"text"},{"key":"cellular","value":"33333333","description":"Required if customer_code is empty","type":"text"},{"key":"email","value":"xyz@cr2.pw","description":"Required if customer_code is empty","type":"text"},{"key":"city","value":"Milan","description":"Not required","type":"text"},{"key":"zip","value":"20100","description":"Not required","type":"text"},{"key":"province","value":"MI","description":"Not required","type":"text"},{"key":"country","value":"IT","description":"Not required. Format: ISO 3166-1 alpha-2:IT for Italy, FR for France, US for United States...","type":"text"},{"key":"address","value":"Street xyz, 15","description":"Not required","type":"text"},{"key":"model","value":"1","description":"Required. Vehicle model id","type":"text"},{"key":"pricelist","value":"1","description":"Required. Chosen pricelist id","type":"text"},{"key":"start_datetime","value":"2022-04-11 14:00","description":"Required","type":"text"},{"key":"end_datetime","value":"2022-04-15 14:00","description":"Required","type":"text"},{"key":"pickup_location","value":"CDG","description":"Required. Pickup location id","type":"text"},{"key":"dropoff_location","value":"CDG","description":"Required. Dropoff location id","type":"text"},{"key":"chosen_service[11]","value":"2","description":"Not required.\nFormat - key: chosen_service[service_id] - value: quantity (positive integer without sign).\nIf this service is available in vehicle, then it is considered in price. Otherwise it is ignored","type":"text","disabled":true},{"key":"flight_number","value":"XXXX","description":"Not required - format: text","type":"text"},{"key":"flight_time","value":"HH:SS or date and time","description":"Not required - format: text","type":"text"},{"key":"notes","value":"additional notes","description":"Not required","type":"text"},{"key":"age","value":"22","description":"Not required but important to specify. Because if a mandatory service is required it will be added to final price","type":"text"},{"key":"booking_type","value":"booking","description":"Required. Can be booking or quotation","type":"text"},{"key":"extra[0][type]","value":"fix","description":"Not Required. Can be fix for fixed amounts, percentage_on_rent, percentage_on_total","type":"text"},{"key":"extra[0][is]","value":"discount","description":"Not Required. Can be discount or cost","type":"text"},{"key":"extra[0][value]","value":"20","description":"Not Required. Can be a percentage value (if type is percentage_on_rent or precentage_on_total) or a fixed amount if type is fix (the amount must be tax included)","type":"text"},{"key":"extra[0][description]","value":"test discount","description":"Not Required. Item description","type":"text"},{"key":"send_confirmation_email","value":"1","description":"Not required if confirmation email is not needed. If it is equal to 1 a confirmation email will be sent to the final customer.","type":"text","disabled":true},{"key":"payment_amount","value":"80","description":"Not required if booking will be paid later","type":"text"},{"key":"payment_method","value":"credit_card","description":"Not required if booking will be paid later. Format: credit_card, bank_transfer (others can be added if requested)","type":"text"},{"key":"origin_code","value":"E659E14FD6675EDED3FCA286212A9547","description":"Not required. This will override partner origin, substituting it with the one specified\n","type":"text","disabled":true}]},"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/insert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Mar 2022 09:19:52 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IkhoOGcyVlhEVHpGb1NaYkNWYThCMmc9PSIsInZhbHVlIjoid3FHSXJMZzdkeXRKQ3V4WHplYmFGRE11bTNqeHV6d0ltUkJ4ZVArMnNZNXQzcWJ1Q1lrZmswanJCa00xSkRnaUw5NnRrNnZBQ21HakhzNk5UcHBmVXFOYjZvbUJzWEdWQVRsRVVYRHh1VFNiMy9Tb0o1N2t4Y2ZRWG1yaERWQ2YiLCJtYWMiOiI5MGJlYmY1MWU1ZGUyYjVmNjAyZTBlZThkODM4OWNhOWZmOGJhNWQ2MzE5ZTZiODA1MjE5NTRjNDI0OGE5YjAzIn0%3D; expires=Fri, 01-Apr-2022 09:19:53 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"2206"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"result\": {\n        \"customer\": {\n            \"id\": 81,\n            \"name\": \"Mario\",\n            \"code\": \"71CVS-XQILJ-TWFAH\",\n            \"tax_code\": \"\",\n            \"sex\": \"\",\n            \"surname\": \"Rossi\",\n            \"complete_name\": \"Mario Rossi\",\n            \"age\": null,\n            \"telephone\": \"+39-33333333\",\n            \"email\": \"xyz@cr2.pw\",\n            \"city\": {\n                \"name\": \"Milan\",\n                \"zip\": \"20100\",\n                \"province\": \"MI\",\n                \"country\": \"IT\",\n                \"complete_name\": \"Milan, 20100, MI, IT\"\n            },\n            \"address\": \"Street xyz, 15\"\n        },\n        \"vehicle\": {\n            \"id\": 1,\n            \"name\": \"Fiat Panda 1.2 Lounge\",\n            \"description\": \"<strong> Small city car </strong>, ideal for town.\",\n            \"extra_details\": \"\",\n            \"brand\": \"FIAT\",\n            \"type_id\": 1,\n            \"type_name\": \"Car\",\n            \"tipology\": \"\",\n            \"category_id\": 1,\n            \"category_name\": \"Economy\",\n            \"category_upselling\": 1,\n            \"fuel_key\": \"petrol\",\n            \"fuel_name\": \"Petrol\",\n            \"transmission_key\": \"manual\",\n            \"transmission_name\": \"Manual transmission\",\n            \"air_condition\": \"yes\",\n            \"air_conditioning\": \"yes\",\n            \"doors\": 5,\n            \"hook\": \"no\",\n            \"max_people\": 5,\n            \"images\": [\n                \"https://storage.renthubsoftware.com/rentfr/mezzo_gallery/wgez9j7PGm9kGLOZ4Gno/panda.png\"\n            ],\n            \"identifier\": \"XYZXYZ\"\n        },\n        \"booking\": {\n            \"id\": 518,\n            \"code\": \"DJNJR-NQER4\",\n            \"status\": \"inserted\",\n            \"start_datetime\": \"2022-04-11 14:00:00\",\n            \"end_datetime\": \"2022-04-15 14:00:00\",\n            \"pickup_location\": {\n                \"id\": 1,\n                \"code\": \"CDG\",\n                \"name\": \"Aéroport Paris-Charles De Gaulle\",\n                \"description\": \"<div><br></div>\",\n                \"type\": \"airport\",\n                \"phone\": \"+33-0000000\",\n                \"email\": \"info@renthubsoftware.com\",\n                \"address\": \"Aéroport CDG Terminal 1, Paris-Charles De Gaulle (CDG), Mauregard, France\",\n                \"latitude\": 49.0142643,\n                \"longitude\": 2.5420702999999776,\n                \"extra_fee_with_tax\": 25,\n                \"extra_fee_without_tax\": 20.49,\n                \"extra_fee_tax\": 4.5078,\n                \"timetable_pickup\": 1,\n                \"timetable_dropoff\": 1,\n                \"web\": 1\n            },\n            \"dropoff_location\": {\n                \"id\": 1,\n                \"code\": \"CDG\",\n                \"name\": \"Aéroport Paris-Charles De Gaulle\",\n                \"description\": \"<div><br></div>\",\n                \"type\": \"airport\",\n                \"phone\": \"+33-0000000\",\n                \"email\": \"info@renthubsoftware.com\",\n                \"address\": \"Aéroport CDG Terminal 1, Paris-Charles De Gaulle (CDG), Mauregard, France\",\n                \"latitude\": 49.0142643,\n                \"longitude\": 2.5420702999999776,\n                \"extra_fee_with_tax\": 25,\n                \"extra_fee_without_tax\": 20.49,\n                \"extra_fee_tax\": 4.5078,\n                \"timetable_pickup\": 1,\n                \"timetable_dropoff\": 1,\n                \"web\": 1\n            },\n            \"total_amount\": 166.42,\n            \"final_price\": {\n                \"with_tax\": 166.42,\n                \"without_tax\": 136.4134,\n                \"tax\": 30.0066\n            },\n            \"to_be_paid\": 86.41999999999999,\n            \"currency_code\": \"EUR\",\n            \"franchises\": {\n                \"theft_fire\": 1800,\n                \"damage\": 1500,\n                \"rca\": 1000,\n                \"deposit\": 800\n            }\n        }\n    }\n}"},{"id":"940bacdf-3139-4e92-a780-4bd2ca371eb6","name":"Insert Booking v2","originalRequest":{"method":"POST","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"partner_reservation_code","value":"XXXX333","description":"Not required. This is the broker's internal reservation number. It should be a string with a minimum length of 6 and a maximum length of 32.","type":"text","disabled":true},{"key":"customer_code","value":"YYYY-XXXX-NNNN","description":"You can use customer code or insert customer details if he is a new one. If customer_code is used, then others contact fileds are ignored!\n","type":"text","disabled":true},{"key":"registry[name]","value":"Test Name","description":"Required if customer_code is empty","type":"text"},{"key":"registry[surname]","value":"Test Surname","description":"Required if customer_code is empty","type":"text"},{"key":"registry[mobile_prefix]","value":"+1","description":"Required if customer_code is empty","type":"text"},{"key":"registry[mobile]","value":"23423423","description":"Required if customer_code is empty","type":"text"},{"key":"registry[email]","value":"test@renthub.it","description":"Required if customer_code is empty","type":"text"},{"key":"city","value":"Kiryat ono","description":"Not required","type":"text","disabled":true},{"key":"zip","value":"20100","description":"Not required","type":"text","disabled":true},{"key":"province","value":"MI","description":"Not required","type":"text","disabled":true},{"key":"country","value":"ISRAEL","description":"Not required. Format: ISO 3166-1 alpha-2:IT for Italy, FR for France, US for United States..","type":"text","disabled":true},{"key":"address","value":"Via xyx","description":"Not required","type":"text"},{"key":"model","value":"2","description":"Required if vehicle_type, vehicle_category or acriss code are empty. It represent the vehicle model id","type":"text"},{"key":"vehicle_type","value":"1","description":"Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)","type":"text","disabled":true},{"key":"vehicle_category","value":"29","description":"Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)","type":"text","disabled":true},{"key":"acriss","value":"FVMD","description":"Required if model is empty and you want to insert a booking based on vehicle acriss code. (vehicle_type, vehicle_category and model must not be filled in this case)","type":"text","disabled":true},{"key":"pricelist","value":"1","description":"Required. Chosen pricelist id","type":"text"},{"key":"start_datetime","value":"2025-11-05 10:00","description":"Required","type":"text"},{"key":"end_datetime","value":"2025-11-07 10:00","description":"Required","type":"text"},{"key":"pickup_location","value":"10","description":"Required. Pickup location id or code","type":"text"},{"key":"dropoff_location","value":"10","description":"Required. Dropoff location id or code","type":"text"},{"key":"chosen_service[3]","value":"1","description":"Not required.\nFormat - key: chosen_service[service_id] - value: quantity (positive integer without sign).\nIf this service is available in vehicle, then it is considered in price. Otherwise it is ignored","type":"text"},{"key":"flight_number","value":"XXXX","description":"Not required - format: text","type":"text","disabled":true},{"key":"flight_time","value":"HH:SS or date and time","description":"Not required - format: text","type":"text","disabled":true},{"key":"notes","value":"additional notes","description":"Not required","type":"text","disabled":true},{"key":"age","value":"50","description":"Not required but important to specify. Because if a mandatory service is required it will be added to final price","type":"text","disabled":true},{"key":"booking_type","value":"booking","description":"Required. Can be booking or quotation","type":"text"},{"key":"extra[0][type]","value":"fix","description":"Not Required. Can be fix for fixed amounts, percentage_on_rent, percentage_on_total","type":"text","disabled":true},{"key":"extra[0][is]","value":"discount","description":"Not Required. Can be discount or cost","type":"text","disabled":true},{"key":"extra[0][value]","value":"20","description":"Not Required. Can be a percentage value (if type is percentage_on_rent or precentage_on_total) or a fixed amount if type is fix (the amount must be tax included)","type":"text","disabled":true},{"key":"extra[0][description]","value":"test discount","description":"Not Required. Item description","type":"text","disabled":true},{"key":"send_confirmation_email","value":"0","description":"Not required if confirmation email is not needed. If it is equal to 1 a confirmation email will be sent to the final customer.","type":"text","disabled":true},{"key":"payment_amount","value":"38","description":"Not required if booking will be paid later","type":"text","disabled":true},{"key":"payment_method","value":"credit_card","description":"Not required if booking will be paid later. Format: credit_card, bank_transfer (others can be added if requested)","type":"text","disabled":true},{"key":"coupon_code","value":"XXXXXX","type":"text","disabled":true},{"key":"pec","value":"ciaopec@cr2.pw","type":"text","disabled":true},{"key":"sdi_code","value":"XYZABC","type":"text","disabled":true},{"key":"contact_type","value":"company","type":"text","disabled":true},{"key":"company_name","value":"COMPANY TEST","type":"text","disabled":true},{"key":"birth_province","value":"PA","type":"text","disabled":true},{"key":"contact_lang","value":"en_GB","description":"Not required. This represents the customer's language preference, which should be one of the enabled language keys that can be retrieved from the 'Configuration parameters' API call. If this field is not specified, the system will automatically select the language based on the language parameter in the URL. If no language parameter is found in the URL, the system will default to a predefined language.","type":"text","disabled":true},{"key":"notes","value":"Test reservation","type":"text","uuid":"50029be2-9a7a-4cb3-8137-49a25906cd3e","disabled":true},{"key":"origincode","value":"XXXXXXXXX","type":"text","uuid":"4e467252-15a9-4d51-bf99-5001ae698372","disabled":true},{"key":"overwrite_rental_rate","value":"15","description":"Not Required. Used to overwrite the rental rate","type":"text","uuid":"a1b4f4e3-45cf-48fd-9970-666fb5323f74","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_type]","value":"daily","description":"Not Required. Used to overwrite the rate type for the service. Can be daily,fix,hourly","type":"text","uuid":"571f5c4f-06a2-49fa-ab47-ce7e684f8de6","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_value]","value":"5","description":"Not Required. Used to overwrite the rate value for the service. Can be a decimal number","type":"text","uuid":"1db5d317-2663-4398-a78f-90f0e610f096","disabled":true},{"key":"ignore_availability","value":"true","description":"Not required. Used to ignore availability and insert the reservation even if the vehicle is not available","type":"text","uuid":"7bfe14da-da82-494f-b065-974dc10b4fcb","disabled":true}]},"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/insert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.29.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Oct 2025 15:27:44 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-PartnerToken"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"result\": {\n        \"customer\": {\n            \"id\": 1119,\n            \"name\": \"Test Name\",\n            \"code\": \"FFLQX-CISGL-YMPHE\",\n            \"tax_code\": \"\",\n            \"gender\": \"\",\n            \"surname\": \"Test Surname\",\n            \"complete_name\": \"Test Name Test Surname\",\n            \"age\": null,\n            \"telephone\": \"+1-23423423\",\n            \"email\": \"test@renthub.it\",\n            \"city\": \"\",\n            \"address\": \"\",\n            \"street\": \"\",\n            \"street_number\": \"\",\n            \"anag_jf_id\": \"\"\n        },\n        \"vehicle\": {\n            \"id\": 2,\n            \"name\": \"Fiat Panda 1.2 Lounge\",\n            \"acriss_code\": \"ECMV\",\n            \"description\": \"La nuova Fiat Panda ha forme ben più sfiziose rispetto a quelle del vecchio modello, ma ne conserva l’agilità. Nettamente migliorata l’insonorizzazione.\",\n            \"extra_details\": \"\",\n            \"brand\": \"Fiat\",\n            \"model\": \"Panda\",\n            \"type_id\": 1,\n            \"type_name\": \"Automobile\",\n            \"tipology\": \"\",\n            \"category_id\": 1,\n            \"category_name\": \"Economy\",\n            \"category_upselling\": 2,\n            \"fuel_key\": \"petrol\",\n            \"fuel_name\": \"Benzina\",\n            \"transmission_key\": \"manual\",\n            \"transmission_name\": \"Cambio manuale\",\n            \"drive_type\": \"\",\n            \"air_condition\": \"yes\",\n            \"air_conditioning\": \"yes\",\n            \"doors\": 5,\n            \"hook\": \"no\",\n            \"max_people\": 5,\n            \"guaranteed_model\": 0,\n            \"priority\": 2,\n            \"images\": [\n                \"https://rhobj.s3.eu-central-1.amazonaws.com/rentdemoit/mezzo_gallery/20230120/JW6uON0HDQBt44Av0nfr/panda-noleggio-4.png\"\n            ],\n            \"identifier\": \"AA111BB\"\n        },\n        \"invoiceRegistry\": null,\n        \"booking\": {\n            \"id\": 1973,\n            \"code\": \"YIJOZ-ZZU33\",\n            \"partner_reservation_code\": null,\n            \"status\": \"inserted\",\n            \"is_freesale\": false,\n            \"internal_move\": 0,\n            \"internal_move_reason\": null,\n            \"start_datetime\": \"2025-11-05 10:00:00\",\n            \"end_datetime\": \"2025-11-07 10:00:00\",\n            \"pickup_location\": {\n                \"id\": 10,\n                \"code\": \"\",\n                \"name\": \"Ufficio Renthub\",\n                \"description\": \"\",\n                \"type\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"complete_address\": \"Milano, MI, Italia\",\n                \"address\": \"\",\n                \"city\": \"Milano\",\n                \"zip\": \"\",\n                \"province\": \"MI\",\n                \"country\": \"IT\",\n                \"streetNumber\": \"\",\n                \"latitude\": 45.468503,\n                \"longitude\": 9.182402699999999,\n                \"extra_fee_with_tax\": 0,\n                \"extra_fee_without_tax\": 0,\n                \"extra_fee_tax\": 0,\n                \"timetable_pickup\": 2,\n                \"timetable_dropoff\": 3,\n                \"web\": 1,\n                \"show_flight_details\": true,\n                \"external_identifier\": null\n            },\n            \"dropoff_location\": {\n                \"id\": 10,\n                \"code\": \"\",\n                \"name\": \"Ufficio Renthub\",\n                \"description\": \"\",\n                \"type\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"complete_address\": \"Milano, MI, Italia\",\n                \"address\": \"\",\n                \"city\": \"Milano\",\n                \"zip\": \"\",\n                \"province\": \"MI\",\n                \"country\": \"IT\",\n                \"streetNumber\": \"\",\n                \"latitude\": 45.468503,\n                \"longitude\": 9.182402699999999,\n                \"extra_fee_with_tax\": 0,\n                \"extra_fee_without_tax\": 0,\n                \"extra_fee_tax\": 0,\n                \"timetable_pickup\": 2,\n                \"timetable_dropoff\": 3,\n                \"web\": 1,\n                \"show_flight_details\": true,\n                \"external_identifier\": null\n            },\n            \"total_amount\": 96,\n            \"rent_rate_discount_included\": {\n                \"with_tax\": 86,\n                \"without_tax\": 70.4918,\n                \"tax\": 15.5082\n            },\n            \"final_price\": {\n                \"with_tax\": 96,\n                \"without_tax\": 78.6886,\n                \"tax\": 17.3114\n            },\n            \"to_be_paid\": 96,\n            \"currency_code\": \"EUR\",\n            \"franchises\": {\n                \"theft_fire\": 1125,\n                \"damage\": 1125,\n                \"rca\": 250,\n                \"deposit\": 1500\n            },\n            \"kms\": {\n                \"included\": 300,\n                \"extra_km_price\": {\n                    \"with_tax\": 0.8,\n                    \"without_tax\": 0.6557,\n                    \"tax\": 0.1443\n                }\n            },\n            \"services\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Assicurazione \\\"Pacchetto Bronze\\\"\",\n                    \"category\": {\n                        \"id\": 1,\n                        \"name\": \"Assicurazioni\"\n                    },\n                    \"description\": \"<p>Assicurazione che riduce le franchigie Furto/Incendio e Danni del 25%.</p>\",\n                    \"short_description\": \"\",\n                    \"icon\": \"https://rhobj.s3.eu-central-1.amazonaws.com/rentdemoit/additional_service/20230120/E0eggzluTQmF5sUwCmV0/avtostrahuvannya.png\",\n                    \"rate_type\": \"daily\",\n                    \"rate\": {\n                        \"with_tax\": 5,\n                        \"without_tax\": 4.0984,\n                        \"tax\": 0.9016\n                    },\n                    \"quantity\": 1,\n                    \"total_rate\": {\n                        \"with_tax\": 10,\n                        \"without_tax\": 8.1968,\n                        \"tax\": 1.8033\n                    },\n                    \"max_days\": 0,\n                    \"created_at\": \"2025-10-22 17:27:44\",\n                    \"created_by\": null,\n                    \"updated_at\": \"2025-10-22 17:27:44\",\n                    \"updated_by\": null\n                }\n            ],\n            \"services_total_price\": {\n                \"with_tax\": 10,\n                \"without_tax\": 8.1968,\n                \"tax\": 1.8032\n            },\n            \"created_at\": \"2025-10-22 17:27:44\",\n            \"pricelist\": {\n                \"id\": 1,\n                \"name\": \"150km al giorno\",\n                \"fee_type\": \"daily\",\n                \"min_days\": null,\n                \"max_days\": null\n            },\n            \"flight_number\": \"\",\n            \"flight_time\": \"\"\n        }\n    }\n}"}],"_postman_id":"35b9d9eb-1ca7-47a7-a814-468e6a4e3d16"},{"name":"Insert Booking with invoice registry","id":"99db5f4c-3ad3-4bcb-8b4a-8bad0341ceea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"partner_reservation_code","value":"XXXX333","description":"<p>Not required. This is the broker's internal reservation number. It should be a string with a minimum length of 6 and a maximum length of 32.</p>\n","type":"text","disabled":true},{"key":"customer_code","value":"YYYY-XXXX-NNNN","description":"<p>You can use customer code or insert customer details if he is a new one. If customer_code is used, then others contact fileds are ignored!\nregistry</p>\n","type":"text","disabled":true},{"key":"registry[name]","value":"Paolo","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"registry[surname]","value":"Zambrotta","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"registry[mobile_prefix]","value":"+39","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"registry[mobile]","value":"323423423","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"registry[email]","value":"paolo.zambrotta@renthub.it","description":"<p>Required if customer_code is empty</p>\n","type":"text"},{"key":"city","value":"Kiryat ono","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"zip","value":"20100","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"province","value":"MI","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"country","value":"ISRAEL","description":"<p>Not required. Format: ISO 3166-1 alpha-2:IT for Italy, FR for France, US for United States..</p>\n","type":"text","disabled":true},{"key":"address","value":"Via xyx","description":"<p>Not required</p>\n","type":"text"},{"key":"model","value":"2","description":"<p>Required if vehicle_type, vehicle_category or acriss code are empty. It represent the vehicle model id</p>\n","type":"text"},{"key":"vehicle_type","value":"1","description":"<p>Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)</p>\n","type":"text","disabled":true},{"key":"vehicle_category","value":"29","description":"<p>Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)</p>\n","type":"text","disabled":true},{"key":"acriss","value":"FVMD","description":"<p>Required if model is empty and you want to insert a booking based on vehicle acriss code. (vehicle_type, vehicle_category and model must not be filled in this case)</p>\n","type":"text","disabled":true},{"key":"pricelist","value":"1","description":"<p>Required. Chosen pricelist id</p>\n","type":"text"},{"key":"start_datetime","value":"2025-10-28 10:00","description":"<p>Required</p>\n","type":"text"},{"key":"end_datetime","value":"2025-10-29 10:00","description":"<p>Required</p>\n","type":"text"},{"key":"pickup_location","value":"1","description":"<p>Required. Pickup location id or code</p>\n","type":"text"},{"key":"dropoff_location","value":"1","description":"<p>Required. Dropoff location id or code</p>\n","type":"text"},{"key":"chosen_service[3]","value":"1","description":"<p>Not required.\nFormat - key: chosen_service[service_id] - value: quantity (positive integer without sign).\nIf this service is available in vehicle, then it is considered in price. Otherwise it is ignored</p>\n","type":"text"},{"key":"flight_number","value":"XXXX","description":"<p>Not required - format: text</p>\n","type":"text","disabled":true},{"key":"flight_time","value":"HH:SS or date and time","description":"<p>Not required - format: text</p>\n","type":"text","disabled":true},{"key":"notes","value":"additional notes","description":"<p>Not required</p>\n","type":"text","disabled":true},{"key":"age","value":"50","description":"<p>Not required but important to specify. Because if a mandatory service is required it will be added to final price</p>\n","type":"text","disabled":true},{"key":"booking_type","value":"booking","description":"<p>Required. Can be booking or quotation</p>\n","type":"text"},{"key":"extra[0][type]","value":"fix","description":"<p>Not Required. Can be fix for fixed amounts, percentage_on_rent, percentage_on_total</p>\n","type":"text","disabled":true},{"key":"extra[0][is]","value":"discount","description":"<p>Not Required. Can be discount or cost</p>\n","type":"text","disabled":true},{"key":"extra[0][value]","value":"20","description":"<p>Not Required. Can be a percentage value (if type is percentage_on_rent or precentage_on_total) or a fixed amount if type is fix (the amount must be tax included)</p>\n","type":"text","disabled":true},{"key":"extra[0][description]","value":"test discount","description":"<p>Not Required. Item description</p>\n","type":"text","disabled":true},{"key":"send_confirmation_email","value":"0","description":"<p>Not required if confirmation email is not needed. If it is equal to 1 a confirmation email will be sent to the final customer.</p>\n","type":"text","disabled":true},{"key":"payment_amount","value":"38","description":"<p>Not required if booking will be paid later</p>\n","type":"text","disabled":true},{"key":"payment_method","value":"credit_card","description":"<p>Not required if booking will be paid later. Format: credit_card, bank_transfer (others can be added if requested)</p>\n","type":"text","disabled":true},{"key":"coupon_code","value":"XXXXXX","type":"text","disabled":true},{"key":"pec","value":"ciaopec@cr2.pw","type":"text","disabled":true},{"key":"sdi_code","value":"XYZABC","type":"text","disabled":true},{"key":"contact_type","value":"company","type":"text","disabled":true},{"key":"company_name","value":"COMPANY TEST","type":"text","disabled":true},{"key":"birth_province","value":"PA","type":"text","disabled":true},{"key":"contact_lang","value":"en_GB","description":"<p>Not required. This represents the customer's language preference, which should be one of the enabled language keys that can be retrieved from the 'Configuration parameters' API call. If this field is not specified, the system will automatically select the language based on the language parameter in the URL. If no language parameter is found in the URL, the system will default to a predefined language.</p>\n","type":"text","disabled":true},{"key":"notes","value":"Test reservation","type":"text","uuid":"50029be2-9a7a-4cb3-8137-49a25906cd3e","disabled":true},{"key":"origincode","value":"XXXXXXXXX","type":"text","uuid":"4e467252-15a9-4d51-bf99-5001ae698372","disabled":true},{"key":"overwrite_rental_rate","value":"15","description":"<p>Not Required. Used to overwrite the rental rate</p>\n","type":"text","uuid":"a1b4f4e3-45cf-48fd-9970-666fb5323f74","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_type]","value":"daily","description":"<p>Not Required. Used to overwrite the rate type for the service. Can be daily,fix,hourly</p>\n","type":"text","uuid":"571f5c4f-06a2-49fa-ab47-ce7e684f8de6","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_value]","value":"5","description":"<p>Not Required. Used to overwrite the rate value for the service. Can be a decimal number</p>\n","type":"text","uuid":"1db5d317-2663-4398-a78f-90f0e610f096","disabled":true},{"key":"ignore_availability","value":"true","description":"<p>Not required. Used to ignore availability and insert the reservation even if the vehicle is not available</p>\n","type":"text","uuid":"7bfe14da-da82-494f-b065-974dc10b4fcb","disabled":true},{"key":"invoice_registry[name]","value":"Test Registry","description":"<p>Not required. Name of invoice registry</p>\n","type":"text","uuid":"4bdf7359-b500-41c4-89e3-627e0cad0515"},{"key":"invoice_registry[surname]","value":"Invoice","description":"<p>Not required. Surname of invoice registry</p>\n","type":"text","uuid":"cffce7e1-d60c-4ea2-9335-24301c1178ab"},{"key":"invoice_registry[mobile_prefix]","value":"","description":"<p>Not required. Mobile prefix of invoice registry</p>\n","type":"text","uuid":"1b3df07e-8f3d-4b63-9d13-a7b4f692d966","disabled":true},{"key":"invoice_registry[mobile]","value":"","description":"<p>Not required. Mobile of invoice registry</p>\n","type":"text","uuid":"ed186d28-dd36-4d72-ae25-f49f05c8db65","disabled":true},{"key":"invoice_registry[email]","value":"test_registry_invoice@renthubsoftware.com","description":"<p>Not required. Email of invoice registry</p>\n","type":"text","uuid":"d76417a6-2238-4bc4-b3b7-a068997ee3a6"}]},"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/insert","urlObject":{"path":["module","rental","api","partner","booking","insert"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"e8a5310c-8252-4221-aad0-9df612f919e0","name":"Insert Booking with invoice registry","originalRequest":{"method":"POST","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"partner_reservation_code","value":"XXXX333","description":"Not required. This is the broker's internal reservation number. It should be a string with a minimum length of 6 and a maximum length of 32.","type":"text","disabled":true},{"key":"customer_code","value":"YYYY-XXXX-NNNN","description":"You can use customer code or insert customer details if he is a new one. If customer_code is used, then others contact fileds are ignored!\nregistry","type":"text","disabled":true},{"key":"registry[name]","value":"Paolo","description":"Required if customer_code is empty","type":"text"},{"key":"registry[surname]","value":"Zambrotta","description":"Required if customer_code is empty","type":"text"},{"key":"registry[mobile_prefix]","value":"+39","description":"Required if customer_code is empty","type":"text"},{"key":"registry[mobile]","value":"323423423","description":"Required if customer_code is empty","type":"text"},{"key":"registry[email]","value":"paolo.zambrotta@renthub.it","description":"Required if customer_code is empty","type":"text"},{"key":"city","value":"Kiryat ono","description":"Not required","type":"text","disabled":true},{"key":"zip","value":"20100","description":"Not required","type":"text","disabled":true},{"key":"province","value":"MI","description":"Not required","type":"text","disabled":true},{"key":"country","value":"ISRAEL","description":"Not required. Format: ISO 3166-1 alpha-2:IT for Italy, FR for France, US for United States..","type":"text","disabled":true},{"key":"address","value":"Via xyx","description":"Not required","type":"text"},{"key":"model","value":"2","description":"Required if vehicle_type, vehicle_category or acriss code are empty. It represent the vehicle model id","type":"text"},{"key":"vehicle_type","value":"1","description":"Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)","type":"text","disabled":true},{"key":"vehicle_category","value":"29","description":"Required if model is empty and you want to insert a booking based on vehicle type and category. (model and acriss must not be filled in this case)","type":"text","disabled":true},{"key":"acriss","value":"FVMD","description":"Required if model is empty and you want to insert a booking based on vehicle acriss code. (vehicle_type, vehicle_category and model must not be filled in this case)","type":"text","disabled":true},{"key":"pricelist","value":"1","description":"Required. Chosen pricelist id","type":"text"},{"key":"start_datetime","value":"2025-10-28 10:00","description":"Required","type":"text"},{"key":"end_datetime","value":"2025-10-29 10:00","description":"Required","type":"text"},{"key":"pickup_location","value":"1","description":"Required. Pickup location id or code","type":"text"},{"key":"dropoff_location","value":"1","description":"Required. Dropoff location id or code","type":"text"},{"key":"chosen_service[3]","value":"1","description":"Not required.\nFormat - key: chosen_service[service_id] - value: quantity (positive integer without sign).\nIf this service is available in vehicle, then it is considered in price. Otherwise it is ignored","type":"text"},{"key":"flight_number","value":"XXXX","description":"Not required - format: text","type":"text","disabled":true},{"key":"flight_time","value":"HH:SS or date and time","description":"Not required - format: text","type":"text","disabled":true},{"key":"notes","value":"additional notes","description":"Not required","type":"text","disabled":true},{"key":"age","value":"50","description":"Not required but important to specify. Because if a mandatory service is required it will be added to final price","type":"text","disabled":true},{"key":"booking_type","value":"booking","description":"Required. Can be booking or quotation","type":"text"},{"key":"extra[0][type]","value":"fix","description":"Not Required. Can be fix for fixed amounts, percentage_on_rent, percentage_on_total","type":"text","disabled":true},{"key":"extra[0][is]","value":"discount","description":"Not Required. Can be discount or cost","type":"text","disabled":true},{"key":"extra[0][value]","value":"20","description":"Not Required. Can be a percentage value (if type is percentage_on_rent or precentage_on_total) or a fixed amount if type is fix (the amount must be tax included)","type":"text","disabled":true},{"key":"extra[0][description]","value":"test discount","description":"Not Required. Item description","type":"text","disabled":true},{"key":"send_confirmation_email","value":"0","description":"Not required if confirmation email is not needed. If it is equal to 1 a confirmation email will be sent to the final customer.","type":"text","disabled":true},{"key":"payment_amount","value":"38","description":"Not required if booking will be paid later","type":"text","disabled":true},{"key":"payment_method","value":"credit_card","description":"Not required if booking will be paid later. Format: credit_card, bank_transfer (others can be added if requested)","type":"text","disabled":true},{"key":"coupon_code","value":"XXXXXX","type":"text","disabled":true},{"key":"pec","value":"ciaopec@cr2.pw","type":"text","disabled":true},{"key":"sdi_code","value":"XYZABC","type":"text","disabled":true},{"key":"contact_type","value":"company","type":"text","disabled":true},{"key":"company_name","value":"COMPANY TEST","type":"text","disabled":true},{"key":"birth_province","value":"PA","type":"text","disabled":true},{"key":"contact_lang","value":"en_GB","description":"Not required. This represents the customer's language preference, which should be one of the enabled language keys that can be retrieved from the 'Configuration parameters' API call. If this field is not specified, the system will automatically select the language based on the language parameter in the URL. If no language parameter is found in the URL, the system will default to a predefined language.","type":"text","disabled":true},{"key":"notes","value":"Test reservation","type":"text","uuid":"50029be2-9a7a-4cb3-8137-49a25906cd3e","disabled":true},{"key":"origincode","value":"XXXXXXXXX","type":"text","uuid":"4e467252-15a9-4d51-bf99-5001ae698372","disabled":true},{"key":"overwrite_rental_rate","value":"15","description":"Not Required. Used to overwrite the rental rate","type":"text","uuid":"a1b4f4e3-45cf-48fd-9970-666fb5323f74","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_type]","value":"daily","description":"Not Required. Used to overwrite the rate type for the service. Can be daily,fix,hourly","type":"text","uuid":"571f5c4f-06a2-49fa-ab47-ce7e684f8de6","disabled":true},{"key":"overwrite_extra_services_rate[3][rate_value]","value":"5","description":"Not Required. Used to overwrite the rate value for the service. Can be a decimal number","type":"text","uuid":"1db5d317-2663-4398-a78f-90f0e610f096","disabled":true},{"key":"ignore_availability","value":"true","description":"Not required. Used to ignore availability and insert the reservation even if the vehicle is not available","type":"text","uuid":"7bfe14da-da82-494f-b065-974dc10b4fcb","disabled":true},{"key":"invoice_registry[name]","value":"Test Registry","description":"Not required. Name of invoice registry","type":"text","uuid":"4bdf7359-b500-41c4-89e3-627e0cad0515"},{"key":"invoice_registry[surname]","value":"Invoice","description":"Not required. Surname of invoice registry","type":"text","uuid":"cffce7e1-d60c-4ea2-9335-24301c1178ab"},{"key":"invoice_registry[mobile_prefix]","value":"","description":"Not required. Mobile prefix of invoice registry","type":"text","uuid":"1b3df07e-8f3d-4b63-9d13-a7b4f692d966","disabled":true},{"key":"invoice_registry[mobile]","value":"","description":"Not required. Mobile of invoice registry","type":"text","uuid":"ed186d28-dd36-4d72-ae25-f49f05c8db65","disabled":true},{"key":"invoice_registry[email]","value":"test_registry_invoice@renthubsoftware.com","description":"Not required. Email of invoice registry","type":"text","uuid":"d76417a6-2238-4bc4-b3b7-a068997ee3a6"}]},"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/insert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.29.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 22 Oct 2025 15:26:39 GMT"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-PartnerToken"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"result\": {\n        \"customer\": {\n            \"id\": 1117,\n            \"name\": \"Paolo\",\n            \"code\": \"GNRG7-WWAAP-JS4D4\",\n            \"tax_code\": \"\",\n            \"gender\": \"\",\n            \"surname\": \"Zambrotta\",\n            \"complete_name\": \"Paolo Zambrotta\",\n            \"age\": null,\n            \"telephone\": \"+39-323423423\",\n            \"email\": \"paolo.zambrotta@renthub.it\",\n            \"city\": \"\",\n            \"address\": \"\",\n            \"street\": \"\",\n            \"street_number\": \"\",\n            \"anag_jf_id\": \"\"\n        },\n        \"vehicle\": {\n            \"id\": 2,\n            \"name\": \"Fiat Panda 1.2 Lounge\",\n            \"acriss_code\": \"ECMV\",\n            \"description\": \"La nuova Fiat Panda ha forme ben più sfiziose rispetto a quelle del vecchio modello, ma ne conserva l’agilità. Nettamente migliorata l’insonorizzazione.\",\n            \"extra_details\": \"\",\n            \"brand\": \"Fiat\",\n            \"model\": \"Panda\",\n            \"type_id\": 1,\n            \"type_name\": \"Automobile\",\n            \"tipology\": \"\",\n            \"category_id\": 1,\n            \"category_name\": \"Economy\",\n            \"category_upselling\": 2,\n            \"fuel_key\": \"petrol\",\n            \"fuel_name\": \"Benzina\",\n            \"transmission_key\": \"manual\",\n            \"transmission_name\": \"Cambio manuale\",\n            \"drive_type\": \"\",\n            \"air_condition\": \"yes\",\n            \"air_conditioning\": \"yes\",\n            \"doors\": 5,\n            \"hook\": \"no\",\n            \"max_people\": 5,\n            \"guaranteed_model\": 0,\n            \"priority\": 2,\n            \"images\": [\n                \"https://rhobj.s3.eu-central-1.amazonaws.com/rentdemoit/mezzo_gallery/20230120/JW6uON0HDQBt44Av0nfr/panda-noleggio-4.png\"\n            ],\n            \"identifier\": \"AA234AA\"\n        },\n        \"invoiceRegistry\": {\n            \"id\": 1118,\n            \"name\": \"Test Registry\",\n            \"code\": \"MXTB8-MXLZD-4JPMK\",\n            \"tax_code\": \"\",\n            \"gender\": \"\",\n            \"surname\": \"Invoice\",\n            \"complete_name\": \"Test Registry Invoice\",\n            \"age\": null,\n            \"telephone\": \"\",\n            \"email\": \"test_registry_invoice@renthubsoftware.com\",\n            \"city\": \"\",\n            \"address\": \"\",\n            \"street\": \"\",\n            \"street_number\": \"\",\n            \"anag_jf_id\": \"\"\n        },\n        \"booking\": {\n            \"id\": 1972,\n            \"code\": \"IZKSI-PFQTX\",\n            \"partner_reservation_code\": null,\n            \"status\": \"inserted\",\n            \"is_freesale\": false,\n            \"internal_move\": 0,\n            \"internal_move_reason\": null,\n            \"start_datetime\": \"2025-10-28 10:00:00\",\n            \"end_datetime\": \"2025-10-29 10:00:00\",\n            \"pickup_location\": {\n                \"id\": 1,\n                \"code\": \"\",\n                \"name\": \"Renthub Milano\",\n                \"description\": \"<p>prova prova prova</p>\",\n                \"type\": \"city\",\n                \"phone\": \"+39-3792628788\",\n                \"email\": \"info@renthubsoftware.com\",\n                \"complete_address\": \"Milano, MI, Italia\",\n                \"address\": \"\",\n                \"city\": \"Milano\",\n                \"zip\": \"\",\n                \"province\": \"MI\",\n                \"country\": \"IT\",\n                \"streetNumber\": \"\",\n                \"latitude\": 45.468503,\n                \"longitude\": 9.182402699999999,\n                \"extra_fee_with_tax\": 0,\n                \"extra_fee_without_tax\": 0,\n                \"extra_fee_tax\": 0,\n                \"timetable_pickup\": 4,\n                \"timetable_dropoff\": 4,\n                \"web\": 1,\n                \"show_flight_details\": true,\n                \"external_identifier\": null\n            },\n            \"dropoff_location\": {\n                \"id\": 1,\n                \"code\": \"\",\n                \"name\": \"Renthub Milano\",\n                \"description\": \"<p>prova prova prova</p>\",\n                \"type\": \"city\",\n                \"phone\": \"+39-3792628788\",\n                \"email\": \"info@renthubsoftware.com\",\n                \"complete_address\": \"Milano, MI, Italia\",\n                \"address\": \"\",\n                \"city\": \"Milano\",\n                \"zip\": \"\",\n                \"province\": \"MI\",\n                \"country\": \"IT\",\n                \"streetNumber\": \"\",\n                \"latitude\": 45.468503,\n                \"longitude\": 9.182402699999999,\n                \"extra_fee_with_tax\": 0,\n                \"extra_fee_without_tax\": 0,\n                \"extra_fee_tax\": 0,\n                \"timetable_pickup\": 4,\n                \"timetable_dropoff\": 4,\n                \"web\": 1,\n                \"show_flight_details\": true,\n                \"external_identifier\": null\n            },\n            \"total_amount\": 48,\n            \"rent_rate_discount_included\": {\n                \"with_tax\": 43,\n                \"without_tax\": 35.2459,\n                \"tax\": 7.7541\n            },\n            \"final_price\": {\n                \"with_tax\": 48,\n                \"without_tax\": 39.3443,\n                \"tax\": 8.6557\n            },\n            \"to_be_paid\": 48,\n            \"currency_code\": \"EUR\",\n            \"franchises\": {\n                \"theft_fire\": 1125,\n                \"damage\": 1125,\n                \"rca\": 250,\n                \"deposit\": 1500\n            },\n            \"kms\": {\n                \"included\": 150,\n                \"extra_km_price\": {\n                    \"with_tax\": 0.8,\n                    \"without_tax\": 0.6557,\n                    \"tax\": 0.1443\n                }\n            },\n            \"services\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Assicurazione \\\"Pacchetto Bronze\\\"\",\n                    \"category\": {\n                        \"id\": 1,\n                        \"name\": \"Assicurazioni\"\n                    },\n                    \"description\": \"<p>Assicurazione che riduce le franchigie Furto/Incendio e Danni del 25%.</p>\",\n                    \"short_description\": \"\",\n                    \"icon\": \"https://rhobj.s3.eu-central-1.amazonaws.com/rentdemoit/additional_service/20230120/E0eggzluTQmF5sUwCmV0/avtostrahuvannya.png\",\n                    \"rate_type\": \"daily\",\n                    \"rate\": {\n                        \"with_tax\": 5,\n                        \"without_tax\": 4.0984,\n                        \"tax\": 0.9016\n                    },\n                    \"quantity\": 1,\n                    \"total_rate\": {\n                        \"with_tax\": 5,\n                        \"without_tax\": 4.0984,\n                        \"tax\": 0.9016\n                    },\n                    \"max_days\": 0,\n                    \"created_at\": \"2025-10-22 17:26:39\",\n                    \"created_by\": null,\n                    \"updated_at\": \"2025-10-22 17:26:39\",\n                    \"updated_by\": null\n                }\n            ],\n            \"services_total_price\": {\n                \"with_tax\": 5,\n                \"without_tax\": 4.0984,\n                \"tax\": 0.9016\n            },\n            \"created_at\": \"2025-10-22 17:26:39\",\n            \"pricelist\": {\n                \"id\": 1,\n                \"name\": \"150km al giorno\",\n                \"fee_type\": \"daily\",\n                \"min_days\": null,\n                \"max_days\": null\n            },\n            \"flight_number\": \"\",\n            \"flight_time\": \"\"\n        }\n    }\n}"}],"_postman_id":"99db5f4c-3ad3-4bcb-8b4a-8bad0341ceea"},{"name":"Cancelation reasons","id":"729a6ffa-872a-40c7-bcda-2dc50393f3d2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/cancel/reasons","description":"<p>With this call you can get the list of cancelation reasons.</p>\n<p><strong>A special permission is required to use this function.</strong></p>\n","urlObject":{"path":["module","rental","api","partner","booking","cancel","reasons"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"c01620ae-568c-4c1d-98b9-2e5e9b7549e3","name":"Cancelation reasons","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/cancel/reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Nov 2021 18:17:09 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) PHP/7.4.10"},{"key":"X-Powered-By","value":"PHP/7.4.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IjVYQ0VtcWs0RDMwZjhydjNBVkR4cVE9PSIsInZhbHVlIjoiM2RIUHhXVy9PbG1mTzBqcldOMTYwVmFwUEV1WUZVSDlDTGJ0blU3azF3VlpuQTJzbUI4ZnJ6YzBLWUt3WDdqR0wvNC8raWtrOFpYL283R0VwOVd3MEpVMFBhNm1CN0xlY3BOeWkvVWs2VE55TlhnelpDdnVXZldJaXN0bkNJNDIiLCJtYWMiOiI4MzdhODA0NDFlYTMwYzYwNWQ1MWY2Y2YzMTM2NmM3ODczZGVkMmY0NzMyNTdmYzYyZDBiZWMyNTE1ZjcyOThkIn0%3D; expires=Sat, 20-Nov-2021 18:17:10 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"137"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"result\": [\n        {\n            \"value\": 1,\n            \"text\": \"COVID\"\n        },\n        {\n            \"value\": 2,\n            \"text\": \"Missing Payment\"\n        },\n        {\n            \"value\": 3,\n            \"text\": \"Weather conditions\"\n        }\n    ]\n}"}],"_postman_id":"729a6ffa-872a-40c7-bcda-2dc50393f3d2"},{"name":"Cancel booking","id":"1b0d907e-96c9-468a-aa82-4634cd364434","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"DELETE","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/cancel/{{BOOKING_CODE}}","description":"<p>With this call you can cancel a previously inserted booking.</p>\n<p><strong>A special permission is required to use this function.</strong></p>\n","urlObject":{"path":["module","rental","api","partner","booking","cancel","{{BOOKING_CODE}}"],"host":["{{INSTALLATION_URL}}"],"query":[{"disabled":true,"description":{"content":"<p>Not Required. It is an ID that you can get using Cancelation reasons API call</p>\n","type":"text/plain"},"key":"reason","value":"1"},{"disabled":true,"description":{"content":"<p>Not Required. It is the amount you refunded to the customer</p>\n","type":"text/plain"},"key":"refund","value":"150"}],"variable":[]}},"response":[{"id":"17389e4d-b966-4ae7-b25c-9f46dd0c9c80","name":"Cancel booking","originalRequest":{"method":"DELETE","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/cancel/{{BOOKING_CODE}}?reason=1&refund=150","host":["{{INSTALLATION_URL}}"],"path":["module","rental","api","partner","booking","cancel","{{BOOKING_CODE}}"],"query":[{"key":"reason","value":"1"},{"key":"refund","value":"150"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Nov 2021 18:26:28 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) PHP/7.4.10"},{"key":"X-Powered-By","value":"PHP/7.4.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IkVGZGhwNnVjZXRQN0h6UER5TUhmNlE9PSIsInZhbHVlIjoiSDkvOGdhUDR0czlpdzRlcGR4bk84NmU2eWpQc1Z5bTRNcjJVeFFabzNUOEdrN1hsa1Q5LzhRSjEyWkxMU1lFanNvS1hHbjdrTi8wY0JDcDBvWStBdnc5VGlIK2tubmJJUU5TQ1pwUk1ZeTlNUEtnK3FaTWNzaHpYT3Z0a29ZczUiLCJtYWMiOiI2MDUxYjVlNzhlZDZkMTVjMjZiMzBkZTg5NmZjMjhlOWViM2Q0OGNkMzU0ZmYwMGUwNzJjNDRkZmY2NjhkOTFmIn0%3D; expires=Sat, 20-Nov-2021 18:26:29 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Content-Length","value":"15"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true\n}"}],"_postman_id":"1b0d907e-96c9-468a-aa82-4634cd364434"},{"name":"Get my bookings","id":"cd1ce361-933d-4429-ada0-894307bff312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/my-bookings?page=1&per_page=15&inserted_after=2025-06-03 10:00","urlObject":{"path":["module","rental","api","partner","booking","my-bookings"],"host":["{{INSTALLATION_URL}}"],"query":[{"key":"page","value":"1"},{"description":{"content":"<p>Optional parameter, Results per page: max 50, default 10</p>\n","type":"text/plain"},"key":"per_page","value":"15"},{"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings inserted after this date</p>\n","type":"text/plain"},"key":"inserted_after","value":"2025-06-03 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings inserted before this date</p>\n","type":"text/plain"},"key":"inserted_before","value":"2022-03-17 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that starts after this date</p>\n","type":"text/plain"},"key":"starts_after","value":"2022-01-15 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that starts before this date</p>\n","type":"text/plain"},"key":"starts_before","value":"2022-01-25 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that ends after this date</p>\n","type":"text/plain"},"key":"ends_after","value":"2022-01-15 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that ends before this date</p>\n","type":"text/plain"},"key":"ends_before","value":"2022-01-25 10:00"},{"disabled":true,"key":"pickup_location","value":"1"},{"disabled":true,"key":"dropoff_location","value":"1"},{"disabled":true,"key":"updated_after","value":"2022-01-25 10:00"},{"disabled":true,"key":"updated_before","value":""}],"variable":[]}},"response":[],"_postman_id":"cd1ce361-933d-4429-ada0-894307bff312"},{"name":"Get all bookings","id":"99b91fed-a0e3-40ef-8a45-ba3a6bc9b471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/all-bookings?page=1&per_page=3&inserted_after=2023-06-01 10:00&inserted_before=2023-06-30 10:00","urlObject":{"path":["module","rental","api","partner","booking","all-bookings"],"host":["{{INSTALLATION_URL}}"],"query":[{"key":"page","value":"1"},{"description":{"content":"<p>Optional parameter, Results per page: max 50, default 10</p>\n","type":"text/plain"},"key":"per_page","value":"3"},{"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings inserted after this date</p>\n","type":"text/plain"},"key":"inserted_after","value":"2023-06-01 10:00"},{"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings inserted before this date</p>\n","type":"text/plain"},"key":"inserted_before","value":"2023-06-30 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that starts after this date</p>\n","type":"text/plain"},"key":"starts_after","value":"2022-01-15 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that starts before this date</p>\n","type":"text/plain"},"key":"starts_before","value":"2022-01-25 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that ends after this date</p>\n","type":"text/plain"},"key":"ends_after","value":"2022-01-15 10:00"},{"disabled":true,"description":{"content":"<p>Optional parameter, Format: YYYY-MM-DD HH:MM. Bookings that ends before this date</p>\n","type":"text/plain"},"key":"ends_before","value":"2022-01-25 10:00"}],"variable":[]}},"response":[],"_postman_id":"99b91fed-a0e3-40ef-8a45-ba3a6bc9b471"},{"name":"Get Statics","id":"c28c3ec9-1e8c-4e3b-a0e6-3bf3212fadfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/statics/2022","urlObject":{"path":["module","rental","api","partner","booking","statics","2022"],"host":["{{INSTALLATION_URL}}"],"query":[],"variable":[]}},"response":[{"id":"26f830d4-ce7d-4935-975d-4a2d7f560088","name":"Get Statics","originalRequest":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"}],"url":"{{INSTALLATION_URL}}/module/rental/api/partner/booking/statics/2022"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 May 2022 11:00:42 GMT"},{"key":"Server","value":"Apache/2.4.46 (Unix) PHP/7.4.10"},{"key":"X-Powered-By","value":"PHP/7.4.10"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Set-Cookie","value":"crux_cookie=eyJpdiI6IlRnL1hGU04xRlU2ODMwTnRBSkczVHc9PSIsInZhbHVlIjoiVit5dkFPZyt3R2lrMzlDQVpyMmp5TGlZU2FZcDNRT0hjU1JFTzJJMTVJUDhKTFpRaXdFNS9SSng5UzFPdnlPWXZzeW51eVR2bjMwamNiMTQwWnZLblRSd2dabkRHdlZTOWZJRS9NdUhpdDhSbGVoL2RYaGtYeUxDVDdaT1ZDYUciLCJtYWMiOiI0Y2M5MDY5MmUxM2QzYTY4ZDM5NjhlNDA2MzI0NzVjNWNhMmRiZWViYThhZDk1MzhjNzc4NzQ5Y2VjMWYyMmNlIn0%3D; expires=Fri, 27-May-2022 11:00:43 GMT; Max-Age=1296000; path=/; httponly"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, X-PartnerToken"},{"key":"Content-Length","value":"268"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"result\": {\n        \"rental_fee\": {\n            \"with_tax\": 2513.22,\n            \"without_tax\": 2060.0146,\n            \"tax\": 453.2054\n        },\n        \"service\": {\n            \"with_tax\": 1807.48,\n            \"without_tax\": 1654.6102,\n            \"tax\": 152.8698\n        },\n        \"extra_charge\": {\n            \"with_tax\": 0,\n            \"without_tax\": 0,\n            \"tax\": 0\n        },\n        \"paid\": 80,\n        \"total\": 4320.7,\n        \"to_be_paid\": 4240.7\n    }\n}"}],"_postman_id":"c28c3ec9-1e8c-4e3b-a0e6-3bf3212fadfe"},{"name":"Get NPS Answers","id":"79d941eb-5097-4216-816a-d4ab202aa50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"}],"url":"{{INSTALLATION_URL}}/module/nps/partner/answers/{{NPS ID}}?date_from=2023-11-30 15:40&date_to=2023-11-30 15:51&minimum=0","urlObject":{"path":["module","nps","partner","answers","{{NPS ID}}"],"host":["{{INSTALLATION_URL}}"],"query":[{"key":"date_from","value":"2023-11-30 15:40"},{"key":"date_to","value":"2023-11-30 15:51"},{"key":"minimum","value":"0"}],"variable":[]}},"response":[],"_postman_id":"79d941eb-5097-4216-816a-d4ab202aa50b"},{"name":"Check Blacklist","id":"e156aafb-4c66-487d-8cbb-c2b492c28eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-PartnerToken","value":"{{AUTHENTICATION_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{INSTALLATION_URL}}/api/partner/customer/check-blacklist-status","urlObject":{"path":["api","partner","customer","check-blacklist-status"],"host":["{{INSTALLATION_URL}}"],"query":[{"disabled":true,"key":"name","value":null},{"disabled":true,"key":"surname","value":null},{"disabled":true,"key":"email","value":"test@renthubsoftware.com"},{"disabled":true,"key":"mobile","value":null},{"disabled":true,"key":"address","value":null},{"disabled":true,"key":"zip","value":null},{"disabled":true,"key":"tax_code","value":null},{"disabled":true,"key":"vat_number","value":null}],"variable":[]}},"response":[],"_postman_id":"e156aafb-4c66-487d-8cbb-c2b492c28eb7"}],"event":[{"listen":"prerequest","script":{"id":"c0c970f1-9ee8-42cb-a0de-9b1e846bc595","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"ac8367dc-da78-4cdc-8831-81cd84e77cf0","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"Installation url","value":"{{INSTALLATION_URL}}"},{"key":"Secret Token","value":"{{SECRET_TOKEN}}"},{"key":"Authentication Token","value":"{{AUTHENTICATION_TOKEN}}"},{"key":"BOOKING CODE","value":"{{BOOKING_CODE}}"},{"key":"NPS ID","value":"{{NPS ID}}"}]}