---
title: "Send the notification of the selected order request from the booking to the customer"
method: POST
path: "/booking/sendOrderRequestNotification"
tags: ["booking"]
---

# Send the notification of the selected order request from the booking to the customer

`POST /booking/sendOrderRequestNotification`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model64
  - `bookingID` string, required — ID of the booking the order request belongs to
  - `orderID` string, required — ID of the order request to send the notification

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
