Enroll Student
Student enrolling class
Authorizations
AuthorizationstringRequired
Query parameters
codestringOptional
code of class
Body
custom_fieldsstringOptional
json string custom field of student
Responses
200
Response
application/json
post
/v1/class/enrollPOST /v1/class/enroll HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 24
{
"custom_fields": "text"
}200
Response
{
"message": "success",
"status": true
}Last updated