Click or drag to resize

IBookingWcfServiceCheckPostalCode Method

Checks if a postal code is valid

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
CheckPostalCodeResult CheckPostalCode(
	string code,
	string isoCountryCode
)

Parameters

code
Type: SystemString

[Missing <param name="code"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingWcfService.CheckPostalCode(System.String,System.String)"]

isoCountryCode
Type: SystemString

[Missing <param name="isoCountryCode"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.IBookingWcfService.CheckPostalCode(System.String,System.String)"]

Return Value

Type: CheckPostalCodeResult
True if valid, False if invalid. Also returns a list of matching postal code/cities. For countries like germany more than 1 city can share a postal code!
See Also