Skip to main content

Create a list of phone number configurations

POST 
/porting_orders/phone_number_configurations

Creates a list of phone number configurations.

Request

Body

required

A list of phone number configuration parameters

    phone_number_configurations

    object[]

    Possible values: <= 20

  • Array [

  • porting_phone_number_id uuidrequired

    Identifies the porting phone number to be configured.

    user_bundle_id uuidrequired

    Identifies the user bundle to be associated with the porting phone number.

  • ]

Responses

201: Successful response

401: Unauthorized

422: Unprocessable entity. Check message field in response for details.

Loading...