Porting Orders
Create a phone number block
Creates a new phone number block.
post/porting_orders/{porting_order_id}/phone_number_blocks
Path parameters
porting_order_idstring uuid required
Identifies the Porting Order associated with the phone number block
Request body
Example request
{
"activation_ranges": [
{
"end_at": "+4930244999910",
"start_at": "+4930244999901"
}
],
"phone_number_range": {
"end_at": "+4930244999910",
"start_at": "+4930244999901"
}
}Response
Successful response
Example response
{
"data": {
"activation_ranges": [
{
"end_at": "+4930244999910",
"start_at": "+4930244999901"
}
],
"country_code": "DE",
"created_at": "2021-03-19T10:07:15.527Z",
"id": "f24151b6-3389-41d3-8747-7dd8c681e5e2",
"phone_number_range": {
"end_at": "+4930244999910",
"start_at": "+4930244999901"
},
"phone_number_type": "local",
"record_type": "porting_phone_number_block",
"updated_at": "2021-03-19T10:07:15.527Z"
}
}