This VRP request schema is used for solving a Vehicle Routing Problem. It consists of resources, jobs, relations, options and weights.

NameTypeRequiredDescription
resources[Resource]trueList of Resources
jobs[Job]trueList of Jobs
optionsOptionsfalseOptions for solver configuration
realationsJobRelationfalseJob relations
weightsWeightsfalseWeighting the constraints
hookstring(uri)falseWebhook for getting notified after request is solved.

OnRoute Request for solving, evaluating