View Categories

Create Course Participant Group

Description: This API wil use to create course participant group of student for specific company.
URL:- https://apps.quickerlearning.com/api/createCourseParticipantGroup
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”: 8

}

Snabbanslutning