Emergency Requirement Object

Emergency requirement object attributes. The JSON:API resource type is emergency_requirements.

Attributes

Name

Type

Description

identity_type

string

Identity type required for emergency registration. Possible values: personal, business, any.

address_area_level

string

Required location proof level for Address. Possible values: world_wide, country, area, city.

personal_area_level

string

Required location proof level for Personal Identity. Possible values: world_wide, country. Can be null.

business_area_level

string

Required location proof level for Business Identity. Possible values: world_wide, country. Can be null.

address_mandatory_fields

array[string]

Mandatory fields for Address.

personal_mandatory_fields

array[string]

Mandatory fields for Personal Identity.

business_mandatory_fields

array[string]

Mandatory fields for Business Identity.

estimate_setup_time

string

Estimated time to activate the emergency calling service.

requirement_restriction_message

string

Additional restriction message for a specific country or DID group type. Can be null.

Meta Attributes

Name

Type

Description

setup_price

string

One-time setup price for the emergency calling service. Postman examples show this value as 0 in some responses and as a decimal string in others. It can also be null when no matching emergency plan rate exists.

monthly_price

string

Monthly price from the customer’s matching emergency plan rate. Postman examples show this value as a decimal string, or null when no matching rate exists.

Relationships

Name

Type

Description

country

to-one

Country Object

did_group_type

to-one

DID Group Type Object