A ContractContact is a key contact entry on a virtual office contract (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
This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header.
The authenticated user must be a full unrestricted administrator or have the ContractContact-List role.
Filter by role of this contact: Director (a company director), CompanyAlias (a trading name), or NominatedRecipient (authorised to receive mail on behalf of the company).
The list of ContractContact records matching the query. See the Get one ContractContact endpoint for the full list of properties returned for each record.
Partial records — The listing endpoint returns a summary representation of each ContractContact. The following fields are not included in the Records[] response: Address, PostCode, CityName, State, Notes.To get all fields, fetch the full record using the Get one ContractContact endpoint.Important for updates: When updating a record via PUT, always retrieve the full record with a GET request first, apply your changes to that complete data, and then send the updated record. Do not use data from a listing response as the base for a PUT request, as missing fields may be unintentionally cleared.