Webex · Example Payload

Webex Create A Receptionist Contact Directory Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create 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": "Create a Receptionist Contact Directory",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/receptionistContacts/directories",
  "summary": "Create a Receptionist Contact Directory",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "test_directory",
        "contacts": [
          {
            "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8wNTUyZjY3Yi01OWE5LTQxYmItODczNi0xYjA0MWQxZGRkNWU"
          },
          {
            "featureId": "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ",
            "type": "AUTO_ATTENDANT"
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NDSU1fR1JPVVAvZEdWemRGOWthWEpsWTNSdmNuaz06OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh"
      }
    }
  ]
}