Actually i am creating Project tasks using Scheduled API but facing a issue In my scenario there is Parent Task is created first and the child task of this parent task is created and then Parent task is created and then child task of this parent task is created
like
Task OutLine
____________________________________
Parent Task 1 1
Child Task 1 1.2
Child Task 2 1.3
Parent Task 2 1.4
Child Task 1 1.5
Child Task 2 1.6
here is the Parent Task Json
Here is Child Task Json
but i want this
Task OutLine
____________________________________
Parent Task 1 1
Child Task 1 1.2
Child Task 2 1.3
Parent Task 2 2
Child Task 1 2.1
Child Task 2 2.2