Skip to Main Content

I tried FCCS REST API but its throwing error.

Johnsy ChackoNov 30 2022 — edited Nov 30 2022

I tried the API : POST :
https://fxxx.com/HyperionPlanning/rest/v3/applications/FCCS/jobs
with Body: {
"jobType": "RULES",
"jobName": "ForceConsolidate",
"parameters": {
"Entity": "FCCS_Total Geography",
"Scenario":"Actual",
"Period":"Nov",
"Year":"FY22"

}  

}

and it throws me this error.
{
"descriptiveStatus": "Error",
"jobName": null,
"jobId": -1,
"details": "The application is invalid.",
"status": 1,
"links": null
}

Can someone help me.
I used following doc: https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-common/prest/rules.html

Comments
Post Details
Added on Nov 30 2022
1 comment
30 views