Class info update
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
present_combination_id
integerÂ
optionalstudent_id[]
array[string]
optionalstudent_category_id
integerÂ
optionalnullable (from search -> id)
nullable (update section)
Request samples
curl --location --request POST 'https://apidev.edufee.online/api/student-update/class-info-update' \
--form 'present_combination_id=""' \
--form 'academic_year_id=""' \
--form 'student_id[]=""' \
--form 'student_category_id=""' \
--form 'group_id=""' \
--form 'combination_id=""'
Responses
application/json Modified at 2024-05-25 05:54:02