PointOfContact
A specific person, customer, or representative of an organization that can be contacted.
Title
Point of Contact
Extends
Properties
associatedFCCEntity?
optional associatedFCCEntity: null | Organization;
An FCC entity the person is associated with.
Title
Associated FCC Entity
associatedFCCEntityFRN?
optional associatedFCCEntityFRN: null | FRN;
The FRN of the organization the person is associated with, if any.
Title
Associated FCC Entity FRN
associatedProviderID?
optional associatedProviderID: null | ProviderID;
The provider ID the person is associated with, if any.
Title
Associated Provider ID
created_at?
optional created_at: Date;
The date and time the record was created.
Title
Created At
Inherited from
dateOfBirth?
optional dateOfBirth: null | Date;
The date of birth of the person.
Title
Date of Birth
deleted_at?
optional deleted_at: Date;
The date and time the record was soft deleted.
Title
Deleted At
Inherited from
emailContactMethods?
optional emailContactMethods: EmailContact[];
The email contact methods for the individual.
Title
Email Contact Methods @TJS-type array @TJS-items.ref EmailContact
familyName?
optional familyName: null | string;
The family name of the person, i.e. their last name.
Title
Family Name
givenName?
optional givenName: null | string;
The given name of the person, i.e. their first name.
Title
Given Name
id
id: string;
The ID of the Point of Contact.
Title
ID
middleName?
optional middleName: null | string;
The middle name of the person, if any.
Title
Middle Name
organization?
optional organization: null | Organization;
An organization the person is associated with.
Title
Organization
organizationID?
optional organizationID: null | string;
The ID of the organization the person is associated with.
Title
Organization ID
origin?
optional origin: null | string;
Source of the person's data.
Title
Data Source
phoneContactMethods?
optional phoneContactMethods: PhoneContact[];
The phone contact methods for the individual.
Title
Phone Contact Methods @TJS-type array @TJS-items.ref PhoneContact
postalAddress?
optional postalAddress: null | PostalAddress;
The physical mailing address at which the person can be reached.
Title
Postal Address
postalAddressID?
optional postalAddressID: null | string;
The postal addresses ID for the individual.
Title
Postal Address ID
prefix?
optional prefix: null | string;
Title
Name Prefix A prefix, such as a title or honorific.
@TJS-examples ["Mr.", "Ms.", "Dr."]
suffix?
optional suffix: null | string;
Title
Name Suffix
A suffix, such as a professional designation.
@TJS-examples ["PhD", "MD", "Esq."]
updated_at?
optional updated_at: Date;
The date and time the record was last updated.
Title
Updated At