ContractContacts
Get one ContractContact
Retrieve a single ContractContact record by its Id.
GET
Get one ContractContact
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:
Authentication
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-Read role.Path Parameters
integer
required
The Id of the ContractContact record to retrieve.
Code Examples
Response
200
integer
ID of the coworker contract linked to this record.
integer
The coworker contract quantity value for this contract contact.
string
The coworker contract floor plan desk ids value for this contract contact.
string
The coworker contract floor plan desk names value for this contract contact.
string
Plan name of the associated virtual office contract.
integer
ID of the coworker linked to this record.
string
Full name of the linked coworker.
string
Company name of the linked coworker.
string
Billing name of the linked coworker.
string
Email address of the linked coworker.
boolean
Whether coworker active is enabled.
string
Email address of the contact. Used when the contact is not linked to a coworker record.
string
Full name of the contact. Used when the contact is not linked to a coworker record.
string
Date of birth. Used for identity verification purposes.
string
Street address.
string
Post code.
string
City name.
string
State or province.
integer
ID of the country linked to this record.
string
Country name.
string
Phone number.
string
Optional notes or comments about this contract contact.
integer
Role of this contact: Director (a company director), CompanyAlias (a trading name), or NominatedRecipient (authorised to receive mail on behalf of the company). See
eContractContactType enum values: 0 = None, 1 = Director, 2 = CompanyAlias, 3 = NominatedRecipient.integer
The AML check status for this contact. See
eAmlCheckStatus enum values: 0 = NotStarted, 1 = Pending, 2 = Clear, 3 = PotentialMatch, 4 = ConfirmedMatch, 5 = Error, 6 = ManuallyCleared.string
The date when the AML check was performed.
number
The score from the open sanctions check.
string
The response from the open sanctions check as JSON string.
string
The response from the Pappers AML check as TEXT string.
string
The status from the Pappers AML check.
string
Notes related to the AML check. Customers cannot see this field, it’s for internal use only.
string
The user who cleared the AML check.
string
The date when the AML check was cleared.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one ContractContact