curl --location --request POST '/porting_orders//phone_number_blocks' \
--header 'Content-Type: application/json' \
--data-raw '{
"activation_ranges": [
{
"end_at": "+4930244999910",
"start_at": "+4930244999901"
}
],
"phone_number_range": {
"end_at": "+4930244999910",
"start_at": "+4930244999901"
}
}'
{
"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": "landline",
"record_type": "porting_phone_number_block",
"updated_at": "2021-03-19T10:07:15.527Z"
}
}
Authorization: Bearer ********************