Represents a site that can have both a physical as well as logical address.
| Name | Data Type | Description |
|---|---|---|
| NameKey | Integer |
Value that uniquely identifies the Name record to which this Location belongs |
| SequenceNumber | Integer |
Value that, in combination with NameKey, uniquely identifies the record |
| Name | String |
User assigned, mutable value used to designate an entity |
| Address | String |
|
| City | String |
|
| State | String |
|
| Zip | String |
|
| Country | String |
|
| County | String |
|
| MailAddress | String |
Address to which mail should be delivered |
| PrintAddress | String |
Physical address of the Location |
| IsPrimary | Boolean |
Indicates whether this Location represents the primary (default) Location of its associated Name record |