Skip to content

WilliamGanrot/csharp-api-sdk

 
 

Repository files navigation

GitHub release nuget License: MIT

Fortnox .NET SDK

.NET SDK package for developing integrations towards Fortnox REST API. Package is developed and maintained by Softwerk AB.

For more information about the API, please visit the official documentation at https://developer.fortnox.se/.

Get started

var fortnoxClient = new FortnoxClient("MyAccessToken", "MyClientSecret");

var customer = new Customer()
{
    CustomerNumber = "1",
    Name = "Stefan Andersson"
};

client.CustomerConnector.Create(customer);

Get help

  • For help regarding this package and more code examples visit our wiki.
  • For help regarding the main API please visit https://developer.fortnox.se/
  • For help regarding release information visit our changelog.
  • For other help about our package please file an issue.

Get licence

The MIT License (MIT)
Copyright (c) 2021 Softwerk AB

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

About

Official .NET SDK for Fortnox API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%