{"id":3711,"date":"2026-03-16T14:18:00","date_gmt":"2026-03-16T14:18:00","guid":{"rendered":"https:\/\/developers.maplink.global\/?p=3711"},"modified":"2026-05-13T20:19:06","modified_gmt":"2026-05-13T20:19:06","slug":"ejemplo-3-rutas-de-varios-dias","status":"publish","type":"post","link":"https:\/\/developers.maplink.global\/es\/ejemplo-3-rutas-de-varios-dias\/","title":{"rendered":"Ejemplo 3 \u2013 Rutas de varios d\u00edas"},"content":{"rendered":"\n<ul class=\"wp-block-list\">\n<li><a href=\"#descripcion\">Descripci\u00f3n del problema<\/a><\/li>\n\n\n\n<li><a href=\"#solicitud\" data-type=\"internal\" data-id=\"#solicitud\">Solicitud completa<\/a><\/li>\n\n\n\n<li><a href=\"#solucion\" data-type=\"internal\" data-id=\"#solucion\">Soluci\u00f3n al problema log\u00edstico<\/a><\/li>\n\n\n\n<li><a href=\"#respuesta\">Respuesta completa<\/a><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"descripcion\"><strong>Descripci\u00f3n del problema<\/strong><\/h3>\n\n\n\n<p>En este ejemplo, tenemos una solicitud para resolver un problema log\u00edstico de una empresa que cuenta con una flota compuesta por <strong>1 veh\u00edculo del tipo VUC y 15 \u00f3rdenes de servicio de entrega<\/strong> en la regi\u00f3n Nordeste de Brasil. La planificaci\u00f3n considera m\u00faltiples d\u00edas, respetando las reglas de la legislaci\u00f3n relacionadas con las pausas de conducci\u00f3n y la jornada laboral diaria.<\/p>\n\n\n\n<p>De las 15 entregas, todas tienen una ventana horaria amplia, abarcando <strong>3 d\u00edas<\/strong>, lo que permite flexibilidad para que el conductor cumpla con las pausas obligatorias.<\/p>\n\n\n\n<p>No existen restricciones espec\u00edficas de volumen o peso adem\u00e1s de la ventana horaria del conductor, y cada entrega tiene un tiempo de manipulaci\u00f3n en el cliente de <strong>900 segundos (15 minutos)<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"44\" height=\"54\" src=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2023\/12\/ba77dadf-a75f-413d-97a8-6b5ccec2e65b.png\" alt=\"\"><br><strong>15<\/strong><br>LUGARES DE ENTREGA<\/td><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"54\" height=\"56\" src=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2023\/12\/bddb55a4-3804-4eb9-b5b8-7b903e1eac65.png\" alt=\"\"><br><strong>1<\/strong><br>DEP\u00d3SITO<\/td><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"67\" height=\"46\" src=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2023\/12\/955c5b4b-8816-4c49-b094-1fdf9d0713d5.png\" alt=\"\"><br><strong>1<\/strong><br>CAMI\u00d3N TIPO VUC 3\/4<\/td><td class=\"has-text-align-center\" data-align=\"center\"><img loading=\"lazy\" decoding=\"async\" width=\"55\" height=\"48\" src=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2023\/12\/da447111-f132-412a-8032-675d4e1e5f53.png\" alt=\"\"><br><strong>15<\/strong><br>PEDIDOS<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">Descripci\u00f3n del problema<\/figcaption><\/figure>\n\n\n\n<p>Los <strong>15 lugares de entrega<\/strong> est\u00e1n distribuidos por el estado de Bah\u00eda, en la regi\u00f3n Nordeste de Brasil. El veh\u00edculo debe iniciar y regresar al dep\u00f3sito <strong>\u201cBahia Vidros\u201d<\/strong>, respetando las reglas de la legislaci\u00f3n relacionadas con la conducci\u00f3n y la jornada laboral.<\/p>\n\n\n\n<p>La planificaci\u00f3n considera las siguientes restricciones: <strong>conducci\u00f3n continua m\u00e1xima de 3h45min antes de una pausa obligatoria de 1h, trabajo continuo m\u00e1ximo de 8h antes de un descanso de 15h<\/strong>, adem\u00e1s de <strong>las pausas diarias obligatorias<\/strong>.<\/p>\n\n\n\n<p>Estas restricciones se definen en el par\u00e1metro <code><a href=\"https:\/\/developers.maplink.global\/es\/lista-de-parametros-planning\/#legislationProfiles\" data-type=\"link\" data-id=\"https:\/\/developers.maplink.global\/es\/lista-de-parametros-planning\/#legislationProfiles\">legistlationProfiles<\/a><\/code>, conforme al ejemplo a continuaci\u00f3n:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\"legislationProfiles\": [\n    {\n      \"name\": \"DEFAULT\",\n      \"maxContinuousDrivingTime\": 13500,\n      \"drivingPauseDuration\": 3600,\n      \"maxContinuousWorkingTime\": 28800,\n      \"workingPauseDuration\": 54000\n    }\n  ]<\/pre>\n\n\n\n<p>Y por \u00faltimo, el perfil de legislaci\u00f3n creado debe ser referenciado en los veh\u00edculos declarados en el par\u00e1metro <code>vehicles<\/code>, conforme al ejemplo a continuaci\u00f3n:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\"vehicles\": [\n        {\n            \"name\": \"TMP-3020\",\n            \"vehicleType\": \"VUC\",\n            \"legislationProfile\": \"DEFAULT\",\n            \"availablePeriods\": [\n                {\n                    \"departureSite\": \"Bahia Vidros\",\n                    \"arrivalSite\": \"Bahia Vidros\",\n                    \"timeWindow\": {\n                        \"start\": 1603364400000,\n                        \"end\": 1603659600000\n                    }\n                }\n            ]\n        }\n    ]<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"solicitud\">Solicitud completa<\/h3>\n\n\n\n<p>La solicitud completa puede verse a continuaci\u00f3n:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"json\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"optimizationProfile\": \"BRAZIL46\",\n    \"tripsProfile\": \"MAPLINKBR\",\n    \"startDate\": 1603364400000,\n    \"products\": [\n        {\n            \"name\": \"DEFAULT\"\n        }\n    ],\n    \"legislationProfiles\": [\n        {\n            \"name\": \"DEFAULT\",\n            \"maxContinuousDrivingTime\": 13500,\n            \"drivingPauseDuration\": 3600,\n            \"maxContinuousWorkingTime\": 28800,\n            \"workingPauseDuration\": 54000\n        }\n    ],\n    \"logisticConstraints\": [\n        {\n            \"name\": \"DEFAULT\"\n        }\n    ],\n    \"depots\": [\n        {\n            \"name\": \"Bahia Vidros\",\n            \"coordinates\": {\n                \"latitude\": -12.9850539,\n                \"longitude\": -39.2946463\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        }\n    ],\n    \"vehicleTypes\": [\n        {\n            \"name\": \"VUC\",\n            \"maxVolume\": 20,\n            \"maxWeight\": 1200,\n            \"size\": 1\n        }\n    ],\n    \"vehicles\": [\n        {\n            \"name\": \"TMP-3020\",\n            \"vehicleType\": \"VUC\",\n            \"legislationProfile\": \"DEFAULT\",\n            \"availablePeriods\": [\n                {\n                    \"departureSite\": \"Bahia Vidros\",\n                    \"arrivalSite\": \"Bahia Vidros\",\n                    \"timeWindow\": {\n                        \"start\": 1603364400000,\n                        \"end\": 1603659600000\n                    }\n                }\n            ]\n        }\n    ],\n    \"sites\": [\n        {\n            \"name\": \"Penha vidros\",\n            \"coordinates\": {\n                \"latitude\": -14.2805954,\n                \"longitude\": -38.9900972\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"Nadson Sena\",\n            \"coordinates\": {\n                \"latitude\": -15.4168545,\n                \"longitude\": -39.4983672\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"Vidra\u00e7aria Cabral\",\n            \"coordinates\": {\n                \"latitude\": -16.372485,\n                \"longitude\": -39.5867328\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"MUNDO DOS VIDROS\",\n            \"coordinates\": {\n                \"latitude\": -16.4444137,\n                \"longitude\": -39.0698734\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"Vidros &amp; Cia\",\n            \"coordinates\": {\n                \"latitude\": -16.4511815,\n                \"longitude\": -39.065805\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"ESQUAVIDROS\",\n            \"coordinates\": {\n                \"latitude\": -16.4443537,\n                \"longitude\": -39.0653656\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"MM CONSTRUTORA E INCORPORADORA LTDA\",\n            \"coordinates\": {\n                \"latitude\": -16.4184717,\n                \"longitude\": -39.0883174\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"SERRALHERIA TRES IRMAOS\",\n            \"coordinates\": {\n                \"latitude\": -15.8639043,\n                \"longitude\": -38.876611\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"MARCIO DOS SANTOS NASCIMENTO 9\",\n            \"coordinates\": {\n                \"latitude\": -15.6655186,\n                \"longitude\": -38.9495478\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"JONES SANTOS BRAZ\",\n            \"coordinates\": {\n                \"latitude\": -15.2895054,\n                \"longitude\": -39.0670267\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"UNA VIDROS\",\n            \"coordinates\": {\n                \"latitude\": -15.2900986,\n                \"longitude\": -39.06667230000001\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"METALVIDROS\",\n            \"coordinates\": {\n                \"latitude\": -14.785113,\n                \"longitude\": -39.2603036\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"VIDRACARIA IMPERIO\",\n            \"coordinates\": {\n                \"latitude\": -14.7822245,\n                \"longitude\": -39.2835594\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"VIDRACARIA DIAMANTE (MENEZES )\",\n            \"coordinates\": {\n                \"latitude\": -14.8094166,\n                \"longitude\": -39.2749927\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        },\n        {\n            \"name\": \"IMPERIAL MARMORARIA E VIDRACARIA\",\n            \"coordinates\": {\n                \"latitude\": -14.8180948,\n                \"longitude\": -39.2928816\n            },\n            \"logisticConstraints\": \"DEFAULT\"\n        }\n    ],\n    \"operations\": [\n        {\n            \"id\": \"5f91c86c2774500fa36af00c\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"Penha vidros\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c8c52774500fa36af00d\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"Nadson Sena\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c8e02774500fa36af00e\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"Vidra\u00e7aria Cabral\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c9002774500fa36af00f\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"MUNDO DOS VIDROS\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c9312774500fa36af010\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"Vidros &amp; Cia\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c9512774500fa36af011\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"ESQUAVIDROS\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c98b2774500fa36af012\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"MM CONSTRUTORA E INCORPORADORA LTDA\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c9a02774500fa36af013\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"SERRALHERIA TRES IRMAOS\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c9be2774500fa36af014\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"MARCIO DOS SANTOS NASCIMENTO 9\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c9d72774500fa36af015\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"JONES SANTOS BRAZ\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91c9f02774500fa36af016\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"UNA VIDROS\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91ca102774500fa36af017\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"METALVIDROS\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91ca242774500fa36af018\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"VIDRACARIA IMPERIO\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91ca542774500fa36af019\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"VIDRACARIA DIAMANTE (MENEZES )\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        },\n        {\n            \"id\": \"5f91ca862774500fa36af01a\",\n            \"depotSite\": \"Bahia Vidros\",\n            \"customerSite\": \"IMPERIAL MARMORARIA E VIDRACARIA\",\n            \"product\": \"DEFAULT\",\n            \"type\": \"DELIVERY\",\n            \"volume\": 0,\n            \"weight\": 0,\n            \"customerHandlingDuration\": 900,\n            \"customerTimeWindows\": [\n                {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                }\n            ]\n        }\n    ]\n}<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"solucion\"><strong>Soluci\u00f3n al problema log\u00edstico<\/strong><\/h3>\n\n\n\n<p>La respuesta de la API ser\u00e1 devuelta en formato <strong>JSON<\/strong>, conteniendo la mejor secuencia de las operaciones de entrega para el veh\u00edculo, considerando <strong>pausas <\/strong>(despu\u00e9s de<strong> 3h45min de conducci\u00f3n<\/strong>) y <strong>descanso nocturno (despu\u00e9s de 8h de trabajo).<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"597\" src=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/image-1.png\" alt=\"\" class=\"wp-image-3869\" srcset=\"https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/image-1.png 793w, https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/image-1-300x226.png 300w, https:\/\/developers.maplink.global\/wp-content\/uploads\/2026\/03\/image-1-768x578.png 768w\" sizes=\"auto, (max-width: 793px) 100vw, 793px\" \/><figcaption class=\"wp-element-caption\">Visualizaci\u00f3n de las rutas en el mapa<\/figcaption><\/figure>\n\n\n\n<p>Las pausas ser\u00e1n devueltas en <code>vehicleRoutes[n].routes[n].activities<\/code>, identificadas como <code>\"activity\": \"PAUSE\"<\/code>. La primera pausa corresponde al momento en que el conductor se detiene para almorzar, despu\u00e9s de alcanzar las 3h45min de conducci\u00f3n continua definidas en <code>maxContinuousDrivingTime<\/code>. La segunda corresponde al momento en que el conductor deja de trabajar para descansar, despu\u00e9s de alcanzar las 8 horas de trabajo definidas en <code>maxContinuousWorkingTime<\/code>.<\/p>\n\n\n\n<p>En el ejemplo, el conductor inicia la jornada a las <strong>08:00 del d\u00eda 22\/10<\/strong>, conduce durante aproximadamente 3h45min, realiza algunas entregas y hace una <strong>pausa de 1h para almorzar<\/strong>. Luego, retoma las actividades <strong>hasta las 17:00<\/strong>, cuando finaliza la jornada laboral e inicia el per\u00edodo de descanso hasta las <strong>08:00 del d\u00eda siguiente.<\/strong><\/p>\n\n\n\n<p>Este patr\u00f3n se repite en los d\u00edas posteriores, con las pausas debidamente incorporadas en la planificaci\u00f3n para garantizar el cumplimiento de la legislaci\u00f3n.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"respuesta\">Respuesta completa<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"id\": \"69dd698b8620796cf45f0059\",\n    \"clientId\": \"maplink\",\n    \"vehicleRoutes\": [\n        {\n            \"routes\": [\n                {\n                    \"id\": \"NewRoute_1_1\",\n                    \"activities\": [\n                        {\n                            \"activity\": \"ROUTE_START\",\n                            \"timeWindow\": {\n                                \"start\": 1603364400000,\n                                \"end\": 1603364400000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Bahia Vidros\",\n                            \"operations\": []\n                        },\n                        {\n                            \"activity\": \"LOADING\",\n                            \"timeWindow\": {\n                                \"start\": 1603364400000,\n                                \"end\": 1603364400000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Bahia Vidros\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9f02774500fa36af016\",\n                                \"5f91c86c2774500fa36af00c\",\n                                \"5f91ca242774500fa36af018\",\n                                \"5f91ca102774500fa36af017\",\n                                \"5f91ca542774500fa36af019\",\n                                \"5f91ca862774500fa36af01a\",\n                                \"5f91c9d72774500fa36af015\",\n                                \"5f91c8c52774500fa36af00d\",\n                                \"5f91c9be2774500fa36af014\",\n                                \"5f91c8e02774500fa36af00e\",\n                                \"5f91c9a02774500fa36af013\",\n                                \"5f91c98b2774500fa36af012\",\n                                \"5f91c9512774500fa36af011\",\n                                \"5f91c9312774500fa36af010\",\n                                \"5f91c9002774500fa36af00f\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603364400000,\n                                \"end\": 1603375982000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Penha vidros\",\n                            \"departureSite\": \"Bahia Vidros\",\n                            \"distance\": 198885,\n                            \"nominalDuration\": 11582\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603375982000,\n                                \"end\": 1603376882000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Penha vidros\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c86c2774500fa36af00c\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603376882000,\n                                \"end\": 1603378800000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"UNA VIDROS\",\n                            \"departureSite\": \"Penha vidros\",\n                            \"distance\": 31812,\n                            \"nominalDuration\": 1918\n                        },\n                        {\n                            \"activity\": \"PAUSE\",\n                            \"timeWindow\": {\n                                \"start\": 1603378800000,\n                                \"end\": 1603382400000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"UNA VIDROS\",\n                            \"operations\": []\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603382400000,\n                                \"end\": 1603388537000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"UNA VIDROS\",\n                            \"departureSite\": \"UNA VIDROS\",\n                            \"distance\": 101788,\n                            \"nominalDuration\": 6137\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603388537000,\n                                \"end\": 1603389437000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"UNA VIDROS\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9f02774500fa36af016\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603389437000,\n                                \"end\": 1603389453000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"JONES SANTOS BRAZ\",\n                            \"departureSite\": \"UNA VIDROS\",\n                            \"distance\": 87,\n                            \"nominalDuration\": 16\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603389453000,\n                                \"end\": 1603390353000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"JONES SANTOS BRAZ\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9d72774500fa36af015\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603390353000,\n                                \"end\": 1603393577000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"MARCIO DOS SANTOS NASCIMENTO 9\",\n                            \"departureSite\": \"JONES SANTOS BRAZ\",\n                            \"distance\": 55342,\n                            \"nominalDuration\": 3224\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603393577000,\n                                \"end\": 1603394477000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"MARCIO DOS SANTOS NASCIMENTO 9\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9be2774500fa36af014\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603394477000,\n                                \"end\": 1603396800000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"SERRALHERIA TRES IRMAOS\",\n                            \"departureSite\": \"MARCIO DOS SANTOS NASCIMENTO 9\",\n                            \"distance\": 29593,\n                            \"nominalDuration\": 2323\n                        },\n                        {\n                            \"activity\": \"PAUSE\",\n                            \"timeWindow\": {\n                                \"start\": 1603396800000,\n                                \"end\": 1603450800000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"SERRALHERIA TRES IRMAOS\",\n                            \"operations\": []\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603450800000,\n                                \"end\": 1603462510000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"SERRALHERIA TRES IRMAOS\",\n                            \"departureSite\": \"SERRALHERIA TRES IRMAOS\",\n                            \"distance\": 149175,\n                            \"nominalDuration\": 11710\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603462510000,\n                                \"end\": 1603463410000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"SERRALHERIA TRES IRMAOS\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9a02774500fa36af013\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603463410000,\n                                \"end\": 1603465200000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Vidros &amp; Cia\",\n                            \"departureSite\": \"SERRALHERIA TRES IRMAOS\",\n                            \"distance\": 24586,\n                            \"nominalDuration\": 1790\n                        },\n                        {\n                            \"activity\": \"PAUSE\",\n                            \"timeWindow\": {\n                                \"start\": 1603465200000,\n                                \"end\": 1603468800000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Vidros &amp; Cia\",\n                            \"operations\": []\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603468800000,\n                                \"end\": 1603472510000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Vidros &amp; Cia\",\n                            \"departureSite\": \"Vidros &amp; Cia\",\n                            \"distance\": 50958,\n                            \"nominalDuration\": 3710\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603472510000,\n                                \"end\": 1603473410000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Vidros &amp; Cia\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9312774500fa36af010\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603473410000,\n                                \"end\": 1603473588000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"ESQUAVIDROS\",\n                            \"departureSite\": \"Vidros &amp; Cia\",\n                            \"distance\": 1890,\n                            \"nominalDuration\": 178\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603473588000,\n                                \"end\": 1603474488000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"ESQUAVIDROS\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9512774500fa36af011\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603474488000,\n                                \"end\": 1603474619000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"MUNDO DOS VIDROS\",\n                            \"departureSite\": \"ESQUAVIDROS\",\n                            \"distance\": 1015,\n                            \"nominalDuration\": 131\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603474619000,\n                                \"end\": 1603475519000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"MUNDO DOS VIDROS\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c9002774500fa36af00f\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603475519000,\n                                \"end\": 1603476283000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"MM CONSTRUTORA E INCORPORADORA LTDA\",\n                            \"departureSite\": \"MUNDO DOS VIDROS\",\n                            \"distance\": 6529,\n                            \"nominalDuration\": 764\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603476283000,\n                                \"end\": 1603477183000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"MM CONSTRUTORA E INCORPORADORA LTDA\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c98b2774500fa36af012\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603477183000,\n                                \"end\": 1603480854000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Vidra?aria Cabral\",\n                            \"departureSite\": \"MM CONSTRUTORA E INCORPORADORA LTDA\",\n                            \"distance\": 59915,\n                            \"nominalDuration\": 3671\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603480854000,\n                                \"end\": 1603481754000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Vidra?aria Cabral\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c8e02774500fa36af00e\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603481754000,\n                                \"end\": 1603483200000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Nadson Sena\",\n                            \"departureSite\": \"Vidra?aria Cabral\",\n                            \"distance\": 26462,\n                            \"nominalDuration\": 1446\n                        },\n                        {\n                            \"activity\": \"PAUSE\",\n                            \"timeWindow\": {\n                                \"start\": 1603483200000,\n                                \"end\": 1603537200000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Nadson Sena\",\n                            \"operations\": []\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603537200000,\n                                \"end\": 1603543385000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Nadson Sena\",\n                            \"departureSite\": \"Nadson Sena\",\n                            \"distance\": 113185,\n                            \"nominalDuration\": 6185\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603543385000,\n                                \"end\": 1603544285000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Nadson Sena\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91c8c52774500fa36af00d\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603544285000,\n                                \"end\": 1603548766000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"IMPERIAL MARMORARIA E VIDRACARIA\",\n                            \"departureSite\": \"Nadson Sena\",\n                            \"distance\": 83152,\n                            \"nominalDuration\": 4481\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603548766000,\n                                \"end\": 1603549666000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"IMPERIAL MARMORARIA E VIDRACARIA\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91ca862774500fa36af01a\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603549666000,\n                                \"end\": 1603549950000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"VIDRACARIA DIAMANTE (MENEZES )\",\n                            \"departureSite\": \"IMPERIAL MARMORARIA E VIDRACARIA\",\n                            \"distance\": 2826,\n                            \"nominalDuration\": 284\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603549950000,\n                                \"end\": 1603550850000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"VIDRACARIA DIAMANTE (MENEZES )\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91ca542774500fa36af019\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603550850000,\n                                \"end\": 1603551351000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"METALVIDROS\",\n                            \"departureSite\": \"VIDRACARIA DIAMANTE (MENEZES )\",\n                            \"distance\": 5513,\n                            \"nominalDuration\": 501\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603551351000,\n                                \"end\": 1603552251000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"METALVIDROS\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91ca102774500fa36af017\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603552251000,\n                                \"end\": 1603552560000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"VIDRACARIA IMPERIO\",\n                            \"departureSite\": \"METALVIDROS\",\n                            \"distance\": 3663,\n                            \"nominalDuration\": 309\n                        },\n                        {\n                            \"activity\": \"DELIVERY\",\n                            \"timeWindow\": {\n                                \"start\": 1603552560000,\n                                \"end\": 1603553460000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"VIDRACARIA IMPERIO\",\n                            \"fixedTimeSite\": 0,\n                            \"volume\": 0.0,\n                            \"weight\": 0.0,\n                            \"operations\": [\n                                \"5f91ca242774500fa36af018\"\n                            ]\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603553460000,\n                                \"end\": 1603555200000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Bahia Vidros\",\n                            \"departureSite\": \"VIDRACARIA IMPERIO\",\n                            \"distance\": 32691,\n                            \"nominalDuration\": 1740\n                        },\n                        {\n                            \"activity\": \"PAUSE\",\n                            \"timeWindow\": {\n                                \"start\": 1603555200000,\n                                \"end\": 1603558800000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Bahia Vidros\",\n                            \"operations\": []\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603558800000,\n                                \"end\": 1603569600000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Bahia Vidros\",\n                            \"departureSite\": \"Bahia Vidros\",\n                            \"distance\": 202912,\n                            \"nominalDuration\": 10800\n                        },\n                        {\n                            \"activity\": \"PAUSE\",\n                            \"timeWindow\": {\n                                \"start\": 1603569600000,\n                                \"end\": 1603623600000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Bahia Vidros\",\n                            \"operations\": []\n                        },\n                        {\n                            \"activity\": \"DRIVING\",\n                            \"timeWindow\": {\n                                \"start\": 1603623600000,\n                                \"end\": 1603623843000\n                            },\n                            \"type\": \"DRIVING\",\n                            \"operations\": [],\n                            \"arrivalSite\": \"Bahia Vidros\",\n                            \"departureSite\": \"Bahia Vidros\",\n                            \"distance\": 4566,\n                            \"nominalDuration\": 243\n                        },\n                        {\n                            \"activity\": \"ROUTE_END\",\n                            \"timeWindow\": {\n                                \"start\": 1603623843000,\n                                \"end\": 1603623843000\n                            },\n                            \"type\": \"SITE\",\n                            \"site\": \"Bahia Vidros\",\n                            \"operations\": []\n                        }\n                    ]\n                }\n            ],\n            \"vehicle\": \"TMP-3020\",\n            \"period\": {\n                \"timeWindow\": {\n                    \"start\": 1603364400000,\n                    \"end\": 1603659600000\n                },\n                \"departureSite\": \"Bahia Vidros\",\n                \"arrivalSite\": \"Bahia Vidros\"\n            }\n        }\n    ],\n    \"indicators\": {\n        \"totalServiceTime\": 13500,\n        \"totalDeliveringTime\": 13500,\n        \"dayWorkingTotalTime\": 86643,\n        \"nightWorkingTotalTime\": 0,\n        \"totalUnloadingTime\": 0,\n        \"totalWorkingTime\": 86643,\n        \"totalCollectingTime\": 0,\n        \"timeWindowNumber\": 1,\n        \"totalDrivingTime\": 73143,\n        \"totalLoadingTime\": 0,\n        \"totalTime\": 259443,\n        \"totalDistance\": 1186545,\n        \"averageOccupancyRateVolume\": 0.08,\n        \"averageOccupancyRateWeight\": 0.0,\n        \"rejectOperationsNumber\": 0,\n        \"totalWaitingTime\": 0,\n        \"totalRestTime\": 0,\n        \"routesNumber\": 1\n    }\n}<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Descripci\u00f3n del problema En este ejemplo, tenemos una solicitud para resolver un problema log\u00edstico de una empresa que cuenta con una flota compuesta por 1 veh\u00edculo del tipo VUC y 15 \u00f3rdenes de servicio de entrega en la regi\u00f3n Nordeste de Brasil. La planificaci\u00f3n considera m\u00faltiples d\u00edas, respetando las reglas de la legislaci\u00f3n relacionadas con [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[147],"tags":[],"class_list":["post-3711","post","type-post","status-publish","format-standard","hentry","category-planning-es"],"acf":[],"_links":{"self":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts\/3711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/comments?post=3711"}],"version-history":[{"count":4,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts\/3711\/revisions"}],"predecessor-version":[{"id":3874,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/posts\/3711\/revisions\/3874"}],"wp:attachment":[{"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/media?parent=3711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/categories?post=3711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/developers.maplink.global\/es\/wp-json\/wp\/v2\/tags?post=3711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}