Paylode for Multiple data post
Here I can create association and navigation after that created mpc_Ext class and and dpc_ext deep inset payload like below
"Field2": "hvl2",
"Field3": "hvl3",
"ItemSet": [
{
"IFLD1": "rv11",
"IFLD2": "rv12",
"IFLD3": "rv13"
},
{
"IFLD1": "rv21",
"IFLD2": "rv22",
"IFLD3": "rv23"
}
],
"NAVRESULT" : [
{
"MSG1": "rv21",
"MSG2": "rakesh"
},
{
"MSG1": "rv212",
"MSG2": "rakesh"
},
{
"MSG1": "rv2145",
"MSG2": "rakesh"
}
]
}
"Field2": "hvl2",
"Field3": "hvl3",
"ItemSet": [
{
"IFLD1": "rv11",
"IFLD2": "rv12",
"IFLD3": "rv13"
},
{
"IFLD1": "rv21",
"IFLD2": "rv22",
"IFLD3": "rv23"
}
],
"NAVRESULT" : [
{
"MSG1": "rv21",
"MSG2": "rakesh"
},
{
"MSG1": "rv212",
"MSG2": "rakesh"
},
{
"MSG1": "rv2145",
"MSG2": "rakesh"
}
]
}
Comments
Post a Comment