PostMemberDto

Type Alias: PostMemberDto

[object Object]

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

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

Indicates whether the member is a "Begunstiger".


city

[object Object]

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

The city of the member.


dateOfBirth

[object Object]

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

The date of birth of the member.


email

[object Object]

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

The email address of the member.


firstName

[object Object]

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

The first name of the member.


houseNumber

[object Object]

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

The house number of the member.


lastName

[object Object]

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

The last name of the member.


parentPhoneNumber?

optional parentPhoneNumber?: string | null

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

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


phoneNumber

[object Object]

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

The phone number of the member.


postalCode

[object Object]

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

The postal code of the member.


preferredLanguage

[object Object]

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


street

[object Object]

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

The street of the member.


studentNumber

[object Object]

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

The student number of the member.


studyEnrollments?

optional studyEnrollments?: PostStudyEnrollmentDto[] | null

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

Studies where the member is enrolled.


subscribedMailinglistIds?

optional subscribedMailinglistIds?: string[] | null

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

The IDs of the mailing lists the member should be subscribed to.

On this page