---
title: "Route transactions to a group profile"
method: POST
path: "/accounting/v1.0/folios/transactions/route"
tags: ["Folios"]
---

# Route transactions to a group profile

`POST /accounting/v1.0/folios/transactions/route`

Route reservation transactions to a group profile folio. Routing binds reservation transactions to a group profile and assigns them to the specified folio. You can specify individual transaction IDs or transaction types (by origin ID and external relation kind) to route all matching transactions at once. At least one of `transactions` or `transactionTypes` must be provided.

## Headers

- `X-Property-ID` integer, required

## Request body

- RouteTransactionsRequest — Request to route reservation transactions to a group profile folio. At least one of `transactions` or `transactionTypes` must be provided and non-empty. Route operation binds reservation transactions to a group profile.
  - `reservationId` integer, required — Reservation ID (source of the transactions to route)
  - `groupProfileId` integer, required — Group profile ID (target of the routing)
  - `targetFolioId` integer, required — Target folio ID where transactions will be assigned
  - `transactions` integer[] — List of transaction IDs to route. Required if transactionTypes is not provided.
  - `transactionTypes` TransactionTypeIdentifier[] — List of transaction types to route (by origin ID and external relation kind). Required if transactions is not provided.
    - `originId` string, required — Origin ID of the transaction type
    - `externalRelationKind` 'ROOM' | 'PAYMENT' | 'ITEM' | 'ITEM_POS' | 'ADDON' | 'RESERVATION' | 'ACCOUNTS_RECEIVABLE' | 'ROOM_REVENUE' | 'TAX' | 'FEE' | 'ADJUSTMENT' | 'PAYMENT_FEE' | 'BOOKABLE_RESOURCE' | 'CHANNEL_COMMISSION' | 'CITY_LEDGER' | 'GRATUITY', required — Kind of the external relation

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not found

---

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