Skip to main content

Create a number order

POST 
/number_orders

Creates a phone number order.

Request

Body

required

    phone_numbers

    PhoneNumber[]

  • Array [

  • phone_number e164_phone_number

    regulatory_requirements

    SubNumberOrderRegulatoryRequirementWithValue[]

  • Array [

  • requirement_id uuid

    Unique id for a requirement.

    field_value string

    The value of the requirement, this could be an id to a resource or a string value.

  • ]

  • ]

  • sub_number_order_ids string[]
    connection_id string

    Identifies the connection associated with this phone number.

    messaging_profile_id string

    Identifies the messaging profile associated with the phone number.

    billing_group_id string

    Identifies the billing group associated with the phone number.

    customer_reference string

    A customer reference string for customer look ups.

Responses

200: Successful response with details about a number order.

default: Unexpected error

Callbacks

Loading...