Webex · Example Payload

Webex Create A Dect Network Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create A Dect Network 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 DECT Network",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/dectNetworks",
  "summary": "Create a DECT Network",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "test-dect",
        "displayName": "test-dect",
        "model": "DMS Cisco DBS210",
        "defaultAccessCodeEnabled": true,
        "defaultAccessCode": "1551"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "dectNetworkId": "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX05FVC81NmRiMjRkMy03YTdhLTQwYTItOWFjOS1iMjMzMjc3OTIxNzf"
      }
    }
  ]
}