---
title: "Create Or Update Order Communication Settings"
method: PATCH
path: "/v3/order/{order_id}/communication_settings"
tags: ["order"]
---

# Create Or Update Order Communication Settings

`PATCH /v3/order/{order_id}/communication_settings`

## Path parameters

- `order_id` string, uuid, required

## Request body

- PatchOrderCommunicationSettingsBody
  - `sms_enabled` boolean, required

## Response `200`

Successful Response

- PatchOrderCommunicationSettingsResponse
  - `order_id` string, uuid, required
  - `sms_enabled` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tryvital/apis/junction-api.md) · [All operations](https://skmtc.dev/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tryvital/junction-api/revisions/e2454014f31e/schema)
