---
title: "Adds exception routing"
method: POST
path: "/v1/exception_routings"
tags: ["exception_routings"]
---

# Adds exception routing

`POST /v1/exception_routings`

## Request body

- ExceptionRoutingRequest
  - `msisdn` string — msisdn
  - `regionCode` string
  - `active` boolean — active
  - `routeProfile` string — routeProfile
  - `sender` string — sender

## Response `201`

Created

- ExceptionRoutingResponse
  - `msisdn` string — msisdn
  - `regionCode` string
  - `active` boolean — active
  - `routeProfile` string — routeProfile
  - `sender` string — sender
  - `id` integer — exception routing id
  - `timestamp` string, date-time — timestamp
  - `links` Link[] — links
    - `rel` string
    - `href` string
  - `createdBy` string — createdBy
  - `lastModifiedBy` string — lastModifiedBy
  - `createdOn` string, date-time — createdOn
  - `lastOrigin` string — lastOrigin

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
