http://www.FatTail.com/api
CreateAddress Element
http://www.FatTail.com/api : CreateAddress Element
Namespace http://www.FatTail.com/api
Overview
Sequence
entityID optional xs:long
Sequence
AddressDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
AddressID optional xs:long
AddressLine1 optional xs:string
AddressLine2 optional xs:string
AddressLine3 optional xs:string
AddressName xs:string
City optional xs:string
Country optional xs:string
IsDefault optional xs:boolean
PostalCode optional xs:string
State optional xs:string
Source
<xs:element name="CreateAddress" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="entityID" type="xs:long" />
      <xs:element minOccurs="0" name="entityType" xmlns:q172="http://www.FatTail.com/api" type="q172:AddressType" />
      <xs:element minOccurs="0" name="address" nillable="true" xmlns:q173="http://www.FatTail.com/api" type="q173:Address" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
http://www.FatTail.com/api