Hi I am posting this as our web developer is trying to get me to build dummy states for each country and that does not seem correct.
I can see from the trace that tessitura client uses a state value of '0' when creating an address that has no state field and it is successful but when I attempt to post an Addrrsss in REST it errors
Hi Richard,
The API respects the field in TR_COUNTRY called "Use State Field." If this is set to No or Optional for the country that you are using for an address, you don't need to pass the State value at all. You shouldn't create dummy values or pass a 0. For example, this is a valid address for a country (Serbia) that has the Use State Field set to No:
Thank you, Michael, this was most helpful and accurate.