# Replace productgroup Fully replaces an existing Productgroup. All fields must be provided. Endpoint: PUT /site/{siteId}/ahds/v1/productgroup/{productgroupId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `productgroupId` (string, required) Productgroup unique identifier (UUID) ## Request fields (application/json): - `description` (string, required) Optional description of the product group. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether the product group is active and can be used. - `name` (string, required) Human-readable name of the product group. ## Response 200 fields (application/json): - `createdAt` (string, required) Timestamp when the product group was created. Example: "2025-01-01T00:00:00.000Z" - `description` (string, required) Optional description of the product group. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether the product group is active and can be used. - `name` (string, required) Human-readable name of the product group. - `productgroupId` (string, required) Canonical unique identifier for the product group. Example: "123e4567-e89b-12d3-a456-426614174000" - `updatedAt` (string, required) Timestamp when the product group was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 400 fields ## Response 401 fields ## Response 404 fields