Hi all,
I am looking for some examples or documentation.
When you are receiving a Rest API request and send a response is there a way to save both of them in a table, probably a blob field, and then do some action?
I'm not sure if I can create an API page and somehow save the request and response.
Or should I create a Codeunit as a web service? But then again if I use web services can I get a JSON as a parameter?
Not sure what is possible in Business Central's latest version, or what is the best approach.