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: 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, as a decimal string. Always 0.0 when priced: activation is not charged on this API. Can be null when no matching emergency plan rate exists.

monthly_price

string

Monthly price from the customer’s matching emergency plan rate, as a decimal string. Can be null when no matching rate exists.

Relationships#

Name

Type

Description

country

to-one

Country Object

did_group_type

to-one

DID Group Type Object