---
title: "Bulk-replace routing rules"
method: PUT
path: "/fiscal-document/v1/fiscalization/routing"
tags: ["Fiscal Connection Config"]
---

# Bulk-replace routing rules

`PUT /fiscal-document/v1/fiscalization/routing`

## Headers

- `X-Property-ID` integer, required

## Request body

- FiscalRoutingListResponse
  - `routing` FiscalRoutingRule[], required
    - `channel` object
      - `country` string, required
      - `code` string, required
    - `flow` string, required
    - `connection` integer, nullable
    - `enabled` boolean, required
    - `inherits` string, nullable
    - `source` 'manual' | 'seeded' | 'inherited'
    - `updatedAt` string, date-time

## Response `200`

OK

- FiscalRoutingListResponse
  - `routing` FiscalRoutingRule[], required
    - `channel` object
      - `country` string, required
      - `code` string, required
    - `flow` string, required
    - `connection` integer, nullable
    - `enabled` boolean, required
    - `inherits` string, nullable
    - `source` 'manual' | 'seeded' | 'inherited'
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request

---

[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)
