REST Rules
Summary
RestContent
Hello,
I am trying to run a simple BR by calling it using REST.
It seems that RESTAPI code validates and runs but I don't see it running in the jobs or it doesn't provide the results that I am expecting from the BR.
Please note: I am a RESTAPI beginner
Note: I can BR directly and see the expected result
HttpResponse<String> jsonResponse = operation.application.getConnection("Test").post("/HyperionPlanning/rest/v3/applications/xyz/jobs")
.body(json(
["jobType":"Rules",
"jobName":"ABC"]
)
)
.asString();
Tagged:
0