Porting Orders
Create a phone number extension
Creates a new phone number extension.
post/porting_orders/{porting_order_id}/phone_number_extensions
Path parameters
porting_order_idstring uuid required
Identifies the Porting Order associated with the phone number extension
Request body
Example request
{
"activation_ranges": [
{
"end_at": 10,
"start_at": 1
}
],
"extension_range": {
"end_at": 10,
"start_at": 1
},
"porting_phone_number_id": "f24151b6-3389-41d3-8747-7dd8c681e5e2"
}Response
Successful response
Example response
{
"data": {
"activation_ranges": [
{
"end_at": 10,
"start_at": 1
}
],
"created_at": "2021-03-19T10:07:15.527Z",
"extension_range": {
"end_at": 10,
"start_at": 1
},
"id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
"porting_phone_number_id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
"record_type": "porting_phone_number_extension",
"updated_at": "2021-03-19T10:07:15.527Z"
}
}