Update Company Settings

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”: { […]

Read More

Time Track Settings Data

Description: URL : /time-track/get-settings Method : GET Segment: none Parameters: none Response: { “success”: true, “data”: {     “additional”: 0 } }  

Read More

Time Track Settings Store

Description: URL : /time-track Method : POST Segment: none Parameters: Parameter Type Optional/Required Description additional boolean Required Apply time track in reply / internal note area. Valid data 1 or 0 Response: { “success”: true, “message”: “Time Track settings successfully saved” }  

Read More

Reports Settings Show

URL : v3/api/admin/setting/report-settings Method : GET Segment: none Parameters: none Response: { “success”: true, “data”: {     “max_date_range”: “2”,     “records_per_file”: “1000” } }  

Read More

Reports Settings Store

URL : v3/api/admin/setting/report-settings Method : POST Segment: none Parameters: Parameter Type Optional/Required Description max_date_range integer Required Max date range allowed for filter. Min 1. Max 12 records_per_file integer Required Number of records to export in one file. Min 1 Response: { “success”: true, “message”: “Settings successfully saved” }  

Read More