MemberUpdateDto

Type Alias: MemberUpdateDto

[object Object]

Defined in: api/types.gen.ts:1047

Defines the DTO for updating an existing member, containing all necessary information for modifying a member's properties. The MemberUpdateDTO is used to transfer data from the client to the server when updating an existing member, allowing for changes to be made to the member's details while ensuring that the provided information is validated appropriately for the update process.

Properties

begunstiger?

optional begunstiger?: boolean

Defined in: api/types.gen.ts:1112

Indicates whether the member is a "Begunstiger".


city

[object Object]

Defined in: api/types.gen.ts:1083

The city of the member.


dateOfBirth

[object Object]

Defined in: api/types.gen.ts:1087

The date of birth of the member.


email

[object Object]

Defined in: api/types.gen.ts:1063

The email address of the member.


ereLid?

optional ereLid?: boolean

Defined in: api/types.gen.ts:1108

Indicates whether the member is an honorary member.


firstName

[object Object]

Defined in: api/types.gen.ts:1055

The first name of the member.


gratie?

optional gratie?: boolean

Defined in: api/types.gen.ts:1100

Indicates whether the member is granted a fee waiver.


houseNumber

[object Object]

Defined in: api/types.gen.ts:1075

The house number of the member.


lastName

[object Object]

Defined in: api/types.gen.ts:1059

The last name of the member.


lidVanVerdienste?

optional lidVanVerdienste?: boolean

Defined in: api/types.gen.ts:1104

Indicates whether the member is a "Lid van Verdienste".


notes?

optional notes?: string | null

Defined in: api/types.gen.ts:1095

The notes about the member.


parentPhoneNumber?

optional parentPhoneNumber?: string | null

Defined in: api/types.gen.ts:1091

Phone number of the member's parent or guardian, if the member is a minor.


phoneNumber

[object Object]

Defined in: api/types.gen.ts:1067

The phone number of the member.


postalCode

[object Object]

Defined in: api/types.gen.ts:1079

The postal code of the member.


preferredLanguage

[object Object]

Defined in: api/types.gen.ts:1096


street

[object Object]

Defined in: api/types.gen.ts:1071

The street of the member.


studentNumber

[object Object]

Defined in: api/types.gen.ts:1051

The student number of the member.


suspended?

optional suspended?: boolean

Defined in: api/types.gen.ts:1116

Indicates whether the member is suspended.

On this page