FormatAddress Function

Builds the full address according to country/regional format specific requirements.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
Line1
Edm.String False False

The first line of the address.

City
Edm.String False False

The city of the address.

StateOrProvince
Edm.String False False

The state or province of the address.

PostalCode
Edm.String False False

The postal code of the address.

Country
Edm.String False False

The country of the address.

Return Type

Type Nullable Description
FormatAddressResponse False The FormatAddress function returns the following value.

See also