We now automatically harmonize the country and countryCode fields to ensure consistency. If one is missing, it will be derived from the other. The countryCode follows the ISO 3166-1 alpha-2 standard (e.g., if country is "Sweden", countryCode will be set to "SE").
We now populate country and country code using the other, should one of them be missing
🔧 Improved
System
Functionality
All
Reminder on Sales Invoice by ID
Now available for all systems
Improved Scheme ID Handling:
Removed several hardcoded schemeID values from the GET /salesinvoices/:id response for better flexibility and accuracy.
File.1
File upload fix
Resolved an issue where files with uppercase extensions (e.g., .PDF, .XML) could fail to upload.