API.241113-MINOR

💡New

API Version in Header
Callback requests now contain the x-plenigo-api-version in the header. 
This helps to
  • support two API versions by parsing the according JSON-Objects based on the headers sent

  • verify which is the current API version

🐛Fix

PLEN-7724: Delivery Country Changeable
It was possible to change the delivery country in a customer address information that was in use for a subscription. As the delivery country affects taxes, it is not possible to change the delivery country for running subscriptions anymore.

PLEN-7989: Pagination Wrong
The pagination with endingBeforeId did  not work correctly.