We are syncing some user data from our own platform to RE on behalf of a client. One of the fields we are trying to sync is the user's address.
We know we can use CreateConstituentAddress and EditConstituentAddress to copy data over, which works fine for some countries, but others have validation on what (e.g.) the state or county is allowed to be. I don't see those mappings in the documentation.
We've seen a "counties" code table, but that doesn't seem to quite match what we want.
How can I recreate the functionality of the "parish" dropdown for Jamaica, for example? Is ISO 3166-2 enough?