tripletex-api2
tripletex-api2 copied to clipboard
Currency needs id to be used
When inserting currency it's necessary to search Tripletex id. That generates too much complexity and is too slow
currency: { id: 12 }
Should be:
currency: "EUR"
Same issue for country. Using ISO-values for both currency and country is better.