# Update 'Swedishpricebasevalue' Endpoint: PATCH /common/swedishpricebasevalue/{pk}/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Path parameters: - `pk` (string, required) ## Request fields (application/json): - `value` (number, required) - `for_year` (integer, required) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) ## Response 200 fields (application/json): - `value` (number, required) - `for_year` (integer, required) - `id` (string, required) Additional Validation Information: Must be unique - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) - `created_at` (string) ## Response 401 fields ## Response 403 fields ## Response 429 fields