Delete License Type

NOTE: User must be logged in as admin to access this API URL : service-desk/api/license-type/{licenseTypeId} Method : DELETE Query Parameters : Parameter Type Possible Values Required/Optional Description licenseTypeId Integer Required License Type id Success Response: { “success”:true, “message”:”License Type Deleted Successfully” } Error Response: { “success”:false, “message”:”License Type Not Found” }

Read More

License Type List

NOTE: User must be logged in as admin to access this API URL : service-desk/api/license-type-list Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description sort-field String name Optional Field name to sort sort-order String asc, desc Optional Sorting order either ascending or descending search-query String Optional Keyword to be searched in license […]

Read More

Edit License Type

NOTE: User must be logged in as admin to access this API URL : service-desk/api/license-type/{licenseTypeId} Method : GET Query Parameters : Parameter Type Possible Values Required/Optional Description licenseTypeId Integer Required License Type id Success Response: { “success”:true, “data”:{ “license_type”:{ “id”:9, “name”:”Open Source”, “created_at”:”2019-11-10 05:11:44″, “updated_at”:”2019-11-10 05:11:44″ }, } } Error Response: { “success”:false, “message”:”License Type […]

Read More

Create Update License Type

NOTE: User must be logged in as admin to access this API URL : service-desk/api/license-type Method : POST Query Parameters: Parameter Type Possible Values Required/Optional Description name String Required License Type Name { “success”: true, “message”:”License Type Saved successfully” }

Read More