---
title: "Sendfirebasenotification"
method: POST
path: "/api/BestBi/SendFirebaseNotification"
tags: ["BestBi"]
---

# Sendfirebasenotification

`POST /api/BestBi/SendFirebaseNotification`

## Request body

- FirebaseSendNotification
  - `application_code` string, required
  - `message_target` string, required
  - `user_code` string, required
  - `device_id` string, required
  - `notification_type` string, required
  - `notification_doc_type` string, nullable
  - `notification_title` string, required
  - `notification_body` string, required
  - `notification_img_url` string, nullable
  - `notification_url` string, nullable
  - `notification_report_code` string, nullable
  - `push_type` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi.md) · [All operations](https://skmtc.dev/leapsurgebi/apis/leapsurgeapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/leapsurgebi/leapsurgeapi/revisions/5a6b1464bfeb/schema)
