How to send array of objects to restful client as parameters
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I've a types class, which contains key and value properties and I need to send array of types objects to restful service. I tried the below url, but its not working. Please correct it. Thanks in advance. http://localhost:8080/CRService/services/CRService/newRequest?User=abcd&types={"key":name, "value":xyz}&types={"key":assigned_to, "value":abcd}&types={"key":status, "value":COMPLETED}