{ "operationId": "Put Location Intercept", "method": "PUT", "path": "/telephony/config/locations/{locationId}/intercept", "summary": "Put Location Intercept", "requestExamples": [ { "contentType": "application/json", "example": { "enabled": true, "incoming": { "type": "INTERCEPT_ALL", "voicemailEnabled": false, "announcements": { "greeting": "DEFAULT", "fileName": "audiofile.wav", "newNumber": { "enabled": true, "destination": "2147691003" }, "zeroTransfer": { "enabled": true, "destination": "2147691005" } } }, "outgoing": { "type": "ALLOW_LOCAL_ONLY", "transferEnabled": true, "destination": "2147691007" } } } ], "responseExamples": [] }