Hello,
I'm trying to get customer details based on his telephone number via WEB API
The following example is successful because the number in CRM is formatted with spaces:
GET /api/data/v9.1/contacts?$filter=contains(mobilephone, '+41 12 345 67 89')&$select=fullname
The problem is that the numbers doesn't have a fixed format.. sometimes they are +41123456789 and some times they have spaces in between. All combinations are possible.
Do you know how should I format my filter to include all format possibilities?
Thank you,
Mihai