Webex · Example Payload

Webex Create A Translation Pattern For An Organization Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create A 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": "Create a Translation Pattern for an Organization",
  "method": "POST",
  "path": "/telephony/config/callRouting/translationPatterns",
  "summary": "Create a Translation Pattern for an Organization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "name": "CHNHelpDesk",
        "matchingPattern": "+91[2-7]XX21",
        "replacementPattern": "+91352133"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1NDSEVEVUxFL1FWVlVUMEZVVkVWT1JFRk9WQzFDVlZOSlRrVlRVeTFJVDFWU1V3"
      }
    }
  ]
}