IDScan.net
Search Results for

    Show / Hide Table of Contents

    RESTful Web Service to validate a Driver's License Number

    POST https://app1.idware.net/DriverLicenseParserRest.svc/ValidateLicenseNumber HTTP/1.1
    Host: app1.idware.net
    Content-Type: text/json
    Cache-Control: no-cache
    {
        "authKey": "yourKey",
        "licenseNumber": "123445", 
        "jurisdictionCode": "WA", 
        "countryCode": "USA"
    }
    

    Response

    Success

    {
        "ValidateLicenseNumberResult": false
    }
    

    Error

    {
        "ValidateLicenseNumberResult": null
    }
    
    Back to top IDScan.net IDScan.net GitHub