api:mvno:account:syncprovidersettings
Table of Contents
API : Synchronize provider settings
Introduction
This request will synchronize the ordered provider settings, with the provider for an MVNO account.
Request
| URL | https://api.telecomx.dk/mvno/ACCOUNT_ID/syncprovidersettings | |
|---|---|---|
| Method | GET | |
| Access level | ADMIN. | |
Query example
https://api.telecomx.dk/mvno/123456789123456789123456/syncprovidersettings
Response
An array of objects each as described below.
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Example
[ { success: true } ]
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | state | Synchronizing SOCs is not allowed for MVNO accounts in state “CREATING” |
| 403 | access_denied | Insufficient access level |
api/mvno/account/syncprovidersettings.txt · Last modified: 2023/04/25 14:05 by Joakim Andersen