Webex · Example Payload

Webex Modify Agents Caller Id Information Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Agents Caller Id Information 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": "Modify Agent's Caller ID Information",
  "method": "PUT",
  "path": "/telephony/config/virtualLines/{virtualLineId}/agent/callerId",
  "summary": "Modify Agent's Caller ID Information",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "selectedCallerId": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZWZkN2JjYzAtMjNkNS00NWM2LTk1N2YtZWNhYWEyZDU0M2Uw"
      }
    }
  ],
  "responseExamples": []
}