api:porting:contact
Table of Contents
API : Porting Contact
Introduction
This request will register a contact with the donor operator or receiving operator (according to type of porting).
This is a purely informational request, for keeping all interested parties up to speed on the progress of the porting.
Request
| URL | https://api.telecomx.dk/porting/PORTING_ID/contact | |
|---|---|---|
| Method | GET | |
| Access level | RESELLER_ADMIN with PORTING feature. | |
| Param | PORTING_ID | Id of the porting (24 hex-char string) |
| Query | message | Message describing the contact |
Query example
https://api.telecomx.dk/porting/1234567890ABCDEF12345678/order
Response
| Json object | ||
|---|---|---|
| success | Boolean | True if request was sucessful. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Porting id not found in requested URI |
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Porting not found |
| 422 | message | Message is missing |
| 403 | access_denied | Portings is not at the right stage for a contact to be registered |
| 500 | internal_error | <Unspecified> |
api/porting/contact.txt · Last modified: 2023/10/30 14:27 by Per Møller