User Tools

Site Tools


api:internet:account:change-confirm

API : Internet Account Change Confirm

Introduction

This request will confirm the change of product on an Internet account.

The change fee is invoiced immediately. If the change date is today, the change is applied right away and the response state is NONE; otherwise the change is scheduled and the state becomes ORDERED.

Request

URL https://api.telecomx.dk/internet/account/ACCOUNT_ID/change/confirm
Method POST
Access level RESELLER_ADMIN or ADMIN.
Params ACCOUNT_ID Id Id of the Internet Access account.
Body feeProduct Id Id of a product to invoice as a change fee.
date Date Date of change.

Query examples

{
  "feeProduct": "650000000000000000000011",
  "date": "2026-09-01T00:00:00.000Z"
}

Response

Property Type Description
state String State of change request: NONE, REQUESTED, ORDERED.
product Id New product customer wishes to change to.
by Id Id of employee who requested the change and who will get an e-mail when an offer is available.
date Date If state is REQUESTED - the date of the request. If state is ORDERED - the date the change will happen.
feeProduct Id Id of product for fee for change.
monthlyCost Number Monthly fee cost (FIBER only, RESELLER_ADMIN/ADMIN only).
monthlyWholesale Number Monthly fee reseller (FIBER only, RESELLER, RESELLER_ADMIN or ADMIN only).
monthlyCustomer Number Monthly fee customer (FIBER only).

Example

{
  "state": "ORDERED",
  "product": "650000000000000000000008",
  "by": "650000000000000000000004",
  "date": "2026-09-01T00:00:00.000Z",
  "feeProduct": "650000000000000000000011",
  "monthlyCustomer": null
}

Errors

Error code Message Description
404 changeRequest No pending change request found
422 product Product not found or not valid for the customer
403 access_denied Insufficient access level
404 not_found Internet account not found
500 internal_error <Unspecified>
api/internet/account/change-confirm.txt · Last modified: by Mikkel Meerwaldt Jørgensen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki