Address
The Address is a model that can be referenced by other top level models that are transmitted.
Name | Type | Description |
---|---|---|
ID | string | The identifier of the address. |
DateCreated | DateTimeOffset | Date the address was created. |
CompanyName | string | The company name. |
FirstName | string | First name. |
LastName | string | Last name. |
Street1 | string | Main street name. |
Street2 | string | Secondary street name. |
City | string | City |
State | string | State/Province. |
Zip | string | Zip/Postal code. |
Country | string | Country. |
Phone | string | Phone number. |
AddressName | string | Name given to this address. |
xp | Json | Extended properties. |