PostGroupMembershipDto

Type Alias: PostGroupMembershipDto

[object Object]

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

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

The group associated with this membership.


memberId

[object Object]

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

The member associated with this membership.


membershipYear

[object Object]

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

The year of the membership.


roleAliasId?

optional roleAliasId?: number | null

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

The role of the member in this group membership.

On this page