PostGroupMembershipDto

Type Alias: PostGroupMembershipDto

[object Object]

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

Defines the DTO for posting a group membership, containing the necessary information for creating a new group membership, including member ID, group ID, membership year, and an optional role alias ID. The PostGroupMembershipDTO is used to transfer data from the client to the server when creating a new group membership, ensuring that all required information is provided and validated appropriately for the creation process.

Properties

groupId

[object Object]

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

The group associated with this membership.


memberId

[object Object]

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

The member associated with this membership.


membershipYear

[object Object]

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

The year of the membership.


roleAliasId?

optional roleAliasId?: number | null

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

The role of the member in this group membership.

On this page