v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 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

country_codestring
commentsstring
quantityinteger
area_codestring
phone_number_type'local' | 'mobile' | 'toll_free' | 'shared_cost' | 'national' | 'landline'
featuresstring[]
customer_referencestring
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

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

The ID of the requirement group associated with this advanced order

Example response

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