Table of Contents

API : Porting Stage Waiting for Customer

Introduction

This request is used change the current stage of a porting to “Awaiting Power Of Attorney 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/waitCustomer

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 id Porting is not at the right stage
404 not_found Porting not found
500 internal_error <Unspecified>