---
title: "Send a Validation Message"
method: POST
path: "/notification.send"
tags: ["Notifications"]
---

# Send a Validation Message

`POST /notification.send`

Sends a validation message (e.g., `api.throwException`, `api.redAlert`, etc.) from the validation of calculation logics in CLIC documents (Quotes, Agreements & Promotions (Contracts), Rebate Agreements, Compensation Plans) to the Notification Center (Notification API).<p>
See the [App Notifications](https://pricefx.atlassian.net/wiki/spaces/KB/pages/6878068738/) article for more details.

## Request body

- object
  - `data` object
    - `notification` object
      - `title` string, required
      - `message` string, required
      - `source` string, required
      - `status` string, required
      - `topic` string, required
      - `actionType` string, required
      - `validFrom` string
      - `validUntil` string
      - `dueDate` string
      - `dismissible` boolean

## Response `200`

A general response that contains `data` property with a content depending on returned objects (e.g., Product master table fields when calling the `/fetch/P` endpoint). Can be `null`.

- object
  - `response` object
    - `node` string
    - `data` object, nullable
    - `status` integer
    - `startRow` integer
    - `endRow` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
