Details.AddressDetail
Jump to navigation
Jump to search
XML Element
<Detail>
- <DetailTypeID />
- <DisplayOrder />
- <DetailStep />
- <DetailSpan />
- <DetailUIType />
- <DetailName />
- <DetailAddress>
- <AddressData>
- <AddressLine1 />
- <AddressLine2 />
- <City />
- <State />
- <Country />
- <ZipCode />
- <Location />
- </AddressData>
- <AddressData>
- </DetailAddress>
</Detail>
Description
- Address Detail must be a Valid Address
- DetailUIType: AddressDetail
- A combination of AddressLine1, AddressLine2, City, State, Country, ZipCode, and Location element values must match an existing address.
- The AddressData element is required.
Detail Sample
<Detail>
- <DetailTypeID>1007</DetailTypeID>
- <DisplayOrder>11</DisplayOrder>
- <DetailStep>5</DetailStep>
- <DetailSpan> No </DetailSpan>
- <DetailUIType> AddressDetail </DetailUIType>
- <DetailName> Example Address Detail </DetailName>
- <DetailAddress>
- <AddressData>
- <AddressLine1> 1450 S. Eastside Loop </AddressLine1>
- <AddressLine2 />
- <City> Tucson </City>
- <State> Arizona </State>
- <Country> United States </Country>
- <ZipCode>85710</ZipCode>
- <Location> ReliaSoft Headquarters </Location>
- </AddressData>
- </DetailAddress>
- </Detail