Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

freightview/api-example-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#.NET 4.5 API Client This is just a basic example showing how to get rates using C# 4.5. 4.5 is required due to the extension methods we're using to parse and map the JSON request and response easily.

##Get Started To test this client, first update the Program.cs file with your API credentials. Find the credentials variable on line 35. Replace its contents with your API Key followed by a :. Our API uses the API key as the HTTP basic auth header username with no password; hence, the :.

Compile and Run (with F5) the app and you should see your rate results for this example quote.

Refer to the API Documentation for details about what options you can use in fields like paymentTerms, destType,originType, and charges.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages