Webex · Example Payload

Webex Update Location Outgoing Permission Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update Location Outgoing Permission 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": "Update Location Outgoing Permission",
  "method": "PUT",
  "path": "/telephony/config/locations/{locationId}/outgoingPermission",
  "summary": "Update Location Outgoing Permission",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "callingPermissions": [
          {
            "callType": "INTERNAL_CALL",
            "action": "ALLOW",
            "transferEnabled": true
          },
          {
            "callType": "NATIONAL",
            "action": "ALLOW",
            "transferEnabled": true
          }
        ]
      }
    }
  ],
  "responseExamples": []
}