|
InfoWebXMLWebServiceValidateAddress Method |
Validates the address
Namespace: Infosoft.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax public string ValidateAddress(
string titleCode,
InfoWebAddress address,
bool addressStandard,
bool standardFirst,
string gateAbbreviation,
string veiAbbreviation,
string bakkenAbbreviation,
string smugetAbbreviation,
string almenningenAbbreviation,
string ovreAbbreviation,
string sondreAbbreviation,
string nedreAbbreviation,
string terrasseAbbreviation
)
No code example is currently available or this language may not be supported.
Parameters
- titleCode String
- The code for the subscription title
- address InfoWebAddress
- InfoWebAddress object
- addressStandard Boolean
- AddressStandard - If true the address will be fixed by the given parameteres in this method declaration
- standardFirst Boolean
- StandardFirst - If true the first name of the street name would be shorted to a letter. Eg. Fridtjof Nansenvei -> F Nansensvei
- gateAbbreviation String
- If "YES" street name will be shortened
- veiAbbreviation String
- veiAbbreviation: Shorten the part of the street name with the value in the given parameter.
- bakkenAbbreviation String
- bakkenAbbreviation: Shorten the part of the street name with the value in the given parameter.
- smugetAbbreviation String
- smugetAbbreviation: Shorten the part of the street name with the value in the given parameter.
- almenningenAbbreviation String
- almenningenAbbreviation: Shorten the part of the street name with the value in the given parameter.
- ovreAbbreviation String
- ovreAbbreviation:Shorten the part of the street name with the value in the given parameter.
- sondreAbbreviation String
- sondreAbbreviation:Shorten the part of the street name with the value in the given parameter.
- nedreAbbreviation String
- nedreAbbreviation:Shorten the part of the street name with the value in the given parameter.
- terrasseAbbreviation String
- terrasseAbbreviation:Shorten the part of the street name with the value in the given parameter.
Return Value
StringStatus code '00' if address was validated successfully. For other possible status codes, look under
Remarks.
Remarks See Also