api:helpcenter:helpcentersettings:create
Table of Contents
API : HelpCenterSettings Create
Introduction
Creates a new HelpCenterSettings for a customer. This is a list to be populated with individual HelpCenters.
Request
| URL | https://api.telecomx.dk/helpcenter/helpcentersettings | |
|---|---|---|
| Method | POST | |
| Access Level | RESELLER_ADMIN OR ADMIN | |
| Body | customerId | ID of the customer or company that wants to implement HelpCenter |
Body example
{ customerId: '1234578901234567890ABCD' }
Response
| JSON object | |
|---|---|
| success | true |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | customerId | Customer ID not found |
| 422 | customerId | Invalid customerId |
| 422 | customerId | Helpcenter Settings already exists for this customer |
| 500 | internal_error | <Unspecified error > |
api/helpcenter/helpcentersettings/create.txt · Last modified: 2025/02/13 22:46 by Per Møller