Address Element: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (Protected "Address Element" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
John Leavitt (talk | contribs) |
||
Line 24: | Line 24: | ||
* The City (String) element is optional. The value must match an existing city. | * The City (String) element is optional. The value must match an existing city. | ||
* The State (String) element is optional | * The State (String) element is optional. | ||
* The StateAbbrev element is optional. It must be a standard two letter state code. | * The StateAbbrev element is optional. It must be a standard two letter state code. |
Revision as of 18:32, 19 September 2014
XML Element
- <Address>
- </Address>
Description
- The AddressLine1 (String) element is optional.
- The AddressLine2 (String) element is optional.
- The City (String) element is optional. The value must match an existing city.
- The State (String) element is optional.
- The StateAbbrev element is optional. It must be a standard two letter state code.
- The Country (String) element is optional. The value must match an existing country.
- The ZipCode (Integer) element is optional. The value must match an existing zip code.
- An invalid City, State, Country, or ZipCode is entry will be replaced by NULL.
- The Location (String) element is required, and must NOT match an existing location.
- The Entity element is optional. If present, it must contain a valid entity. The Entity element is only used to supply entity data for importing details.
- Details – see Details section