Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
How to create a Parent part and immediately add a existing part as child part using Api?
what I have done for above problem
I have created the Parent part and after creation I have retrieved it, and added the existing part as child part..
but i dont want retrieving the Parent part, I want to add dirtectly the child part with out rretrieving the parent part after creation.