VRt.UniversalExtension [UVE] (7.40.3475)

Veeroute Support Team: support@veeroute.com License: Proprietary Terms of Service

Programming interface for the post-processing module of calculation results — Veeroute Universal Extension API.

Description

To post-process calculation results, you must create a service that implements the /universalextension/plan/postprocessing method and specify the service address in the calculation task.

Entity diagram

erd

Extension

Post-processing of calculation results.

Postprocessing results of planning

Synchronous method for postprocessing results of planning.

Request Body schema: application/json
required

New request.

required
object (plan_task)

Task for planning

required
object (plan_result)

Plan result. It can be intermediate (during the calculation process) and complete (after the calculation is completed).

Responses

Response Schema: application/json
required
object (plan_result)

Plan result. It can be intermediate (during the calculation process) and complete (after the calculation is completed).

Request samples

Content type
application/json
{
}

Response samples

Content type
application/json
{
}