---
title: "Creates a notification for an unsupported order type."
method: POST
path: "/order/unsupported"
tags: ["Order"]
---

# Creates a notification for an unsupported order type.

`POST /order/unsupported`

## Request body

- CreateUnsupportedOrderEndpointInput
  - `orderName` string, required — The name of the order.
  - `dataType` string, required — The type of data that was attempted to be ordered.
  - `labelType` string, required — The type of labels that were attempted to be ordered.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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