The 'AddressLine1Txt' element is invalid.
The full error is here:
The 'AddressLine1Txt' element is invalid - The value is invalid according to its datatype 'StreetAddressType'
Our Explanation: AddressLine1Txt is a required. AddressLine2Txt is optional. The maximum length of
AddressLine1Txt is 35 characters and can consist of upper or lower case letters, any number from 0 through 9, and
a hyphen, slash and single space. Periods, commas, #-sign, ()[]{}`are not allowed. Leading space, trailing space,
adjacent spaces, and other symbols are also illegal characters.
Common errors are:
- The maximum address length is 35 characters. If the name is more than 35 characters, you will get the above error along with 'The actual length is greater than the MaxLength value'. Either reduce the street address or use AddressLine2Txt as a continuation.
- You used an invalid character. The address '123 West Wilson, #203' has comma and #-sign which are invalid characters.