Hi,
I would like get some guidance on creating a API endpoint.
We need to connect with a 3rd party created API endpoint to exchange a standarized Invoice information in 2-way system.
The API is created with OAUTH2 authentication and need cliendid and secred. There is a SWAGGER documentation that I cant even read or use properly...
It has GET / POST method for exchanging data and status info, and DEL for messages.
I don't know where to start with it... Can I go here using X++ .NET?
How to create a connection to this endpoint? It need a async connection, and both sides need to call each other.