⚠️ This is a work in progress
A simple REST API client in .NET 5.0 for Bexio which is a powerful cloud based software for business administrations.
Find official API documentation here
As this is still a work in progress, only some API calls are implemented and tested.
- Contacts
- Sales Order Management
- Purchase
- Accounting
- Banking
- Items & Products
- Projects & Time Tracking
- Files
- Other
- Company Profile
- Countries
- Languages
- Notes
- Payment Types
- Permissions
- Tasks
- Units
- User Management
- Obtain an api token from here
- Check the Example project on how to use it
We decided to use the direct API Token approach as described here. The Implementation of oauth 'Authorization Code Grant' flow is described in the official documentation but not implemented in this API client.