Retrieve a single ContractContact record by its Id.
CoworkerContract). Contacts can be directors, company aliases, or nominated recipients, and are used to identify, validate, and handle mail and deliveries addressed to anyone connected to a virtual office contract.
Each entry can be linked to an existing coworker via CoworkerId, in which case the coworker’s name and email are resolved automatically. Alternatively, provide FullName and Email directly for contacts who do not have a coworker record.
Use ContractContactType to classify the contact:
| Type | Description |
|---|---|
Director | A director of the company registered under the virtual office contract |
CompanyAlias | A trading name or alias used by the company |
NominatedRecipient | A person authorised to receive mail and deliveries on behalf of the company |
Authorization header.
The authenticated user must be a full unrestricted administrator or have the ContractContact-Read role.eContractContactType enum values: 0 = None, 1 = Director, 2 = CompanyAlias, 3 = NominatedRecipient.