Authorization: Bearer ********************curl --location --request POST 'https://apidev.edufee.online/api/exam/institute-wise-exam-grade-store' \
--header 'Authorization: Bearer <token>' \
--form 'academic_year_id=""' \
--form 'department_id=""' \
--form 'class_id[]=""' \
--form 'from_mark[]=""' \
--form 'to_mark[]=""' \
--form 'grade_point[]=""' \
--form 'grade[]=""' \
--form 'result_status[]=""' \
--form 'result[]=""' \
--form 'comment[]=""'{
"errors": null,
"message": "Success",
"status_code": 201,
"payload": {
"data": {
"status": "success",
"message": "Exam grade assigned successfully.",
"saved": [
{
"institute_details_id": "12",
"institute_class_map_id": 7,
"academic_year_id": "85",
"department_id": "2",
"class_id": "32",
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"from_mark": "80.00",
"to_mark": "100.00",
"grade_point": "5.00",
"grade": "A+",
"result_status": "Excellent",
"result": "Pass",
"comment": "Excellent",
"updated_at": "2025-09-25T15:01:27.000000Z",
"created_at": "2025-09-25T15:01:27.000000Z",
"id": 1
},
{
"institute_details_id": "12",
"institute_class_map_id": 7,
"academic_year_id": "85",
"department_id": "2",
"class_id": "32",
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"from_mark": "70.00",
"to_mark": "79.99",
"grade_point": "4.00",
"grade": "A",
"result_status": "Very Good",
"result": "Pass",
"comment": "Very Good",
"updated_at": "2025-09-25T15:01:27.000000Z",
"created_at": "2025-09-25T15:01:27.000000Z",
"id": 2
},
{
"institute_details_id": "12",
"institute_class_map_id": 7,
"academic_year_id": "85",
"department_id": "2",
"class_id": "35",
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"from_mark": "80.00",
"to_mark": "100.00",
"grade_point": "5.00",
"grade": "A+",
"result_status": "Excellent",
"result": "Pass",
"comment": "Excellent",
"updated_at": "2025-09-25T15:01:27.000000Z",
"created_at": "2025-09-25T15:01:27.000000Z",
"id": 3
},
{
"institute_details_id": "12",
"institute_class_map_id": 7,
"academic_year_id": "85",
"department_id": "2",
"class_id": "35",
"academic_year": "2025",
"department_name": "school",
"class_name": "nine",
"from_mark": "70.00",
"to_mark": "79.99",
"grade_point": "4.00",
"grade": "A",
"result_status": "Very Good",
"result": "Pass",
"comment": "Very Good",
"updated_at": "2025-09-25T15:01:27.000000Z",
"created_at": "2025-09-25T15:01:27.000000Z",
"id": 4
}
],
"duplicates": []
}
}
}