I need to create an integration program to import payables transactions. Integration Manager is not an option and my first thought was to use VS C# and just embed calls to stored procedures to perform the actual insert. I was wondering that instead of writing the stored procedures from scratch can I simply use the ones that are already in the database? As long as I pass the proper parameters I would think this would work. Now the question is where can I find documentation on the names and structures of these stored procedures? Is this something that can be provided?
*This post is locked for comments