Hello,
I have a project to connect to Quantify using web services but VB.net or C# are not able to be used due to the nature of the interface. While I know there is limited documentation, what would be the web service call (XML, JSON) to connect and then call APIs?
Thank you.
Hello. Since Quantify is a .NET application there’s unfortunately no other way to use our API than to use a .NET language. You can build your own web service if you’d like and expose an Xml or Json, but that service would need to sit on top of our API in order to expose those services.
Regards,
Avontus Dev
Thank you for your feedback. Perhaps a future enhancement?