Shay Well-Known Member Licensed User Longtime User Mar 29, 2016 #1 I am using the J.PostString for posting URl's, and all is ok but now I need to post also body: POST /v1/conf/gatewayGroups/gatewayGroupName And in the body { "gatewayGroupName":"xxx", "gatewayPlatform" : "yyy", "gatewayMode": "zzz", "failMode":"ttt", "isCluster":"false" } how do I do it? I tried few things and I am getting error from the server
I am using the J.PostString for posting URl's, and all is ok but now I need to post also body: POST /v1/conf/gatewayGroups/gatewayGroupName And in the body { "gatewayGroupName":"xxx", "gatewayPlatform" : "yyy", "gatewayMode": "zzz", "failMode":"ttt", "isCluster":"false" } how do I do it? I tried few things and I am getting error from the server
Erel B4X founder Staff member Licensed User Longtime User Mar 29, 2016 #2 Can you post the code you tried? Upvote 0