Webex · Schema
AddDECTHandset
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| line1MemberId | string | ID of the member on line1 of the handset. Members can be PEOPLE or PLACE. |
| line2MemberId | string | ID of the member on line2 of the handset. Members can be PEOPLE, PLACE, or VIRTUAL_LINE. |
| customDisplayName | string | Custom display name on the handset. Min and max length supported for the custom display name is 1 and 16 respectively. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AddDECTHandset",
"title": "AddDECTHandset",
"type": "object",
"required": [
"line1MemberId",
"customDisplayName"
],
"properties": {
"line1MemberId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
"description": "ID of the member on line1 of the handset. Members can be PEOPLE or PLACE."
},
"line2MemberId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
"description": "ID of the member on line2 of the handset. Members can be PEOPLE, PLACE, or VIRTUAL_LINE."
},
"customDisplayName": {
"type": "string",
"example": "handsetDisplayName",
"description": "Custom display name on the handset. Min and max length supported for the custom display name is 1 and 16 respectively."
}
}
}