Skip to content

Simple C# app demonstrating how to call the DVLA Vehicle Enquiry Service (VES) API

License

Notifications You must be signed in to change notification settings

goldfishrock/dvla-vehicle-search-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvla-search-csharp

C# DVLA Vehicle Enquiry Service (VES) Simple Search

A simple C# demonstration of how to call the DVLA Vehicle Enquiry Service (VES) API using asynchronous calls.

The registration that you want to check is simply hard coded in the class variable in Program.cs

// ***************************************************************************************************
   private static readonly string targetRegistration = "LF63NDX";
// ***************************************************************************************************

About

Simple C# app demonstrating how to call the DVLA Vehicle Enquiry Service (VES) API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages