This request will return the price of data sharing sim and smartwatch for specific customer
| URL | https://api.telecomx.dk/mvno/additionalproducts/:id | |
|---|---|---|
| Method | GET | |
| Access level | VIEWER, MANAGER or OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
| Param | ACCOUNT_ID | Id of the MVNO account (24 hex-char string) or E.164 phone number. |
https://api.telecomx.dk/mvno/additionalproducts/1234567890ABCDEF12345678
| Json object | ||
|---|---|---|
| smartWatchProductPrice | number | Price for activated smartwatch eSIM product for the specific customer |
| dataSharingProductPrice | number | Price for data sharing sim for the specific customer |
{ smartWatchProductPrice: 29, dataSharingProductPrice: 19 }
| Error code | Message | Description |
|---|---|---|
| 404 | customer | Customer not found |
| 403 | access_denied | Insufficient access level |