How to execute Business Rule using OIC
Create and launch business rule without any issues. Then Navigate to Application and select Jobs. Create Job with business rule.
In OIC: Use below with Post method:
/HyperionPlanning/rest/v3/applications/NiccoFPR/jobs
Request:
Json:
{
"jobType" : "RULES",
"jobName" : "aso to bso dr"
}
Response:
{
"status" : "",
"jobId" : ""
}
To check Status:
/HyperionPlanning/rest/v3/applications/NiccoFPR/jobs/{jobIdentifier}
Use Get Method, Attach JobId with JobIdentifier in mapping
Response:
{"status":"","details":""}
Thanks,
Mady
No comments:
Post a Comment