How do I add a PhoneCall record with phonecll_activity_parties using Rest Api version /XRMServices/2011/OrganizationData.svc/PhoneCallSet in JavaScript?
Json Object: {
"Subject": "Sample Phone Call 1",
"PhoneNumber": "123456789",
"Description" "This is the description of the sample 1 phonecall"
"RegardingObjectId":
{
"Id": "x0000000-fe50-e411-axxx-000d3a34a0aa",
"LogicalName": "account",
"Name": "Zxc_Peterg"
},
"ActualDurationMinutes": 10,
"DirectionCode": true,
"Phonecall_Activity_Parties": [
{??? }
]
}