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
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> |