MemberUpdateDto

Type Alias: MemberUpdateDto

[object Object]

Defined in: app/api/types.gen.ts:631

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: app/api/types.gen.ts:649


city

[object Object]

Defined in: app/api/types.gen.ts:640


dateOfBirth

[object Object]

Defined in: app/api/types.gen.ts:641


email

[object Object]

Defined in: app/api/types.gen.ts:635


ereLid?

optional ereLid?: boolean

Defined in: app/api/types.gen.ts:648


firstName

[object Object]

Defined in: app/api/types.gen.ts:633


gratie?

optional gratie?: boolean

Defined in: app/api/types.gen.ts:646


houseNumber

[object Object]

Defined in: app/api/types.gen.ts:638


lastName

[object Object]

Defined in: app/api/types.gen.ts:634


lidVanVerdienste?

optional lidVanVerdienste?: boolean

Defined in: app/api/types.gen.ts:647


mailSubscriptions?

optional mailSubscriptions?: number

Defined in: app/api/types.gen.ts:643


notes?

optional notes?: string | null

Defined in: app/api/types.gen.ts:644


parentPhoneNumber?

optional parentPhoneNumber?: string | null

Defined in: app/api/types.gen.ts:642


phoneNumber

[object Object]

Defined in: app/api/types.gen.ts:636


postalCode

[object Object]

Defined in: app/api/types.gen.ts:639


preferredLanguage

[object Object]

Defined in: app/api/types.gen.ts:645


street

[object Object]

Defined in: app/api/types.gen.ts:637


studentNumber

[object Object]

Defined in: app/api/types.gen.ts:632


suspended?

optional suspended?: boolean

Defined in: app/api/types.gen.ts:650

On this page