province code for FR-75 not working with creating customer
samyak
Member Posts: 6
Hi waveapps team,
we recently integrated waveapps invoicing on our application. it was working fine for now. however, we recently found an issue while creating customer. the wavapps api throws error when address.provinceCode value sent as "FR-75" for others it seems to work fine.
you could mail me at tuladharsamyak@gmail.com
0
Comments
Hi @samyak !
Normally, Wave follows the ISO 3166 standard where possible.
FR-75
maps to the city of Paris, so I am guessing you actually want Île-de-France as the province. To get a list of valid provinces in France and their codes, you can run this query:with this input:
In the response, you'll find that Île-de-France maps to
FR-J
:Try using
FR-J
as the code to create this customer.Angela