Siebel eSales Administration Guide > Shopping Service API > Workflow Methods >

ValidateAddress


This method is used to validate the address information by checking to see that the necessary information has been entered. Input argument names are used in any error messages.

Expected Preconditions Before the Method Can Be Called

None.

Arguments

The ValidateAddress method has the arguments shown in Table 60.

Table 60. ValidateAddress Arguments
Name
Type
Data Type
Optional
Comments

Street Address

Input

String

N

 

State

Input

String

N

 

City

Input

String

N

 

Country

Input

String

N

 

Postal Code

Input

String

N

 

Return Error Code

Input

String

N

Do not return an error if equal to N.

Error Message

Output

String

N

Error message, if any.

Pseudo-Algorithm

Go through all the input arguments and make sure that the values are not null.

Siebel eSales Administration Guide