I have a kind of incoming payload structure as following:
{
"ProjectId": "300001593930281",
"TaskDetail": [
{
"TaskName": "CHAN1",
"ExternalTaskId": "CHAN1",
"ElementType": "FINANCIAL"
},
{
"TaskName": "CH02",
"ExternalTaskId": "CH02",
"ElementType": "FINANCIAL"
},
{
"TaskName": "AB08",
"ExternalTaskId": "AB08",
"ElementType": "FINANCIAL"
}
]
}
I have to check for each incoming task whether the task already exist in all the tasks in Oracle PPM against the incoming Project ID, if not, create one. If exists update. Did anyone similar kind of integration. I got stuck while in the nested iteration.
Best Regads,
Chandra.