CustomerUnificationPartyDetail
Flattened party attributes as ingested from a source system. Null fields mean the source did not supply a value.
This page contains
Fields
| partyId: String | Party identifier when present on this party detail; null if omitted. |
| sourceSystem: String | Originating system code. |
| sourceId: String | Business identifier in the source system. |
| entityType: String | Party or account type label from the source. |
| name: String | Primary name or legal name. |
| email: String | Email as provided by the source (not validated as RFC email in this API). |
| phone: String | Phone as provided by the source. |
| address: String | Primary address line. |
| address2: String | Secondary address line. |
| city: String | City or locality. |
| state: String | State or region. |
| zipcode: String | Postal or ZIP code. |
| country: String | Country name or code. |
| domain: String | Email domain or web domain associated with the party. |
| website: String | Public website URL. |
| companySize: String | Human-readable company size bucket from the source. |
| industryId: Int | Industry taxonomy id when the source provides one. |
| yearFounded: Int | Year founded when available. |
| externalIdentifier: String | Additional external identifier from the source. |
| parentCompanyId: String | Parent company identifier when hierarchical. |
| contactFirstName: String | Primary contact given name. |
| contactLastName: String | Primary contact family name. |
| fax: String | Fax number as provided by the source. |
| countryCode: String | Telephone country prefix when distinct from country. |
| vatId: String | Tax or VAT identifier. |
| isVendor: Boolean | Whether the party is marked as a vendor in the source. |
| isTest: Boolean | Whether the party is flagged as test data. |
| advisorId: String | Owning advisor when present on the record. |
| sourceNumericId: String | Numeric surrogate from the source when exposed. |
| marketplaceEntityType: String | Marketplace-specific entity type label. |
| createdAt: DateTime | Record creation instant in the source (RFC 3339). |
| updatedAt: DateTime | Last update instant in the source (RFC 3339). |
| locationSourceId: String | Location-related source key when the projection is location-scoped. |
| matchProbability: Float | Match probability vs the cluster primary when this row is a non-primary cluster member. |
Parent objects of CustomerUnificationPartyDetail
| CustomerUnificationCluster PREVIEW | Cluster of duplicate party records reachable from an entry-point pair. The size field is always 1 + the number of members; the primary record is the cluster anchor surfaced first. |
| CustomerUnificationReviewQueueItem PREVIEW | A pending merge cluster: transitively linked party pairs grouped into one connected component for clerical review. Listing rows use the representative pair id and primary party display fields; full members are loaded on the cluster detail query. |