Using models generated from the AccountService v5 spec causes issues for me because the response to the AccountHolderDetails requires the fullPhoneNumber field but this field is not returned in the response to /createAccountHolder. Instead only the phoneNumber field is returned. For ShareholderContact both phoneNumber and fullPhoneNumber are present and none of them seem to be required. Would it be possible to return fullPhoneNumber as well as it is marked as required in AccountHolderDetails?
Using models generated from the AccountService v5 spec causes issues for me because the response to the
AccountHolderDetails
requires thefullPhoneNumber
field but this field is not returned in the response to/createAccountHolder
. Instead only thephoneNumber
field is returned. ForShareholderContact
bothphoneNumber
andfullPhoneNumber
are present and none of them seem to be required. Would it be possible to return fullPhoneNumber as well as it is marked asrequired
in AccountHolderDetails?