I am using the following API URL to post the data in dimension values of Business Central from Power Automate-
https://api.businesscentral.dynamics.com/v2.0/(tenant_id)/Sandbox/api/v2.0/companies(company_id)/dimensions(dimension_id)/dimensionValues
For GET call I can retrieve a List of all dimensions available in the environment.
but for POST Method it is throwing an error.
"Entity does not support insert."
any help will be appreciated.
Regards
S Ghotekar