---
title: "patchGroup"
method: POST
path: "/patchGroup"
tags: ["Groups"]
---

# patchGroup

`POST /patchGroup`

Updates an existing group with information provided. At least one information field is required for this call.

## Response `200`

200 Response

- PostPatchGroupResponse
  - `success` boolean — Success
  - `data` object[] — Data
    - `groupCode` string — Unique ID for a group
    - `name` string — The name of the group
    - `type` 'group' | 'company' | 'travel_agent' | 'wholesaler' — The type of the group
    - `status` 'open' | 'closed' — Group status
    - `created` string, date-time — Group created time
    - `sourceID` string — The third-party source ID for this group, can be null
    - `address1` string — Address
    - `address2` string — Address2
    - `city` string — City
    - `zip` string — Zip
    - `state` string — State
    - `id` string — ID
    - `property_id` string — Property Id

---

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