PostMemberDto

Type Alias: PostMemberDto

[object Object]

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

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:1436

Indicates whether the member is a "Begunstiger".


city

[object Object]

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

The city of the member.


dateOfBirth

[object Object]

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

The date of birth of the member.


email

[object Object]

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

The email address of the member.


firstName

[object Object]

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

The first name of the member.


houseNumber

[object Object]

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

The house number of the member.


lastName

[object Object]

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

The last name of the member.


parentPhoneNumber?

optional parentPhoneNumber?: string | null

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

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


phoneNumber

[object Object]

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

The phone number of the member.


postalCode

[object Object]

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

The postal code of the member.


preferredLanguage

[object Object]

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


street

[object Object]

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

The street of the member.


studentNumber

[object Object]

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

The student number of the member.


studyEnrollments?

optional studyEnrollments?: PostStudyEnrollmentDto[] | null

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

Studies where the member is enrolled.


subscribedMailinglistIds?

optional subscribedMailinglistIds?: string[] | null

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

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

On this page