Skip to main content

Interface: RegisterContactInput

Defined in: type/RegisterContactInput.ts:6

Input object for RegisterContactInput

Properties

dateOfBirth?

optional dateOfBirth?: string

Defined in: type/RegisterContactInput.ts:24

dateOfBirth input field


debtorId?

optional debtorId?: string

Defined in: type/RegisterContactInput.ts:30

The debtor id of the contact. Deprecated in favor of company debtorId


email?

optional email?: string

Defined in: type/RegisterContactInput.ts:16

email input field


firstName?

optional firstName?: string

Defined in: type/RegisterContactInput.ts:8

firstName input field


gender?

optional gender?: Gender

Defined in: type/RegisterContactInput.ts:14

gender input field


homepage?

optional homepage?: string

Defined in: type/RegisterContactInput.ts:18

homepage input field


lastName?

optional lastName?: string

Defined in: type/RegisterContactInput.ts:12

lastName input field


mailingList?

optional mailingList?: YesNo

Defined in: type/RegisterContactInput.ts:26

mailingList input field


middleName?

optional middleName?: string

Defined in: type/RegisterContactInput.ts:10

middleName input field


mobile?

optional mobile?: string

Defined in: type/RegisterContactInput.ts:22

mobile input field


parentId

parentId: number

Defined in: type/RegisterContactInput.ts:32

The id of the company the contact should be created in.


password?

optional password?: string

Defined in: type/RegisterContactInput.ts:34

Optionally create a prefilled password. When omitted the contact can set a new password using password reset(link)


phone?

optional phone?: string

Defined in: type/RegisterContactInput.ts:20

phone input field


primaryLanguage?

optional primaryLanguage?: string

Defined in: type/RegisterContactInput.ts:28

The primary language of the contact.