REST API link multiple Contacts to Activity
We are trying to link multiple Contacts to an Activity we are creating with the REST API. Not sure of the format and not seeing how to determine it using the MetaData Describe.
PAYLOAD with 1 Contact that works:
POST https://secure-slsomxuda.crmondemand.com/OnDemand/user/Rest/latest/Activities
Accept: application/json
Content-Type: application/vnd.oracle.adf.resource+json
{ "Activities": [{ "Subject": "yy" ,"DueDate": "2016-05-22" ,"Description": "NOTES" ,"Type": "Email" ,"Activity": "Task" ,"Status": "Completed" , "PrimaryContactId" : "AUDA-HVVVP" }]}
Attempting multiple Contacts (I'm guessing here...)
POST https://secure-slsomxuda.crmondemand.com/OnDemand/user/Rest/latest/Activities
Accept: application/json
Content-Type: application/vnd.oracle.adf.resource+json