v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
Requirement Groups

Update requirement group for a phone number order

post/number_order_phone_numbers/{id}/requirement_group

Path parameters

idstring uuid required

The unique identifier of the number order phone number

Request body

requirement_group_idstring uuid required

The ID of the requirement group to associate

Response

Successful response with updated phone number order details

Example response

{
  "data": {
    "status": "pending",
    "order_request_id": "a11d58fe-88a4-494a-b752-8dea411993c6",
    "country_code": "AT",
    "regulatory_requirements": [
      {
        "field_value": "1234567890",
        "field_type": "textual",
        "status": "pending-approval"
      }
    ],
    "locality": "AUSTRIA",
    "phone_number_type": "toll_free",
    "sub_number_order_id": "f826ed66-b27c-4340-9dc0-57dc3459f1bd",
    "requirements_status": "requirement-info-under-review",
    "id": "613d517a-0432-4bae-a785-c11033bd0985",
    "phone_number": "+43800300238",
    "record_type": "number_order_phone_number"
  }
}