URL: v3/postcompany
Method: POST
Query Parameters
| Parameter | Type | Possible Values | Required/Optional | Description |
| is_enabled_breadcrumb | boolean | 0,1 | Required | If this field is enabled then breadcrumb will visible at client panel. If this field is disabled then breadcrumb will not visible. |
URL: v3/getCompanyDetails
Method: GET
Query Parameters: Above parameter mentioned in POST method is used.
Response:
{
"success": true,
"message": {
"company_name": "Demo",
"website": "http://www.google.com",
"phone": "09337180770",
"address": "Test",
"clientlogo": null,
"uselogo": false,
"logo_driver": null,
"admin_header_color": "skin-yellow",
"agent_header_color": "skin-blue",
"client_header_color": "#009aba",
"client_button_color": "#009aba",
"client_button_border_color": "#00c0ef",
"client_input_field_color": "#d2d6de",
"logo": "http://localhost/faveo-helpdesk/public/themes/default/common/images/logo.png",
"icon": "http://localhost/faveo-helpdesk/public/themes/default/common/images/favicon.ico",
"logo_icon_driver": null,
"is_enabled_breadcrumb": 0,
"defaultlogo": true,
"defaulticon": true
}
}