Hello,
For modules CREATE/UPDATE/DELETE is working fine on my side.
But how to add new options in to any drop down using rest api?
Please help.
Hello,
For modules CREATE/UPDATE/DELETE is working fine on my side.
But how to add new options in to any drop down using rest api?
Please help.
Hi,
There is no direct method. Yet this can be achieved by custom coding at API side.
You can capture the Dropdown Save code from Admin>>Studio and then put it into API with as a new method.
Thank you for replying.
So you are saying if we do customization on API side code then we can write our own code to add and get options for dropdown ?
Correct ?