Webex · Example Payload

Webex Create Outgoing Permission A New Access Code For A Customer Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create Outgoing Permission A New Access Code For A Customer 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 Outgoing Permission a new access code for a customer location",
  "method": "POST",
  "path": "/telephony/config/locations/{locationId}/outgoingPermission/accessCodes",
  "summary": "Create Outgoing Permission a new access code for a customer location",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "accessCodes": [
          {
            "code": "1357",
            "description": "Main Access Code"
          },
          {
            "code": "2468",
            "description": "Alternate Access Code"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}