This request will, based on a QR porting code as printed on a porting document, lookup the porting(s) that the QR code points to.
| URL | https://api.telecomx.dk/porting/qr/QRCODE | ||
|---|---|---|---|
| Method | GET | ||
| Access level | RESELLER_ADMIN with PORTING feature. | ||
| Param | QRCODE | The QR porting code (e.g. X1234) | |
https://api.telecomx.dk/porting/qr/X1234
| Json array | ||
|---|---|---|
| porting id | Id | Id of a porting |
[ '1234567890ABCDEF', '1234567890ABCDE0', '1234567890ABCDC3' ]
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | QR Code not found in request URI |
| 404 | not_found | QR code not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |