Table of Contents

API : Porting Cancel Signature Order

Introduction

This request is used to cancel an in-flight Criipto signature order.

Request

URL https://api.telecomx.dk/porting/PORTING_ID/signatureorder/ORDER_ID/cancel
Method GET
Access level RESELLER, RESELLER_ADMIN and ADMIN.
Param PORTING_ID Id of the porting (24 hex-char string)
ORDER_ID Criipto order id

Query example

https://api.telecomx.dk/porting/1234567890ABCDEF12345678/signatureorder/476t84y38fur8hfuejhf/cancel

Response

Json object
success Boolean True if request was sucessful.

Example

{
  success: true
}

Errors

Error code Message Description
404 id Porting id not found
404 orderId Signature order id not found
404 portingQR Porting QR not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>