C4C系统里面的OData API的LeadCollection对应的Object不是Lead, 而是SalesLead.
而真正的Lead对应的OData API是LeanLeadCollection.
测试报错Your solution is not scoped to process sales leads的原因: 如果当前的用户需要修改SalesLead, 需要在系统Scope里面打开相应的选项。
“Unless sales lead is scoped , this will not work . But since sales lead is obsolete, we would not recommend it”
不过这个SalesLead应该是一个过时的概念了,按我的理解: 应该可以完全被Lead给取代了,但是因为种种原因,标准的OData API还一直保留它。