The Change of Address filing in the Postman collection has some differences than those described in the schema, and I hope to get some clarification, as I’ve been getting some 500 errors in my attempts to file even though the validation succeeds:
-
LegalType is the first attribute of the changeOfAddressObject. The document describes this as the type of address although that would be confusing since there are two offices with two types of addresses so which one would it apply to? In postman this is populated with the legal type of the business, which is also odd since that is included in the business object. To clarify, this should be the business legal type?
-
There is an actions array within each address, with a single “addressChanged” value. This isn’t in the schema. Is this required, and if so, should it only be submitted for the addresses that have changed in the case that one or more remain the same?
-
Each address contains an addressType (“delivery” or “mailing”) which are not in the schema, but are also odd since those attributes are within objects that are named accordingly, suchas as deliveryAddress and mailingAddress. Are these required attributes?