# Confirm sending the renewal notification to the customer (France only) Sends a confirmation to Solaris that you've sent the renewal notification to the customer. You have to add the exact date when the renewal notification was sent in the request body. Endpoint: PATCH /v1/persons/{person_id}/credit_lines/{credit_line_id}/renewal/customer_notified Version: 1.0 ## Path parameters: - `person_id` (string, required) Person ID - `credit_line_id` (string, required) Credit Line ID ## Request fields (application/json): - `notification_sent_date` (string, required) The date the renewal notification was sent to the customer. Example: "2022-02-25" ## Response 403 fields (application/json): - `code` (string) Example: "unauthorized_action" - `detail` (string) Example: "Unauthorized action is not allowed." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `title` (string) Example: "Unauthorized Action" ## Response 404 fields (application/json): - `code` (string) Example: "model_not_found" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `title` (string) Example: "Model Not Found"