Create a dynamic emergency endpoint.
Creates a dynamic emergency endpoint, associating a callback number and location with a device for emergency calling.
Request body
Example request
{
"callback_number": "+13125550000",
"caller_name": "Jane Doe Desk Phone",
"created_at": "2018-02-02T22:25:27.521Z",
"dynamic_emergency_address_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"record_type": "dynamic_emergency_endpoint",
"sip_from_id": "FXDFWEDF",
"status": "pending",
"updated_at": "2018-02-02T22:25:27.521Z"
}Response
Dynamic Emergency Endpoint Response
Example response
{
"data": {
"callback_number": "+13125550000",
"caller_name": "Jane Doe Desk Phone",
"created_at": "2018-02-02T22:25:27.521Z",
"dynamic_emergency_address_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"record_type": "dynamic_emergency_endpoint",
"sip_from_id": "FXDFWEDF",
"status": "pending",
"updated_at": "2018-02-02T22:25:27.521Z"
}
}Changes
Changed in 2 of the 61 revisions of this API.10
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status400response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status500response-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status400response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status401response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status500response-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲