function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
osf_teamosf_team 

create() call using Enterprise WSDl

I am trying to create account,contact and opportunity using the create call of  SOAP API. I am creating these objects in a single call.  

These objects are having parent child relationship. I am using external ID to give the realtion betweent the objects. But how to retrieve the order in which the objects need to be given in the soap request. 

For Example my contact and opportuiny is realted to account. I gave the contact object before the account object in the create call .This is giving an error. So how can we retrieve the order of the objects for  the create call.