Create Program
create program
Authorizations
AuthorizationstringRequired
Body
descriptionstringOptional
description of program
logostringOptional
logo url of program
methodstring · enumOptionalPossible values:
learning method
namestringOptional
name of program
slugstringOptional
slug of program
summarystringOptional
summary of program
totalMeetingintegerOptional
total meeting of program
Responses
200
Response
application/json
post
/v2/program/createPOST /v2/program/create HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 116
{
"description": "text",
"logo": "text",
"method": "online",
"name": "text",
"slug": "text",
"summary": "text",
"totalMeeting": 1
}200
Response
{
"data": {
"logo": "text",
"name": "text",
"summary": "text",
"totalMeeting": 1,
"updated_at": "text",
"id": 1,
"description": "text",
"method": "online",
"slug": "text",
"uuid": "text",
"created_at": "text"
},
"message": "success",
"status": true
}Last updated