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.