---
title: "Create Product Group"
method: POST
path: "/Sites/{siteId}/ProductGroups"
tags: ["ProductGroups"]
---

# Create Product Group

`POST /Sites/{siteId}/ProductGroups`

## Path parameters

- `siteId` integer, required

## Request body

- QPilotCoreModelsDtoEntitiesProductGroupDto
  - `productGroupId` integer, nullable
  - `name` string, required
  - `createdUtc` string, date-time, nullable
  - `updatedUtc` string, date-time, nullable
  - `siteId` integer
  - `products` QPilotCoreModelsDtoEntitiesProductGroupProductsDto[], nullable
    - `id` string, required
    - `title` string, nullable

## Response `200`

Success

- QPilotCoreModelsDtoEntitiesProductGroupDto
  - `productGroupId` integer, nullable
  - `name` string, required
  - `createdUtc` string, date-time, nullable
  - `updatedUtc` string, date-time, nullable
  - `siteId` integer
  - `products` QPilotCoreModelsDtoEntitiesProductGroupProductsDto[], nullable
    - `id` string, required
    - `title` string, nullable

---

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