Name | Description | Type | Additional information |
---|---|---|---|
Id |
The contact identifier. |
integer |
None. |
FacilityId |
The Facility Identifier. (optional) When NOT NULL, the Contact will only be associated to the specified Facility. When NULL, the Contact can be associated to any number of Facilities by using the POST v1/Clients/{clientId}/Contacts/{contactId}/FacilityAssociations endpoint. |
integer |
None. |
ContactTypeReferenceId |
The Contact Type Reference Id. Valid values can be retrieved from v1/Clients/{clientId}/References?type=ContactType. |
integer |
None. |
ExternalId |
This value is an identifier used outside of the Titan system that can be used to identify the contact via another system. Not required. |
string |
None. |
PrefixName |
The contact's prefix (i.e. Mr., Mrs., Ms., Dr., etc). |
string |
None. |
FirstName |
The contact's first name. Required if Organization Name is not set. |
string |
None. |
LastName |
The contact's last name. Required if Organization Name is not set. |
string |
None. |
SuffixName |
The contact's suffix (i.e. Jr., Sr., III, etc). |
string |
None. |
DisplayOnFacilityProfile |
A flag that indicates whether the contact will display on a facility's profile page if the contact is associated to that facility. |
boolean |
None. |
OrganizationName |
The contact organization name. Required if first and last name are not set. |
string |
None. |
Department |
The department for the contact. |
string |
None. |
JobTitle |
The contact's job title. |
string |
None. |
PrimaryEmailAddress |
The contact's primary email address. You may comma-separate up to 45 email addresses for this value. |
string |
None. |
SecondaryEmailAddress |
The contact's secondary email address. You may comma-separate up to 45 email addresses for this value. |
string |
None. |
PrimaryPhoneNumber |
The contact's primary phone number. |
string |
None. |
SecondaryPhoneNumber |
The contact's secondary phone number. |
string |
None. |
PrimaryAddress |
The contact's primary address. |
string |
None. |
SecondaryAddress |
The contact's secondary address. |
string |
None. |
AssociationRule |
The contact's DynamicAssociationRule. |
DynamicAssociationRuleV1 |
None. |
ManuallyAssociatedFacilities |
A list of Facility Identifiers. The Contact will be associated with each Facility specified, regardless of the AssociationRule. |
Collection of integer |
None. |