---
title: "Create a new InAppNotice"
method: POST
path: "/Notices"
tags: ["Notices"]
---

# Create a new InAppNotice

`POST /Notices`

**Requires permissions:** *IT* or *TonbridgeAppNoticeAdmin*

Creates a new InAppNotice in the database.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostNoticeRequest
  - `inAppNotice` InAppNotice
    - `id` integer
    - `title` string, nullable
    - `message` string, nullable
    - `permissions` string, nullable
    - `show` string, date-time, nullable
    - `hide` string, date-time, nullable
    - `url` string, nullable

## Response `204`

Success - In App Notice Created

## Other responses

- `400` — An Error Occurred - Could not create Notice
- `401` — Unauthorized
- `403` — Forbidden

---

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