# 2025-09-24: Client Management Service – added a new contact assignment type

## Overview

We've added a new contact assignment type: *Contact* to the Client Management service.

New validation rules:

* Customer can be assigned to a legal entity only once, regardless of the assignment type.
* New assignment type has been added: *Contact*. This is now the default value.

## Modified endpoints

| Endpoint                                                                                                                                                                       | Description                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- |
| [Creating contact assignment](https://developer.emporix.io/api-references-1/readme/api-reference-13/contact-assignments#post-tenant-contact-assignments)                       | New contact type and validation added - customer can be assigned only once to the legal entity. |
| [Upserting a contact assignment](https://developer.emporix.io/api-references-1/readme/api-reference-13/contact-assignments#put-tenant-contact-assignments-contactassignmentid) | New contact type and validation added - customer can be assigned only once to the legal entity. |

## Known problems

There are no known problems.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/changelog/archive/changelog-2025/2025-09-24-contact-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
