Skip to main content
_id
string

A unique identifier of this routing result.

configuration
object[]

An object containing various configuration settings for the route optimization.

name
string

A string representing the name of this route optimization.

routingDate
string

The date for which the route optimization is performed.

resultCode
string

Unique values for result optimization data as an alternative identifier.

result
object[]

The result key contains success and failed optimized visits list

summary
object[]

An object containing summary information for this route optimization:

status
string

A string indicating the status of the route optimization. There will only 3 type of status : ongoing, done, and failed. ongoing mean that routing executed in background and still on progress. done mean that route optimize has successfully executed and finish the process. failed mean that route optimize executed but failed cause of something wrong that you can see the reason at the message field.

message
string

A string that will only exists when routing process has failed and giving the reason of it.

hubCoordinate
string

A string representing the latitude and longitude of the hub.

hubId
object[]

A unique identifier representing the hub associated with this route optimization.

organizationId
string

A unique identifier representing the organization ID associated with this route optimization.

countryCode
string

A string representing the country code.

user
object[]

An object containing user-related who create this route information.

createdBy
string

A user ID, representing the user who created this routing.

createdFrom
integer

A string indicating the source from which the route optimization was created.

finishTime
string

A timestamp representing the date and time when the routing process finish. To measure the distance between processes can be done based on createdTime and finishTime.

createdTime
string

A timestamp representing the date and time when this route optimization was created.

updatedTime
string

A timestamp representing the date and time when this data was last updated.