ContactAtCompany
A contact linked to a company, with relationship metadata. Used by GET /companies/{id}/contacts sub-resource endpoint.
- createdType: stringFormat: date-time
Utc requiredWhen the link was created (UTC).
- idType: stringrequired
Contact ID.
- linkType: string
Id requiredLink ID (the contact-company relationship ID).
- updatedType: stringFormat: date-time
Utc requiredWhen the link was last updated (UTC).
- emailType: null | string
Email address.
- firstType: null | string
Name First name.
- isType: boolean
Primary Whether this company is the contact's primary company.
- jobType: null | string
Title Job title at this company.
- lastType: null | string
Name Last name.
- uriType: null | string
Opaque canonical Propstreet entity URI for deep linking.