ContactAggregate
Represents a contact aggregate resource, including the contact's Company and Contact Manager
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | Contact's Id in Saasu system. | integer | None. | 
| LastUpdatedId | Identifier used for concurrency checking. Required for update. | string | None. | 
| Salutation | The salutation or title of the contact. Valid values: Mr., Mrs., Ms., Dr., Prof. | string | None. | 
| GivenName | The first or given name of the contact. | string | None. | 
| MiddleInitials | The middle initials of the contact. | string | None. | 
| FamilyName | The last name or surname of the contact. | string | None. | 
| Company | The Organisation or Company that employs the Contact. | Company | None. | 
| PositionTitle | Contact's position or role. | string | None. | 
| PrimaryPhone | Primary contact number for the contact. | string | None. | 
| MobilePhone | The contact's mobile phone number. | string | None. | 
| HomePhone | Home contact number for the contact. | string | None. | 
| Fax | The contacts fax number. | string | None. | 
| EmailAddress | The contact's email address. | string | None. | 
| ContactId | Is used as an Account or Contact reference for this person if they are a supplier or customer. This is your reference or their reference depending on how you prefer to use this field. | string | None. | 
| ContactManager | This is another Contact record in Saasu and is used to represent the Account Manager, Salesperson or similar for this Contact record. | ContactManager | None. | 
| IsPartner | Indicates if the contact is a partner. | boolean | None. | 
| IsCustomer | Indicates if the contact is a customer. | boolean | None. | 
| IsSupplier | Indicates if the contact is a supplier. | boolean | None. | 
| IsContractor | Indicates if the contact is a contractor. This is important if you need to use the taxable payment reporting feature. | boolean | None. | 
| PostalAddress | The postal or mailing address for the contact. | Address | None. | 
| _links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link | None. |