{ "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" } } ] }