PostMemberDto
Type Alias: PostMemberDto
[object Object]
Defined in: app/api/types.gen.ts:792
Defines the DTO for posting a member, containing the necessary information for creating a new member, including personal details, contact information, and other relevant properties. The PostMemberDTO is used to transfer data from the client to the server when creating a new member, ensuring that all required information is provided and validated appropriately for the creation process.
Properties
city
[object Object]
Defined in: app/api/types.gen.ts:801
dateOfBirth
[object Object]
Defined in: app/api/types.gen.ts:802
[object Object]
Defined in: app/api/types.gen.ts:796
firstName
[object Object]
Defined in: app/api/types.gen.ts:794
houseNumber
[object Object]
Defined in: app/api/types.gen.ts:799
lastName
[object Object]
Defined in: app/api/types.gen.ts:795
mailSubscriptions?
optionalmailSubscriptions?:number
Defined in: app/api/types.gen.ts:804
parentPhoneNumber?
optionalparentPhoneNumber?:string|null
Defined in: app/api/types.gen.ts:803
phoneNumber
[object Object]
Defined in: app/api/types.gen.ts:797
postalCode
[object Object]
Defined in: app/api/types.gen.ts:800
preferredLanguage
[object Object]
Defined in: app/api/types.gen.ts:805
street
[object Object]
Defined in: app/api/types.gen.ts:798
studentNumber
[object Object]
Defined in: app/api/types.gen.ts:793
studyEnrollments?
optionalstudyEnrollments?:PostStudyEnrollmentDto[] |null
Defined in: app/api/types.gen.ts:809
Studies where the member is enrolled.