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