---
title: "Adds Addons."
method: POST
path: "/Business/Schedules/Appointments/Addons/Add"
tags: ["Rest"]
---

# Adds Addons.

`POST /Business/Schedules/Appointments/Addons/Add`

## Headers

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

## Request body

- MindbodyApiModelsBusinessSchedulesAddonViewModel[]
  - `Id` integer — Addon Id
  - `Name` string — Addon Name
  - `AppointmentReference` integer — Appointment Id
  - `ServiceCategoryReference` integer — Service category Id
  - `AppointmentTypeReference` integer — Appointment type Id
  - `StaffReference` integer — Staff Id
  - `Paid` boolean — Paid
  - `Completed` boolean — Completed (tblReservation.Booked

## Response `200`

OK

- MindbodyApiModelsBusinessSchedulesAddAddonResponse
  - `Addons` object
  - `Errors` string[]

## 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)
