Mobile number validation with C#
Simple demo which passes mobile phone number to the API and shows a message based on response.
For non UK numbers you will need to include the country code at the start, in either +44 or 0044 format
Full mobile validation API documentation:- https://postcoder.com/docs/mobile-validation
Notes
Built using Visual Studio 2015
Targets .NET 4.6.1
Uses ASP.NET Web API 2 framework
References third-party library: Newtonsoft.Json