---
title: "POST /api/v1/Groupings"
method: POST
path: "/api/v1/Groupings"
tags: ["Groupings"]
---

# POST /api/v1/Groupings

`POST /api/v1/Groupings`

## Request body

- Grouping
  - `id` integer
  - `name` string, nullable
  - `invoiceProfile` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `createdDate` string, date-time
  - `modifiedDate` string, date-time
  - `isDisabled` boolean
  - `isRemoved` boolean
  - `invoiceReference` string, nullable

## Response `200`

Success

- Grouping
  - `id` integer
  - `name` string, nullable
  - `invoiceProfile` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable
  - `createdDate` string, date-time
  - `modifiedDate` string, date-time
  - `isDisabled` boolean
  - `isRemoved` boolean
  - `invoiceReference` string, nullable

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/revisions/a04494a78f65/schema)
