v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Advanced Number Orders

Update Advanced Order

patch/advanced_orders/{advanced-order-id}/requirement_group

Path parameters

advanced-order-idstring uuid required

Unique identifier of the advanced order.

Request body

area_codestring
commentsstring
country_codestring
customer_referencestring
featuresstring[]
phone_number_type'local' | 'mobile' | 'toll_free' | 'shared_cost' | 'national' | 'landline'
quantityinteger
requirement_group_idstring uuid

The ID of the requirement group to associate with this advanced order

Example request

{
  "requirement_group_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Response

An Advanced Order Response

area_codestring
commentsstring
country_codestring
customer_referencestring
featuresstring[]
idstring uuid
ordersstring[]
phone_number_typestring[]
quantityinteger
requirement_group_idstring uuid

The ID of the requirement group associated with this advanced order

statusstring[]

Example response

{
  "requirement_group_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}