# Update multiple values for a parametric Endpoint: PUT /api/parametric/{parametricId}/multiple Version: v1 ## Path parameters: - `parametricId` (integer, required) Parametric id ## Query parameters: - `useSortOrder` (boolean) When true the sort order of the values will be saved and manual sorting will be used. Only works when values are less than 100. Default is false. ## Request fields (application/json): - `Id` (integer) - `ParametricId` (integer) - `Value` (string) - `DefaultValue` (string) - `IsValueInherited` (boolean) - `Description` (string) - `DefaultDescription` (string) - `IsDescriptionInherited` (boolean) - `SortOrder` (integer) - `Code` (string) - `ImageKey` (string) Example: "00000000-0000-0000-0000-000000000000" - `ImageUrl` (string) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string) - `Cultures` (array) - `Cultures.CultureCode` (string) - `Cultures.IsTranslated` (boolean)