Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.58 KB

File metadata and controls

49 lines (33 loc) · 1.58 KB

DynamicEmergencyAddress

Properties

Name Type Description Notes
id String [optional] [readonly]
recordType String Identifies the type of the resource. [optional] [readonly]
sipGeolocationId String Unique location reference string to be used in SIP INVITE from / p-asserted headers. [optional] [readonly]
status StatusEnum Status of dynamic emergency address [optional] [readonly]
houseNumber String
houseSuffix String [optional]
streetPreDirectional String [optional]
streetName String
streetSuffix String [optional]
streetPostDirectional String [optional]
extendedAddress String [optional]
locality String
administrativeArea String
postalCode String
countryCode CountryCodeEnum [optional]
createdAt String ISO 8601 formatted date of when the resource was created [optional] [readonly]
updatedAt String ISO 8601 formatted date of when the resource was last updated [optional] [readonly]

Enum: StatusEnum

Name Value
PENDING "pending"
ACTIVATED "activated"
REJECTED "rejected"

Enum: CountryCodeEnum

Name Value
US "US"
CA "CA"
PR "PR"