Goodafternoon,
I'm learning how to create a custom API for Business Central.
For this i'm using this guide by Microsoft, it all goes OK and runs without debugging.
However when I run the first POST request via Postman i receive the error as shown at the bottom (in postman).
I think it's an issue with the permissions but can't figure out how to solve it, i've created a permission set that gives full access to both tables and assigned it to my user.
Thanks in advance for your help.
{
"error": {
"code": "Internal_ServerError",
"message": "Sorry, the current permissions prevented the action. (TableData 50100 Car Brand Insert: ALProject3) CorrelationId: 8aaa02c2-3766-438d-a065-03f89e3c7."
}
}