Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net web forms C# create single Xero invoice

Hi

In my ASP.net Web forms C# project I want to log into Xero using 2 step authentcation  and create a single invoice.

What code would I use to do this?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of David H.H.Lee
David H.H.Lee
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

thanks. I am looking specifically for ASP.net web forms
@Murray, There are several approaches to achieve this!
- using WebApi calls from the back-end code
- using SDK library in the back-end code  

Please mention by which approach, you are facing issues, so we can help you out!