• MVB Developer
  • NEWBIE
  • 10 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies

Hello,

I have implemented an integration through the REST-API and I'm able to “get”, “create” and “update” Account and Contact through the REST API.

The only thing I don’t know how to handle is the AccountContactRelations object. I think the “get” should work correctly using for example an URL “sobjects/Account/0012X000021VVYVQA4/AccountContactRelations/”  and I think my implementation is working correctly.  
But I don’t know how to create one through the REST-API.

Is
 chapter in the developer documentation https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_relationships.htm (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_relationships.htm" style="color:#0563c1; text-decoration:underline" target="_blank" title="https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_relationships.htm) for this kind of object?

Best Regards
Bernhard Maehr

Hello,

I have implemented an integration through the REST-API and I'm able to “get”, “create” and “update” Account and Contact through the REST API.

The only thing I don’t know how to handle is the AccountContactRelations object. I think the “get” should work correctly using for example an URL “sobjects/Account/0012X000021VVYVQA4/AccountContactRelations/”  and I think my implementation is working correctly.  
But I don’t know how to create one through the REST-API.

Is
 chapter in the developer documentation https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_relationships.htm (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_relationships.htm" style="color:#0563c1; text-decoration:underline" target="_blank" title="https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_relationships.htm) for this kind of object?

Best Regards
Bernhard Maehr