Parameters for Input Data
ValidateMailingAddressRecommend takes an address as input. All addresses use this format regardless of the address's country.
Parameter |
Format |
Description |
Required |
---|---|---|---|
Data.Name |
String |
First and last name of the addressee. |
No |
Data.AddressLine1 |
String |
Primary address line. |
Yes |
Data.AddressLine2 |
String |
Secondary address line. |
No |
Data.City |
String |
City of address. |
Yes |
Data.StateProvince |
String |
State/Province name or code of address. |
Yes, depends on country |
Data.PostalCode |
String |
Postal code of the address. |
No |
Data.Country |
String |
Country name. It can be formal name, 2-digit ISO or 3-digit ISO Code. |
Yes |
Data.FirmName |
String |
Company name |
No |
Data.RecordKey |
String |
Key to tie input record with output record when multiple records are provided on input. This is required as Spectrum OnDemand processes record in parallel so the output order of records will not necessarily match the input order. |
No |
Data.InstanceKey |
String |
InstanceKey used with GlobalTypeAhead services. |
No |