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

# CreateGroup

`POST /SMS/CreateGroup`

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `name` string, required — Example: 'DreamVIPCard'

## Response `200`

200

- object
  - `barcode` string
  - `brand` object
    - `name` string
    - `uuid` string
  - `copyDocAddress` string
  - `currency_code` string
  - `customer` object
    - `customer_name` string
    - `email` string
    - `phone` string
    - `subject_code` string
    - `uuid` string
    - `vat_number` string
  - `customer_uuid` string
  - `docUID` string
  - `doc_date` string
  - `doc_type` string
  - `more_info` unknown
  - `number` string
  - `originalDocAddress` string
  - `total_items_base_currency` integer
  - `validDocumentGenerated` boolean

## Other responses

- `400` — 400

---

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