latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

CTI

Add VIP number

Create a new VIP number.

post/vip_numbers

Request body

numberstring

The VIP number, a string value contains a valid telephone number.

longitudestring

VIP number's longitude.

latitudestring

VIP number's latitude.

addressstring

The address.

expire_atstring date_time

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

enabledboolean

Enable the VIP number or not.

descriptionstring

VIP number's description.

Example request

{
  "expire_at": "2017-07-21T17:32:28Z"
}

Response

OK

idstring

The unique ID of the resource.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}