---
title: "Choose the next process phase route for an existing order"
method: PUT
path: "/v1/Orders/ChooseRoute"
tags: ["Orders"]
---

# Choose the next process phase route for an existing order

`PUT /v1/Orders/ChooseRoute`

Choose the next process phase route for an existing order

## Request body

- RevAppModelsOrderProcessRouteAdvancement
  - `order_id` integer — Identifier for the order that contains the process.
  - `next_process_route_id` integer — Identifier indicating the next route for the process.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- V1OrdersChooseRoutePut200ApplicationJsonResponse

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
