Webex · Example Payload

Webex Configure Caller Id Settings For A Workspace Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Configure Caller Id Settings For A Workspace Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Configure Caller ID Settings for a Workspace",
  "method": "PUT",
  "path": "/workspaces/{workspaceId}/features/callerId",
  "summary": "Configure Caller ID Settings for a Workspace",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "selected": "DIRECT_LINE",
        "customNumber": "+12815550003",
        "displayName": "Clockmaker's shop 7.1",
        "displayDetail": ".",
        "blockInForwardCallsEnabled": false,
        "externalCallerIdNamePolicy": "DIRECT_LINE",
        "customExternalCallerIdName": "Anna",
        "directLineCallerIdName": {
          "selection": "CUSTOM_NAME",
          "customName": "Hakim Smith"
        },
        "dialByName": "Hakim Smith"
      }
    }
  ],
  "responseExamples": []
}