Skip to main content
Daniel Albé a posé une question dans #Integration
I'm very (very) new in SalesForce. 

We are creating Accounts and Contacts with no problem using the API Rest method (/services/data/v55.0/sobjects/Account/) sending in the payload the JSON object. 

But I'm trying to find a way to create a Program Enrollment (from EDA) to relate a contact with an account. 

I cannot find any documentation yet. 

If somebody can point me to the right place, It'll be very appreciated. 
3 réponses
  1. 9 sept. 2022, 16:15
    Have you tried: /services/data/v55/sobjects/hed__Program_Enrollment__c ? Just use the full object name (namespace + API name)

    Cheers

    Wolfgang
0/9000