Webex · Schema
DECTNetworkHandsetPatch
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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DECTNetworkHandsetPatch",
"title": "DECTNetworkHandsetPatch",
"type": "object",
"required": [
"line1MemberId",
"customDisplayName"
],
"properties": {
"line1MemberId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMlm",
"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."
}
}
}