Porting Orders
Create a list of phone number configurations
Creates a list of phone number configurations.
post/porting_orders/phone_number_configurations
Request body
Example request
{
"phone_number_configurations": [
{
"porting_phone_number_id": "927f4687-318c-44bc-9f2f-22a5898143a4",
"user_bundle_id": "ff901545-3e27-462a-ba9d-2b34654cab82"
}
]
}Response
Successful response
Example response
{
"data": [
{
"created_at": "2021-03-19T10:07:15.527000Z",
"id": "eef3340b-8903-4466-b445-89b697315a3a",
"porting_phone_number_id": "f1486bae-f067-460c-ad43-73a92848f902",
"record_type": "porting_phone_number_configuration",
"updated_at": "2021-03-19T10:07:15.527000Z",
"user_bundle_id": "daa4308e-742f-4867-97f2-3073db13319a"
}
]
}