View Categories

Add License to course & course package

Description: This API will use to add License to the course and course packages of each company
URL:- https://apps .quickerlearning.com/api/licensestore
Method: POST

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

HEADERS:
Accept: application/json

Request Body:
{
“company_id”:21,
“course_id”:49,
“no_of_req_license”:1
}

 

Response Body:
{
“status”: 200,
“message”: “License created successfully”
}

Snabbanslutning