SHOWS THAT API HAS SOME ISSUE:
More Information.. Using SQL profiler I found the Rest API calls the following sql:
exec dbo.cs_Profile_UserData_AddUpdate @UserId=2100,@Fields=N'<fields><field key="Location">asldkfj, AL</field><field key="Occupation"></field><field key="Hobbies"></field><field key="BirthDay">1977-07-11 00:00:00</field><field key="Gender">NotSet</field><field key="Blog"></field><field key="Gallery"></field><field key="Public Email">aaaaa@aaaaaaaa.com</field><field key="Windows Live IM"></field><field key="AOL IM"></field><field key="Yahoo IM"></field><field key="Website"></field><field key="Language">en-US</field><field key="Birthday">1990-10-30 18:26:00</field></fields>'
NOTE TWO BIRTHDAY VALUES!!!
Birthday 1990-10-30 was done through control panel
BirthDay 1977-07-11 was done through API
Why does the API save as BirthDay, with capital "D"