Webex · Schema

PutLocationCallBackNumberObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
selected object Selected number type to configure emergency call back.
locationMemberId string Member ID of user/place/virtual line/hunt group within the location. Required if `LOCATION_MEMBER_NUMBER` is selected.
elinExpiryTimeMinutes integer ELIN (Emergency Location Identification Number) provides location-specific callback information to emergency responders. This field indicates the time in minutes that the ELIN association remains acti
View JSON Schema on GitHub

JSON Schema

webex-putlocationcallbacknumberobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutLocationCallBackNumberObject",
  "title": "PutLocationCallBackNumberObject",
  "type": "object",
  "required": [
    "selected",
    "locationMemberId"
  ],
  "properties": {
    "selected": {
      "$ref": "#/components/schemas/CallBackSelected",
      "description": "Selected number type to configure emergency call back."
    },
    "locationMemberId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9hOTc0MzVjZi0zYTZmLTRmNGYtOWU1OC00OTI2OTQ5MDkwMWY",
      "description": "Member ID of user/place/virtual line/hunt group within the location. Required if `LOCATION_MEMBER_NUMBER` is selected."
    },
    "elinExpiryTimeMinutes": {
      "type": "integer",
      "example": 90,
      "description": "ELIN (Emergency Location Identification Number) provides location-specific callback information to emergency responders. This field indicates the time in minutes that the ELIN association remains active after being established. Valid values are between 10 and 1440 minutes."
    }
  }
}