【发布时间】:2021-08-20 15:53:44
【问题描述】:
是否可以在 API Create 调用中关联实体,其中关系为 ManyToManyRelationship,如下所示?
{
"SchemaName": "testscheduleid_testid",
"Entity1LogicalName": "testschedule",
"Entity2LogicalName": "test",
"IntersectEntityName": "testschedule_test",
"Entity1IntersectAttribute": "testscheduleid",
"Entity2IntersectAttribute": "testid",
}
Create an entity using the Web API 上的示例仅显示 OneToMany。
或者 /tests(00000000-0000-0000-0000-000000000002)/testschedules/$ref 是通过 REST API 的唯一途径
【问题讨论】:
-
我创建了一个 github 问题 - 让我们看看:github.com/MicrosoftDocs/powerapps-docs/issues/2432
标签: dynamics-crm microsoft-dynamics dynamics-crm-online dynamics-crm-365 dynamics-crm-webapi