Hi, I need to do a query that gets all debtor specific transactions so that I can create an API method that returns all, or filtered types, of transactions.
Which table would I get them from?
Cheers
JuiceyBrucey wrote:Hi, I need to do a query that gets all debtor specific transactions so that I can create an API method that returns all, or filtered types, of transactions.
Which table would I get them from?
Cheers
AppHost.Routes.Add(typeof(DB_TransQuery), "/Queries/DB_Trans", "GET", "Retrieves a list of debtor transactions.", "");
JuiceyBrucey wrote:I take it you are referring to below. I am not that familiar with C# and this is a crash course for me.
JuiceyBrucey wrote:Is there any examples of this being implemented?
Return to Microsoft SQL Server
Users browsing this forum: No registered users and 2 guests