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?
optionalbegunstiger?: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
[object Object]
Defined in: app/api/types.gen.ts:635
ereLid?
optionalereLid?:boolean
Defined in: app/api/types.gen.ts:648
firstName
[object Object]
Defined in: app/api/types.gen.ts:633
gratie?
optionalgratie?: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?
optionallidVanVerdienste?:boolean
Defined in: app/api/types.gen.ts:647
mailSubscriptions?
optionalmailSubscriptions?:number
Defined in: app/api/types.gen.ts:643
notes?
optionalnotes?:string|null
Defined in: app/api/types.gen.ts:644
parentPhoneNumber?
optionalparentPhoneNumber?: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?
optionalsuspended?:boolean
Defined in: app/api/types.gen.ts:650