# Update 'Swedishreferencerate' Endpoint: PATCH /common/swedishreferencerate/{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) - `as_of_date` (string, required) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) ## Response 200 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `value` (number, required) - `as_of_date` (string, required) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) - `created_at` (string) ## Response 401 fields ## Response 403 fields ## Response 429 fields