GetUserPreferences Schema definition missing minOccurs="0" on 4 optional fields and 1 deprecated
Trading API GetUserPreferences Schema definition is missing minOccurs="0" on 4 optional fields and 1 deprecated field, causing the fields to be required:
All need minOccurs="0" tag added to the end to avoid schema errors when they aren't included.
0 comments