# Update product info type Endpoint: PUT /api/product/infotype/{groupId}/{id} Version: v1 ## Path parameters: - `groupId` (integer, required) Group id: SkuOnHand = 2, SkuPriceList= 3 - `id` (integer, required) Product info type id ## Request fields (application/json): - `Id` (integer) - `GroupId` (integer) - `Code` (string) - `Name` (string) - `DefaultName` (string) - `IsNameInherited` (boolean) - `Description` (string) - `DefaultDescription` (string) - `IsDescriptionInherited` (boolean) - `SortOrder` (integer) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string) - `Cultures` (array) - `Cultures.CultureCode` (string) - `Cultures.IsTranslated` (boolean)