# Update supplier price lists for a price list Endpoint: PUT /api/pricing/pricelist/{priceListId}/supplierpricelist Version: v1 ## Path parameters: - `priceListId` (integer, required) Price list id ## Request fields (application/json): - `Id` (integer) - `PriceListId` (integer) - `Name` (string) - `SupplierName` (string) - `Code` (string) - `Changed` (string) - `ChangedBy` (string)