PostMemberDto

Type Alias: PostMemberDto

[object Object]

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

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

begunstiger?

optional begunstiger?: boolean | null

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

Indicates whether the member is a "Begunstiger".


city

[object Object]

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

The city of the member.


dateOfBirth

[object Object]

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

The date of birth of the member.


email

[object Object]

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

The email address of the member.


firstName

[object Object]

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

The first name of the member.


houseNumber

[object Object]

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

The house number of the member.


lastName

[object Object]

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

The last name of the member.


mailSubscriptions?

optional mailSubscriptions?: number

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

The mail subscriptions of the member.


parentPhoneNumber?

optional parentPhoneNumber?: string | null

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

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


phoneNumber

[object Object]

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

The phone number of the member.


postalCode

[object Object]

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

The postal code of the member.


preferredLanguage

[object Object]

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


street

[object Object]

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

The street of the member.


studentNumber

[object Object]

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

The student number of the member.


studyEnrollments?

optional studyEnrollments?: PostStudyEnrollmentDto[] | null

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

Studies where the member is enrolled.

On this page