Migration to V4.1
Thi article describes breaking changes between PORTOS API v4.0 and v4.1.
Plu
RetailPrice
: Property has been renamed toRetailPriceIncludingVat
. 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 toRetailPriceIncludingVat
. 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 benull
as well.PlannedRateChange
: New propertyPlannedRateChange
of typeVatRateChange
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 benull
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 benull
as well.
Last updated