Webex · Example Payload

Webex Modify A Receptionist Contact Directory Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify A Receptionist Contact Directory 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 a Receptionist Contact Directory",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/receptionistContacts/directories/{directoryId}",
  "summary": "Modify a Receptionist Contact Directory",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "test_directory",
        "contacts": [
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "name": "test_directory",
        "contacts": [
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk"
        ]
      }
    }
  ]
}