PostEnrollmentDto
Type Alias: PostEnrollmentDto
[object Object]
Defined in: api/types.gen.ts:1291
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?
optionalactivityId?:number
Defined in: api/types.gen.ts:1295
Reference to the unique identifier of the activity which is enrolled for.
memberId?
optionalmemberId?:string
Defined in: api/types.gen.ts:1299
The ID of the user, as determined by the used OAuth application, which enrolls for the activity.
specificationAnswers?
optionalspecificationAnswers?:PostSpecificationAnswerDto[] |null
Defined in: api/types.gen.ts:1303
The answers for the specification questions associated with this enrollment.