Estoy utilizando ArcGis de enrutamiento de vehículos servicio rest. Funciona bien hasta que me agregue en el EarliestStartTime de mi ruta, entonces ya no asigna las órdenes a las rutas de entrega (windows y se rompe también causar el mismo problema). Incluso si hago la EarliestStartTime 0 aún así no funciona, sólo la eliminación funciona.
¿Qué estoy haciendo mal?
request=?token=NmsVEs18OZjNkg0jAiUfX-ltrqdqXAQdoZg775KkVpPB6dPPSqm9_N0O2QgR0i8Qnz-AFbi6fGVO60_o7zD2ol43J8nKECoFlZ4QdjndfpAi5JMxtWeot7WUbD5uX-4fFggJWuOgGhiEG7zZt1hmPA..
&default_date=1356998400000
&orders={
"features": [
{
"geometry": {
"x": 115.9679,
"y": -31.78098
},
"attributes": {
"DeliveryQuantities": 1,
"Name": "5406",
"ServiceTime": 15
}
}
]
}
&depots={
"features": [
{
"geometry": {
"x": 115.93737,
"y": -31.90728
},
"attributes": {
"Name": "DBW593",
"CurbApproach": 0
}
}
]
}
&routes={
"features": [
{
"attributes": {
"Name": "2",
"StartDepotName": "DBW593",
"EndDepotName": "DBW593",
"EarliestStartTime": 1357002000000,
"ArriveDepartDelay": 5,
"Capacities": 17,
"MaxTotalTime": 1095
}
}
]
}