Table of Contents

API : TCE box RMA

Introduction

This request is used by when a TCE box is defective and needs to be replaced.

Request

URL https://api.telecomx.dk/tce/TCE_ID/rma
Method POST
Access level MANAGER, OWNER, RESELLER or ADMIN
Param TCE_ID MAC address of TCE box.
Body description String Description of what is wrong with the TCE box and why it needs to be replaced.

Query examples

{
  description: 'Box displays invalid filesystem when connected to power'
}

Response

JSON object
success True on success

Example

{
  success: true
}

Errors

Error code Message Description
403 access_denied Insufficient access level
404 description Description is missing
404 id Not found
500 internal_error <Unspecified>