如何使用 Dynamics 365 CRM Rest api 添加带有 CustomerId 和 ContactId 的案例/事件

问题描述

我想使用 Rest api oAuth2 添加带有 CustomerId 和 ContactId 的案例/事件。我可以在没有 CustomerId 和 ContactId 的情况下添加事件。我正在尝试使用以下格式添加数据,但所有数据都出错:

发布请求网址:https://insyncsolutions.crm8.dynamics.com/api/data/v9.0/incidents

身体样本1:

{
"_customerid_value": "89d10845-a0a1-ea11-a812-000d3a0a8282","title": "{#33613}: Ishaan-Pooja Twilio Test","_primarycontactid_value": "7b4e4434-bc2f-eb11-a813-000d3a0a8282"
}

身体样本2:

{
"[email protected]": "89d10845-a0a1-ea11-a812-000d3a0a8282","title": "{#33616}: Ishaan-Pooja Twilio Test","[email protected]":"/contacts(7b4e4434-bc2f-eb11-a813-000d3a0a8282)"
}

身体样本3:

{
"[email protected]": "/contacts(7b4e4434-bc2f-eb11-a813-000d3a0a8282)","[email protected]":"/contacts(7b4e4434-bc2f-eb11-a813-000d3a0a8282)"
}

请建议我如何使用 Rest api oAuth2 添加带有 CustomerId 和 ContactId 的事件。

谢谢

苏拉吉特昆都

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)