api:porting:waitcustomer
Table of Contents
API : Porting WaitCustomer
Introduction
This request is used by resellers to set the current stage of a porting back to “Awaiting POA from customer”.
Request
| URL | https://api.telecomx.dk/porting/PORTING_ID/waitCustomer | |
|---|---|---|
| Method | GET | |
| Access level | OWNER, RESELLER, RESELLER_ADMIN, ADMIN. | |
| Param | PORTING_ID | Id of the porting (24 hex-char string) |
Query example
https://api.telecomx.dk/porting/1234567890ABCDEF12345678/ready
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 | stage | Porting is not at the right stage to be set ready |
| 409 | id | An outporting cannot be ordered |
| 500 | internal_error | Failed to lookup operator 'X' |
| 404 | not_found | Porting not found |
| 500 | internal_error | <Unspecified> |
api/porting/waitcustomer.txt · Last modified: 2023/09/20 20:35 by Per Møller