Writing Contact.Address - getting Contact.Display

I was tasked to write the Company phone number into Genesys users. No biggie - there's the Address collection, and I'm looking for Type = Work and MediaType = Phone. So, I'm adding a new Contact with address = +41589991234. And then if I query the user again, the address collection contains one Contact having the right type and mediaType, but the address field is null and the display field contains (+41589991234). So, why the value I'm sending ending up in another field and why does that field not have the same value as I sent?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.