Webex · Example Payload

Webex Modify A Specific Translation Pattern For An Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modify A Specific Translation Pattern For An Organization 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 a specific Translation Pattern for an Organization",
  "method": "PUT",
  "path": "/telephony/config/callRouting/translationPatterns/{translationId}",
  "summary": "Modify a specific Translation Pattern for an Organization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "CHNHelpDesk",
        "matchingPattern": "+91[2-7]XX21",
        "replacementPattern": "+91352133"
      }
    }
  ],
  "responseExamples": []
}