# Migration to V4.1

## Plu

* **`RetailPrice`**: Property has been renamed to `RetailPriceIncludingVat`. As the name suggests, the retail price includes VAT now.
* `VatCategory`: The maximum value is changed from 5 to 10.

## PluPriceHistoryItem

* `RetailPrice`: Property has been renamed to `RetailPriceIncludingVat`. As the name suggests, the retail price includes VAT now.

## PluPurchaseType

* `VatCategory`: The maximum value is changed from 5 to 10.

## Vat

* `Category`: The maximum value is changed from 5 to 10.
* `Rate`: Data type is changed from decimal to nullable decimal, so value can be `null`as well.
* **`PlannedRateChange`**: New property `PlannedRateChange` of type `VatRateChange` has been added.
* **`LastModifiedAt`**: Date and time of last update. Enforced by API.

## VatIncome

* **`VatCategory`**:  Property has been removed.
* `VatRate`: Data type is changed from decimal to nullable decimal, so value can be `null`as well.

## VatInfo

* `Category`: The maximum value is changed from 5 to 10.
* `Rate`: Data type is changed from decimal to nullable decimal, so value can be `null`as well.


---

# 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://developers.portos.sk/previous-versions/migration-to-v4.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.
