Creates a new, empty HelpCenterSettings for a customer. Individual help centers are then added with HelpCenterSettings Update.
| 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. |
{ "customerId": "650000000000000000000003" }
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| 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> |