Closed strongus closed 2 years ago
Hi strongus,
Checking with the latest version of the SDK this doesn't seem to be an issue. GetContactsByContactNumberAsync
is returning the appropriate contact given a valid ContactNumber
:
Interestingly, if you pass the id of the contact the method still returns the correct contact, so, under the hood it filters on both contactNumber and contactId.
Hope this helps :)
Describe the bug Calling the GetContactsByContactNumberAsync and passing in the ContactNumber doesn't work/retrieve the contact because the method is actually querying for the ContactId not the ContactNumber. I tried it out in the Explorer just to confirm I am not crazy.
Steps to reproduce the behavior:
Expected behavior The method should return the Contact if you pass in the ContactNumber value instead of the ContactId OR the method should be renamed GetContactsByContactIdAsync.