Web application developed in c# to for reporting and automatic backup purpose for company file in myob cloud.
ASP.Net sample app demonstrating accessing the AccountRight Live API using the SDK in c#.
- Uses the new .Net SDK
- Navigates available files on cloud server
- Manages OAuth login (note: SDK manages refreshing of tokens!)
- Demonstrates use of paging and filtering through listing of Purchase order Sales, Profit and loss, and balance sheets.
- Gives automatic backup of purchase order and sales report of definite period of time which we can configure in webconfig.
- Visual Studio
- MYOBApi developer key and secret (To access cloud server)
- Unzip source code to a local folder and open the solution file.
- Restore Nuget Packages,
- Get Developer key and Developer Secret key for your account from developer section from account. For more detail go to this page
- Update developer key and Developer Secret key and CallBackUrl from there in webconfig in this project.
Happy Coding!!!