Integral2u RapidApi YouTube Trello GitHub Blogger NuGet LinkedIn Postman

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

What is an API?

API’s or (application programing interface) can be thought of as pipelines connecting one system to another.
Our API that can be accessed by your or your systems to perform functions and communicate results.
For example you have a Custom API function we have built for you that looks at your product sales and revenue and produces guidance on what margins you need applied to products to achieve a desired margin.
Your system could be a website, software or 3rd party API


The Roadmap

While we will always have something in development, this roadmap will show our intended trajectory. our focus will be CI/CD continuous integration and continuous delivery and this site is part of that.

Money API

rapidapi.com
  • Sales base
  • Quote pricing
  • Customer pricing

Inventory API

rapidapi.com
  • Inventory planning
  • Order advice
  • Value planning

SalesTax API

rapidapi.com
  • Multiple Countries
  • Get GST/VAT including reduced rates

Custom

rapidapi.com
  • Suits your needs
  • Pricing subject to requirment
  • Free initial consultation

In the meantime we are open to ideas and suggestions that you would consider valuable to you. We won't be entertaining pitches for you to sell us products/services. We are quite capable of building things ourselves.

email

Getting started

You can review our API and products and there may be a pre-built solution in which case you can view on Rapid Hub.
However it’s highly probable you would need a custom solution and while easy is nice we like a challenge. You know your business better than us so a consultation may be the best route. We want to know exactly what you need and we want to provide an effective solution so consider consultation option, have a clear idea of what you desire and we can discuss what we can achieve with your existing systems.


Quick Examples

We try to make the code as easy as possible with helpers and well defined contracts see more on GitHub.

dotnet add package Integral2uInventoryContracts


                        using Integral2uInventoryContracts.V1;

                        //You rapid API Key should not be made publicly visible
                        //Search appsettings or environment variables
                        var rest = new Integral2uRestApi("[Your RapidApi Key Here]") as IIntegral2uApi;
                        var restResult = rest.WeightedUsage(new double[] { 8, 4, 5 });
                        Console.Out.WriteLine(restResult); //~6.16666
                    

>dotnet add package Integral2uMoneyContracts--version 1.0.3


using Integral2uMoneyContracts.V1;

//You rapid API Key should not be made publicly visible
//Search appsettings or environment variables
var rest = new Integral2uRestApi("[Your rapid API Key Here]") as IIntegral2uApi;
var restResult = rest.DiscountFromRetailNet(1.0, 0.5);
Console.Out.WriteLine(restResult);
Console.Out.WriteLine(rest.RetailFromNetDiscount(0.5, restResult));
                

>dotnet add package Integral2uSalesTaxContracts--version 1.0.1


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 Integral2uRestApi("[Your RapidApi Key Here]") as IIntegral2uApi;
var VAT = client.RecordFor(new SalesTaxRecordRequest("usa", "1001", string.Empty));
                    


Thank you

We look forward to hearing from you. We just can’t wait for you to be integral 2 us and for us to be as equally integral2u


An error has occurred. This application may no longer respond until reloaded. Reload 🗙