User Tools

Site Tools


api:helpcenter:helpcentersettings:create

API : HelpCenterSettings Create

Introduction

Creates a new, empty HelpCenterSettings for a customer. Individual help centers are then added with HelpCenterSettings Update.

Request

URL https://api.telecomx.dk/helpcenter/helpcentersettings
Method POST
Access level RESELLER_ADMIN with HELPCENTER feature, or ADMIN.
Body customerId Id of the customer that wants to use HelpCenter.

Request body example

{
  "customerId": "650000000000000000000003"
}

Response

JSON object
success Boolean True on success

Example

{
  "success": true
}

Errors

Error code Message Description
422 customerId Invalid customerId
404 customerId Customer ID not found
422 customerId Settings already exists for selected customer
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/helpcenter/helpcentersettings/create.txt · Last modified: by Mikkel Meerwaldt Jørgensen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki