cancel
Showing results for 
Search instead for 
Did you mean: 

SAP FSM Create/Update Organization Level using API call.

Nischitha03
Explorer
0 Kudos

Hi Experts,

I have a requirement to create and update the organization level in FSM using API call.

We are planning to achieve this via CPI interface.

I'm trying to create the organization level using below API.

https://us.coresuite.com/cloud-org-level-service/api/v1/levels.

However, I get below error message while using the POST method.

{ "timestamp": "2023-05-23T07:16:07.075347497Z", "status": "405 METHOD_NOT_ALLOWED", "error": "ERROR_018: Request method not supported (method=POST)", "message": "The request method is not supported for the given uri (method=POST)"}

Could you please help me to know is there any way to create/update Organization Level in FSM using API call?

View Entire Topic
asutoshmaharana2326
Active Participant
0 Kudos

Dear Nischitha,

I think you are using wrong API. Please find the SAP documentation and swagger.

If you are making POST call then call the "/api/v2/levels".

Thanks,

Asutosh

Nischitha03
Explorer
0 Kudos

Thank you Asutosh. That worked!