server public static LogisticsAddressZipCodeId formatZipCodeStrForNL(str _zipCodeStr, [boolean _showMessage])
Run On
Server
Parameters
_zipCodeStr
Type: str
The ZIP Code or postal code string to be formatted.
_showMessage
Type: boolean
A Boolean value that indicates whether to display an error message if the ZIP Code or postal code does not meet the format that is required by the Dutch authorities.
This method first checks to see whether the string is six characters long before it attempts to convert it. If the specified string is not six characters, the same string will be returned.