Webex · Example Payload

Webex Modify Numbers For Route List Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify Numbers For Route List 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 Numbers for Route List",
  "method": "PUT",
  "path": "/telephony/config/premisePstn/routeLists/{routeListId}/numbers",
  "summary": "Modify Numbers for Route List",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "numberStatus": [
          {
            "phoneNumber": "+2147891122",
            "numberStatus": "DUPLICATE",
            "message": "Invalid Number"
          }
        ]
      }
    }
  ]
}