需要在展开查询中应用过滤器。要求是通过 yomi 全名搜索帐户的主要联系人。
是否有任何方法可以识别联系人实体中的主要联系人。
网址:
/accounts?$expand=primarycontactid($select=contactid,fullname)&$top=3
预期是:
If search name is john then contact having fullname john only get listed.
尝试过:
/accounts?$expand=primarycontactid($select=contactid,fullname&$filter=contains(yomifullname,%27'. $key .'%27))&$top=3
慕莱坞森