View Categories

Update Course Participant Group

Description: This API wil use to update course participant group of student for specific company.
URL:- https://apps.quickerlearning.com/api/updateCourseParticipantGroup/{group_id}
Note: Need to pass quicker learning group id in the url instead of “{group_id}”.
Method: POST

AUTHORIZATION:
Type: Basic Auth
UserName: tenant_id,
Password:secret_key

HEADERS:
Accept: application/json

Request Body:

{
“company_id”:2,
“name”:”API Group”,
“student_id”:[153,157,156,155],
“course_ids”:[19,2,31,1],
“assign_course_pack”:[]
}

Response Body:
{
“status”: 200,
“message”: “Course Participant Group created Successfully”,
“group_id”: 10

}

Snabbanslutning