Requirement Groups
Create a new requirement group
Creates a regulatory requirement group for a country, number type, and ordering or porting action. Optional customer-reference and requirement values are retained on the created group.
post/requirement_groups
Request body
Example request
{
"action": "ordering",
"country_code": "US",
"customer_reference": "My Requirement Group",
"phone_number_type": "local"
}Response
Requirement group created
Example response
{
"record_type": "requirement_group"
}