Hello,
We use dynamics in general. For our tax obligations we have to send a notification to the government on the backend.
For example, we can send E-Invoice and E-Waybill with normal software.
1st Scenario
By making a 3rd party software using API, we enter the information we create into dynamics finance.
2nd Scenario
Hoping to have the Dynamics finance Hook method. If when a content is entered, it sends an HTTP request to the remote server, we can make software to notify the government of that content. The problem is that the government gives us an ID. We have to process that back into the data. But it looks like we can do that too.
I found odata but we cannot do data processing. I could only read, it didn't even see some data. I want to write and read data using service api.
I need a lot of documentation videos on this subject.