View Categories

Company store

Description: This API will use to add new company.
URL: https://apps.quickerlearning.com/api/companystore
Method: POST

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

HEADERS:
Accept: application/json

Request Body:
Type: raw(json)
{
“company_number” :”1″,
“company_name”:”Test company”,
“company_email”:”testcompany@quickerlearning.com”,
“company_contact_no”:”7894561252″,
“company_address”:”Sweden”,
“company_city”:”Tanumshede”,
“sales_manager”:[374],
“course”:[1,2,3],
“package”:[2]
}

Response Body:
{
“message”: “Company Store Successfully”,
“status”: 200,
“company_id”: 43
}

Snabbanslutning