Hi guys,
Below Json Format
[
{“accountNumber”:“12345”},’‘personName":“xyz”,“role”:“manager”,“status”:“pass”},
{“accountNumber”:“23456”},’‘personName":“abc”,“role”:“Assistant manager”,“status”:“pass”},
{“accountNumber”:“32145”},’'personName":“qwe”,“role”:“General manager”,“status”:“pass”},
]
In above body i need to pass oracle db via HTTP post request
the above json stored in variable and that variable i have in body for HTTP post request, but its not working
please anyone help this
Main.xaml (7.5 KB)
Regards
Raja G