POST studyenrollments
/studyenrollmentsPaste your JWT token here
In: header
The data transfer object containing the new enrollment configuration.
The study associated with this enrollment.
int32The member associated with this enrollment.
uuidThe date and time when the enrollment started.
date-timeDefines the status of a study enrollment, indicating whether the enrollment is currently active (Enrolled), has been completed (Completed), or has been dropped out (DroppedOut). The StudyStatus enum is used to track the current state of a study enrollment, allowing for better management and organization of student enrollments within the system. This status information can be crucial for various functionalities such as reporting, analytics, and determining eligibility for certain activities or programs based on the student's enrollment status in their study program.
int32"Enrolled" | "Completed" | "DroppedOut"Response Body
application/json
application/json
application/json
curl -X POST "https://loading/studyenrollments" \ -H "Content-Type: application/json" \ -d '{ "studyId": 0, "memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e", "enrollmentDate": "2019-08-24T14:15:22Z" }'{
"id": 0,
"memberId": "92983ab9-49c8-444b-85ae-6e40402cf72e",
"memberName": "string",
"studyId": 0,
"studyTitle": "string",
"studyType": "Bachelor",
"enrollmentDate": "2019-08-24T14:15:22Z",
"completionDate": "2019-08-24T14:15:22Z",
"status": "Enrolled"
}{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}