---
title: "Deny multiple appointment requests in a single operation with optional consumer notification control.
This endpoint processes appointment requests and provides detailed error reporting."
method: POST
path: "/Business/Schedules/AppointmentRequests/deny-multiple"
tags: ["Rest"]
---

# Deny multiple appointment requests in a single operation with optional consumer notification control.
This endpoint processes appointment requests and provides detailed error reporting.

`POST /Business/Schedules/AppointmentRequests/deny-multiple`

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Request body

- MindbodyRestApiCommonModelsRequestDenyMultipleAppointmentRequestsRequest
  - `AppointmentRequestIds` integer[], required
  - `ShouldNotifyConsumer` boolean

## Response `201`

Created

- MindbodyRestApiCommonModelsResultsDenyMultipleAppointmentRequestsResponse
  - `ErrorList` MindbodyRestApiCommonModelsErrorsError[]
    - `Code` string
    - `Description` string
  - `AppointmentRequestsDenied` integer[]
  - `ShouldNotifyConsumer` boolean
  - `NotificationSent` boolean

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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