Post Request Parameters
Note: Maximum number of records in a Micro-batch POST request is limited to 25.
All addresses use this format regardless of the country of the address.
Parameter | Format | Description |
---|---|---|
AddressLine1 | String | The first address line. |
AddressLine2 | String | The second address line. |
City | String | The city name. |
Country | String | The country code or name, in any of the following formats:
|
FirmName | String | The company or firm name. |
PostalCode | String | The postal code for the address in one of the following
formats: 99999 99999-9999 A9A9A9 A9A 9A9 9999 999 |
StateProvince | String | The state or province. |
OutputCasing | String | Specifies the casing of the output data. It can be: M: The output in mixed case (default). For example:123 Main St Mytown FL 12345 U: The output in upper case. For example:123 MAIN ST MYTOWN FL 12345 |
You can pass extra fields through the web service even if the web service does not
use the fields. These fields are returned, unmodified, in the
user_fields
section of the response. For POST requests, user
fields are passed in as part of the user_fields
element in the XML
or JSON request.Note: User field names may not contain characters that are invalid
in XML or JSON element names. For example, spaces are not valid.