CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

REST API link multiple Contacts to Activity

edited May 27, 2016 12:08AM in CRM On Demand - Web Services Integration (MOSC) 2 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center