You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ID3 expects the gender field on PersonalDetails to be one of 'Male', 'Female', 'Unknown' or 'Unspecified' (alternatively it can be omitted when querying GB data).
We should introduce some public const string GENDER_* consts for this, noting that in the past we've had issues querying the API with 'male' vs 'Male' (capitalisation used to matter as I recall, it may not anymore).
The text was updated successfully, but these errors were encountered:
ID3 expects the gender field on PersonalDetails to be one of 'Male', 'Female', 'Unknown' or 'Unspecified' (alternatively it can be omitted when querying GB data).
We should introduce some
public const string GENDER_*
consts for this, noting that in the past we've had issues querying the API with 'male' vs 'Male' (capitalisation used to matter as I recall, it may not anymore).The text was updated successfully, but these errors were encountered: