Webex · Example Payload

Webex Create A Translation Pattern For A Location Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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