SAIDValidator

SAIDValidator is an ASP.NET webservice that validates a standard 13-digit ID number.

Operations

The following operations are supported. For a formal definition, please review the Service Description.

GetServiceIdentifier
Description

Returns the SAIDValidator service identifier string.

Returns

Returns the service identifier in the following form:

  {ServiceName} v{VersionNumber} - {VersionDate}. {CopyrightNotice}

ValidateIdString
Description

Validates a 13-character string representing an SA ID number.

Parameters
authToken Authentication token string. Currently can be set to any value including null.
said A valid 13-digit ID number string formatted as detailed here.

Returns

Returns a said-type XML element.

Other Resources

SAIDValidator Homepage
SAIDValidator Schemas
Blog: How to validate SA Identity Numbers
SAIDValidator Test Page