---
title: "Request takes a list of appointment Ids.
Checks if the appointment and current series exist, and then apply payment."
method: POST
path: "/Business/Sales/User/ServicePaymentOptions/Apply"
tags: ["Rest"]
---

# Request takes a list of appointment Ids.
Checks if the appointment and current series exist, and then apply payment.

`POST /Business/Sales/User/ServicePaymentOptions/Apply`

## Headers

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

## Request body

- integer[]

## Response `200`

OK

- MindbodyRestApiDtoModelsUsersApplyServicePaymentOptionsResponse — Response from apply current series
  - `AppointmentServicePaymentOptionDetails` MindbodyRestApiDtoModelsUsersAppointmentServicePaymentOption[] — Dictionary keyed in by appointment Id and value will be the dictionary of payment reference and payment applied or not
    - `AppointmentReference` integer — appointment id
    - `ServicePaymentOptionReference` integer — current series pmtrefno
    - `ServicePaymentOptionDescription` string — session type name
    - `PaymentApplied` boolean — payment applied or not
    - `Error` string — Validation exceptions or errors

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