Creates a new HelpCenterSettings for a customer. This is a list to be populated with individual HelpCenters.
| 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 |
{ customerId: '1234578901234567890ABCD' }
| JSON object | |
|---|---|
| success | true |
{ success: true }
| 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 > |