---
title: "AppointmentReminders.batch_create_or_update"
method: POST
path: "/entities/AppointmentReminders/batch-modify"
tags: ["Activity"]
---

# AppointmentReminders.batch_create_or_update

`POST /entities/AppointmentReminders/batch-modify`

Create or update an batch of AppointmentReminders

## Query parameters

- `validation-level` integer
- `rollback-method` integer

## Response `200`

Creation confirmation. Returns a list of created / updated AppointmentReminders

- object
  - `success` boolean — True when response succeeded, false on error.
  - `data` union[]
    - union
      - string, uuid — And ID of created / updated entity.
      - Error
        - `http_status` integer, required — HTTP status code
        - `code` integer — Internal API error code
        - `name` string — Name of the API error
        - `message` string — Description of the API error
        - `success` boolean, required — Always false on error.

## Other responses

- `500` — unexpected error

---

[API](https://skmtc.net/aws/apis/pipeliner-cloud-api.md) · [All operations](https://skmtc.net/aws/apis/pipeliner-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pipeliner-cloud-api/versions/e8c12ae60aca/schema)
