Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Thanks for the answer Shong..
The answer is more simple than I Imagined.. You just have to use Accept: application/json as http header in http reguest and it works.. Use for example fiddler or curl in testingNo need to add json components to the job..
Hi
Is it possible to accept JSON in tRESTClient?I want to use tWriteJSONField component before tRESTClient , but return 500 error. Since the request method of KPI is POST, the parameters are sent to tRESTClient component in JSON format to get the data.