# v1.1

Path prefix: `/v1.1/`

Release window: June 2025 – Present

Backward compatibility:&#x20;

✔ Fully compatible with v1.0\
✔ No breaking changes introduced

***

### Additions compared to v1.0

#### Endpoints

* Business relations (GET all)
* AML Cash transaction monitoring
* AML name check report
* Aggregated portfolio positions

#### Data model enhancements

* Business relations
  * `dmsLinkUrl`
* Business relations - Persons:
  * `placeOfBirth`
  * `maritalStatus`
  * `taxIdentificationNumber`
  * `email`&#x20;
  * `phone`
  * `address`
  * `postalCode`
  * `city`
* Business relations - Companies and legal entities:
  * `incorporationDate`
  * `maritalStatus`
  * `taxIdentificationNumber`
  * `vatNumber`
  * `legalForm`
  * `socialSecurityNumber`
  * `email`&#x20;
  * `phone`
  * `address`
  * `postalCode`
  * `city`

#### Validation enhancements

* crmCode uniqueness validation (HTTP 409)

#### Security enhancements

* IP whitelisting capability

***

### Upgrade impact

No migration required from v1.0.


---

# 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://apentis.gitbook.io/apentis-api/release-notes/api-contract-versions/v1.1.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.
