This request will send a notification to the email addresses that subscribes to change notification on this porting with its current state.
This is invoked from internal proxy systems that processes portings to announce status changes.
| URL | https://api.telecomx.dk/porting/PORTING-ID/notify | |
|---|---|---|
| Method | GET | |
| Access level | Trusted TCX IP addresses. | |
| Param | PORTING-ID | Id of the porting |
https://api.telecomx.dk/porting/12345678901234567890ABCD/notify
| Property | Type | Description |
|---|---|---|
| success | Boolean | True on success |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 404 | not_found | Porting not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |