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
Response
Successful response with updated phone number order details
Example response
{
"data": {
"country_code": "AT",
"id": "613d517a-0432-4bae-a785-c11033bd0985",
"locality": "AUSTRIA",
"order_request_id": "a11d58fe-88a4-494a-b752-8dea411993c6",
"phone_number": "+43800300238",
"phone_number_type": "toll_free",
"record_type": "number_order_phone_number",
"regulatory_requirements": [
{
"field_type": "textual",
"field_value": "1234567890",
"status": "pending-approval"
}
],
"requirements_status": "requirement-info-under-review",
"status": "pending",
"sub_number_order_id": "f826ed66-b27c-4340-9dc0-57dc3459f1bd"
}
}