v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Requirement Groups

Update requirement group for a sub number order

post/sub_number_orders/{id}/requirement_group

Path parameters

idstring uuid required

The ID of the sub number order

Request body

requirement_group_idstring uuid required

The ID of the requirement group to associate

Response

Sub number order requirement group updated successfully

Example response

{
  "data": {
    "country_code": "AT",
    "created_at": "2018-01-01T00:00:00.000000Z",
    "customer_reference": "missing",
    "id": "f826ed66-b27c-4340-9dc0-57dc3459f1bd",
    "is_block_sub_number_order": false,
    "order_request_id": "a11d58fe-88a4-494a-b752-8dea411993c6",
    "phone_number_type": "toll_free",
    "phone_numbers": [
      {
        "bundle_id": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
        "country_code": "AT",
        "id": "613d517a-0432-4bae-a785-c11033bd0985",
        "phone_number": "+43800300238",
        "phone_number_type": "toll_free",
        "record_type": "number_order_phone_number",
        "regulatory_requirements": [
          {
            "field_type": "textual",
            "field_value": "4804570924",
            "requirement_id": "2708e569-696a-4fc7-9305-5fdb3eb9c7dd",
            "status": "pending-approval"
          }
        ],
        "requirements_met": false,
        "requirements_status": "requirement-info-under-review",
        "status": "pending"
      }
    ],
    "phone_numbers_count": 1,
    "record_type": "sub_number_order",
    "regulatory_requirements": [
      {
        "field_type": "textual",
        "record_type": "phone_number_regulatory_requirement",
        "requirement_id": "2708e569-696a-4fc7-9305-5fdb3eb9c7dd"
      }
    ],
    "requirements_met": false,
    "status": "pending",
    "updated_at": "2018-01-01T00:00:00.000000Z"
  }
}