Al Farabi Kazakh National University Create Enrollment Example

EducationHigher EducationUniversityResearchLibraryOpen EducationKazakhstanCentral Asia

Al Farabi Kazakh National University Create Enrollment Example is an example object payload from Al-Farabi Kazakh National University, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "path": "/api/enrollment/v1/enrollment",
    "body": {
      "course_id": "course-v1:KazNU+CS101+2026",
      "mode": "audit"
    }
  },
  "response": {
    "created": "2026-01-15T00:00:00Z",
    "mode": "string",
    "is_active": false,
    "user": "string",
    "course_id": "string"
  }
}