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

# Choose the next process phase route for an existing request

`PUT /v1/Requests/ChooseRoute`

Choose the next process phase route for an existing request

## Request body

- RevAppModelsRequestProcessRouteAdvancement
  - `request_id` integer — Identifier for the request 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

- V1RequestsChooseRoutePut200ApplicationJsonResponse

---

[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/versions/135571434f6c/schema)
