View Categories

Company Update

Description: This API wil use to update thecompany.
URL: https://apps.quickerlearning.com/api/companyupdate/{company_id}
Method: POST
Note: Need to pass quicker learning company id in the url instead of {company_id}.

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

HEADERS:
Accept: application/json

Request Body:
{
“company_number” :”183″,
“company_name”:”Test compant new”,
“company_email”:”testcomp@quickerlearning.com”,
“company_contact_no”:”7894561252″,
“company_address”:”Sweden”,
“company_city”:”Tanumshede”,
“sales_manager”:[200],
“course”:[1,2,3,6],
“package”:[3]
}

Response Body:

{
“message”: “Company updated successfully”,
“status”: 200,
“data”: {
“company_id”: 28
}

Snabbanslutning