Integral2uSalesTaxContracts 1.0.1

dotnet add package Integral2uSalesTaxContracts --version 1.0.1
NuGet\Install-Package Integral2uSalesTaxContracts -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Integral2uSalesTaxContracts" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Integral2uSalesTaxContracts --version 1.0.1
#r "nuget: Integral2uSalesTaxContracts, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Integral2uSalesTaxContracts as a Cake Addin
#addin nuget:?package=Integral2uSalesTaxContracts&version=1.0.1

// Install Integral2uSalesTaxContracts as a Cake Tool
#tool nuget:?package=Integral2uSalesTaxContracts&version=1.0.1

Welcome and pleased to meet you.

What’s integral to your business? Simple questions and the answer is usually simple, customers. No doubt you want to provide your customers with the highest level of service and you need the right tool’s to do so and then you need time. There are many many options, however no matter what you choose or how much you spend there will not be one that does everything you want or need and more unlikely they work together in a way that doesn't consume your time. This is where Custom API’s can help to fill in the gaps and provide workable solutions for you. Integral2u will work toward implementing solutions that can integrate or produce results that can be imported into 3rd party systems. While we will provide custom API's we also create and distibute our own prebuilt API's on Rapid Hub https://rapidapi.com/user/integral2u

Current API's'

Money Easy to use Enterprise resource planning (ERP) tools for planing prices, costs, markups and dealing with money. https://www.nuget.org/packages/Integral2uMoneyContracts/

Inventory Inventory provides inventory management Enterprise Resource Managment(ERP) tools to aid in planning and achieving optimal inventory. Great for determining and forcasting inventory requirements. https://www.nuget.org/packages/Integral2uInventoryContracts/

Sales Tax Easy to use Sales Tax information and Calculators for multiple countries Great for determining and forcasting inventory requirements. https://www.nuget.org/packages/Integral2uSalesTaxContracts/

Quick Example

using Integral2uSalesTaxContracts.V1;
using Integral2uSalesTaxContracts.V1.Requests;

//You rapid API Key should not be made publicly visible
//Search appsettings or environment variables
//var client = new Integral2uHttpApi("[Your RapidApi Key Here]") as IIntegral2uApi;
var client = new Integral2uRestApi("[Your RapidApi Key Here]") as IIntegral2uApi;
var countryCodes = client.CountryCodes();
foreach(var code in countryCodes??Array.Empty<string>()) 
    Console.Out.WriteLine(code);
var provences = client.StateProvenceFor(new CountryCodeRequest("CAN"));
foreach (var provence in provences ?? Array.Empty<string>())
    Console.Out.WriteLine(provence);

var VAT = client.RecordFor(new SalesTaxRecordRequest("usa", "1001", string.Empty));
Console.Out.WriteLine(VAT.StandardRate);

Console.In.ReadLine();
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 228 11/4/2023
1.0.0 107 11/2/2023