PostEnrollmentDto

Type Alias: PostEnrollmentDto

[object Object]

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

Defines Data Transfer Object (DTO) for posting enrollments, containing the necessary information for creating a new enrollment, including the activity ID, member ID, and any specification answers provided by the member. The PostEnrollmentDTO is used to transfer data from the client to the server when creating a new enrollment, ensuring that all required information is provided and validated appropriately for the enrollment creation process.

Properties

activityId?

optional activityId?: number

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


memberId?

optional memberId?: string

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


specificationAnswers?

optional specificationAnswers?: PostSpecificationAnswerDto[] | null

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

On this page