This endpoint will create a license on a given profile
| URL | https://api.telecomx.dk/flexcare/dialog/profile/license | ||
|---|---|---|---|
| Method | POST | ||
| Access level | RESELLER_ADMIN, ADMIN | ||
| Body | profile | ObjectId | Unique id of profile to create license on |
https://api.telecomx.dk/flexcare/dialog/language
| JSON Object | ||
|---|---|---|
| success | Boolean | Whether license was successfully created |
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | id | Profile not found |
| 500 | internal_error | <Unspecified> |